diff --git a/pyproject.toml b/pyproject.toml index 19a737f9..3bb9dfdd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "arcade-mcp" -version = "1.12.0" +version = "1.12.1" description = "Arcade.dev - Tool Calling platform for Agents" readme = "README.md" license = { file = "LICENSE" } @@ -24,7 +24,7 @@ dependencies = [ "typer==0.10.0", "rich>=14.0.0,<15.0.0", "Jinja2==3.1.6", - "authlib==1.6.6", + "authlib==1.6.9", "arcadepy==1.8.0", "tqdm==4.67.1", "click==8.1.8",