Bump arcadepy version (#126)

Use the latest version of `arcadepy` to pull in bug fixes and added
helper methods
This commit is contained in:
Nate Barbettini 2024-10-25 17:04:04 -07:00 committed by GitHub
parent 4d2786935a
commit 75b9ea8e91
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 3 additions and 3 deletions

View file

@ -21,7 +21,7 @@ toml = "^0.10.2"
pyyaml = "^6.0"
tomlkit = "^0.12.4"
openai = "^1.36.0" # TODO: relax to an earlier version that still has what we need
arcadepy = "~0.1.1"
arcadepy = "~0.1.2"
pyjwt = "^2.8.0"
loguru = "^0.7.0"
types-python-dateutil = "2.9.0.20241003"

View file

@ -10,7 +10,7 @@ license = "MIT"
[tool.poetry.dependencies]
python = ">=3.10,<3.13"
langchain-core = "^0.3.0"
arcadepy = "~0.2.0"
arcadepy = "~0.1.2"
langgraph = {version = ">=0.2.32,<0.3.0", optional = true}
[tool.poetry.extras]

View file

@ -1,5 +1,5 @@
langchain>=0.3.0
arcadepy>=0.2.0
arcadepy>=0.1.2
langchain-google-community[gmail]>=0.1.1
langchain-openai>=0.1.1
langgraph>=0.1.1