Bump langchain version of arcadepy (#314)

Release new version of langchain package with arcadepy version bump
This commit is contained in:
Sam Partee 2025-03-18 15:43:33 -07:00 committed by GitHub
parent 1867443b84
commit 0baeb0f219
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,6 +1,6 @@
[tool.poetry] [tool.poetry]
name = "langchain-arcade" name = "langchain-arcade"
version = "1.2.0" version = "1.3.0"
description = "An integration package connecting Arcade and Langchain/LangGraph" description = "An integration package connecting Arcade and Langchain/LangGraph"
authors = ["Arcade <dev@arcade.dev>"] authors = ["Arcade <dev@arcade.dev>"]
readme = "README.md" readme = "README.md"
@ -9,7 +9,7 @@ license = "MIT"
[tool.poetry.dependencies] [tool.poetry.dependencies]
python = ">=3.10,<4" python = ">=3.10,<4"
arcadepy = "1.1.*" arcadepy = "1.3.*"
langgraph = ">=0.2.67,<0.3.0" langgraph = ">=0.2.67,<0.3.0"