Bump arcadepy version (#126)
Use the latest version of `arcadepy` to pull in bug fixes and added helper methods
This commit is contained in:
parent
4d2786935a
commit
75b9ea8e91
3 changed files with 3 additions and 3 deletions
|
|
@ -21,7 +21,7 @@ toml = "^0.10.2"
|
||||||
pyyaml = "^6.0"
|
pyyaml = "^6.0"
|
||||||
tomlkit = "^0.12.4"
|
tomlkit = "^0.12.4"
|
||||||
openai = "^1.36.0" # TODO: relax to an earlier version that still has what we need
|
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"
|
pyjwt = "^2.8.0"
|
||||||
loguru = "^0.7.0"
|
loguru = "^0.7.0"
|
||||||
types-python-dateutil = "2.9.0.20241003"
|
types-python-dateutil = "2.9.0.20241003"
|
||||||
|
|
|
||||||
|
|
@ -10,7 +10,7 @@ license = "MIT"
|
||||||
[tool.poetry.dependencies]
|
[tool.poetry.dependencies]
|
||||||
python = ">=3.10,<3.13"
|
python = ">=3.10,<3.13"
|
||||||
langchain-core = "^0.3.0"
|
langchain-core = "^0.3.0"
|
||||||
arcadepy = "~0.2.0"
|
arcadepy = "~0.1.2"
|
||||||
langgraph = {version = ">=0.2.32,<0.3.0", optional = true}
|
langgraph = {version = ">=0.2.32,<0.3.0", optional = true}
|
||||||
|
|
||||||
[tool.poetry.extras]
|
[tool.poetry.extras]
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
langchain>=0.3.0
|
langchain>=0.3.0
|
||||||
arcadepy>=0.2.0
|
arcadepy>=0.1.2
|
||||||
langchain-google-community[gmail]>=0.1.1
|
langchain-google-community[gmail]>=0.1.1
|
||||||
langchain-openai>=0.1.1
|
langchain-openai>=0.1.1
|
||||||
langgraph>=0.1.1
|
langgraph>=0.1.1
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue