Bump CLI's arcadepy dependency (#565)
This commit is contained in:
parent
c7c485152f
commit
667495c389
1 changed files with 2 additions and 2 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
[project]
|
[project]
|
||||||
name = "arcade-ai"
|
name = "arcade-ai"
|
||||||
version = "2.2.1"
|
version = "2.2.2"
|
||||||
description = "Arcade.dev - Tool Calling platform for Agents"
|
description = "Arcade.dev - Tool Calling platform for Agents"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
license = {file = "LICENSE"}
|
license = {file = "LICENSE"}
|
||||||
|
|
@ -25,7 +25,7 @@ dependencies = [
|
||||||
"typer==0.10.0",
|
"typer==0.10.0",
|
||||||
"rich==13.9.4",
|
"rich==13.9.4",
|
||||||
"Jinja2==3.1.6",
|
"Jinja2==3.1.6",
|
||||||
"arcadepy==1.5.0",
|
"arcadepy==1.8.0",
|
||||||
"tqdm==4.67.1",
|
"tqdm==4.67.1",
|
||||||
"openai==1.82.1",
|
"openai==1.82.1",
|
||||||
"click==8.1.8",
|
"click==8.1.8",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue