diff --git a/pyproject.toml b/pyproject.toml index 6edc4a55..cee0b772 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "arcade-ai" -version = "2.2.1" +version = "2.2.2" description = "Arcade.dev - Tool Calling platform for Agents" readme = "README.md" license = {file = "LICENSE"} @@ -25,7 +25,7 @@ dependencies = [ "typer==0.10.0", "rich==13.9.4", "Jinja2==3.1.6", - "arcadepy==1.5.0", + "arcadepy==1.8.0", "tqdm==4.67.1", "openai==1.82.1", "click==8.1.8",