diff --git a/libs/arcade-mcp-server/pyproject.toml b/libs/arcade-mcp-server/pyproject.toml index 4f39e96b..9aa9fb27 100644 --- a/libs/arcade-mcp-server/pyproject.toml +++ b/libs/arcade-mcp-server/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "arcade-mcp-server" -version = "1.10.2" +version = "1.10.3" description = "Model Context Protocol (MCP) server framework for Arcade.dev" readme = "README.md" authors = [{ name = "Arcade.dev" }] @@ -21,9 +21,9 @@ classifiers = [ ] requires-python = ">=3.10" dependencies = [ - "arcade-core>=3.3.3,<4.0.0", + "arcade-core>=3.3.5,<4.0.0", "arcade-serve>=3.0.0,<4.0.0", - "arcade-tdk>=3.0.0,<4.0.0", + "arcade-tdk>=3.2.0,<4.0.0", "arcadepy>=1.5.0", "pydantic>=2.0.0", "fastapi>=0.100.0", diff --git a/libs/arcade-tdk/pyproject.toml b/libs/arcade-tdk/pyproject.toml index a4d46116..9ba2791d 100644 --- a/libs/arcade-tdk/pyproject.toml +++ b/libs/arcade-tdk/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "arcade-tdk" -version = "3.2.0" +version = "3.2.1" description = "Arcade TDK - Toolkit Development Kit for building Arcade tools" readme = "README.md" license = {text = "MIT"} @@ -19,7 +19,7 @@ classifiers = [ ] requires-python = ">=3.10" dependencies = [ - "arcade-core>=3.0.0,<4.0.0", + "arcade-core>=3.3.5,<4.0.0", "pydantic>=2.7.0", ] diff --git a/pyproject.toml b/pyproject.toml index dde893f8..21bc857c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "arcade-mcp" -version = "1.5.6" +version = "1.5.7" description = "Arcade.dev - Tool Calling platform for Agents" readme = "README.md" license = {file = "LICENSE"} @@ -22,7 +22,7 @@ requires-python = ">=3.10" dependencies = [ # CLI dependencies "arcade-mcp-server>=1.7.2,<2.0.0", - "arcade-core>=3.3.3,<4.0.0", + "arcade-core>=3.3.5,<4.0.0", "typer==0.10.0", "rich==13.9.4", "Jinja2==3.1.6", @@ -46,7 +46,7 @@ all = [ # serve "arcade-serve>=3.0.0,<4.0.0", # tdk - "arcade-tdk>=3.0.0,<4.0.0", + "arcade-tdk>=3.2.0,<4.0.0", ] # Evals also depends on arcade-core and openai, but they are already required deps evals = [