pull/861/head
Kye Gomez 6 days ago
parent 22b96c2469
commit 1484be7d39

@ -5,7 +5,7 @@ build-backend = "poetry.core.masonry.api"
[tool.poetry]
name = "swarms"
version = "7.8.2"
version = "7.8.3"
description = "Swarms - TGSC"
license = "MIT"
authors = ["Kye Gomez <kye@apac.ai>"]
@ -79,7 +79,6 @@ torch = "*"
httpx = "*"
mcp = "*"
aiohttp = "*"
numpydoc = "*"
[tool.poetry.scripts]
swarms = "swarms.cli.main:main"

@ -25,4 +25,3 @@ httpx
# vllm>=0.2.0
aiohttp
mcp
numpydoc

@ -2,7 +2,6 @@ import json
from typing import Any, Callable, Dict, List, Optional, Union
from concurrent.futures import ThreadPoolExecutor, as_completed
# from litellm.utils import function_to_dict
from pydantic import BaseModel, Field
from swarms.tools.func_to_str import function_to_str, functions_to_str

Loading…
Cancel
Save