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

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

@ -24,5 +24,4 @@ aiofiles
httpx httpx
# vllm>=0.2.0 # vllm>=0.2.0
aiohttp aiohttp
mcp mcp
numpydoc

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

Loading…
Cancel
Save