Bump CLI's arcadepy dependency (#565)

This commit is contained in:
Eric Gustin 2025-09-17 16:02:55 -07:00 committed by GitHub
parent c7c485152f
commit 667495c389
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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",