diff --git a/core b/core new file mode 100644 index 00000000..b9b0730b Binary files /dev/null and b/core differ diff --git a/pyproject.toml b/pyproject.toml index d7e96ef9..3330f457 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "arcade-mcp" -version = "1.6.2" +version = "1.7.0" description = "Arcade.dev - Tool Calling platform for Agents" readme = "README.md" license = {file = "LICENSE"} @@ -24,7 +24,7 @@ dependencies = [ "arcade-mcp-server>=1.13.0,<2.0.0", "arcade-core>=4.0.0,<5.0.0", "typer==0.10.0", - "rich==13.9.4", + "rich>=14.0.0,<15.0.0", "Jinja2==3.1.6", "authlib==1.6.5", "arcadepy==1.8.0",