mirror of
https://github.com/hwchase17/langchain.git
synced 2026-06-09 10:17:00 +00:00
chore(langchain): loosen langgraph dep range (#37855)
This commit is contained in:
@@ -25,7 +25,7 @@ version = "1.3.2"
|
|||||||
requires-python = ">=3.10.0,<4.0.0"
|
requires-python = ">=3.10.0,<4.0.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"langchain-core>=1.4.0,<2.0.0",
|
"langchain-core>=1.4.0,<2.0.0",
|
||||||
"langgraph>=1.2.3,<1.3.0",
|
"langgraph>=1.2.2,<1.3.0",
|
||||||
"pydantic>=2.7.4,<3.0.0",
|
"pydantic>=2.7.4,<3.0.0",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user