We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b97060e commit d1d0490Copy full SHA for d1d0490
pyproject.toml
@@ -48,7 +48,7 @@ test = [
48
"pytest==8.4.2",
49
"pytest-cov==7.0.0",
50
"langchain-tests==0.3.22",
51
- "langgraph==0.6.10"
+ "langgraph==1.0.4"
52
]
53
54
[build-system]
requirements.txt
@@ -1,5 +1,5 @@
1
cloud-sql-python-connector[asyncpg]==1.18.5
2
numpy==2.3.3; python_version >= "3.11"
3
numpy==2.2.6; python_version == "3.10"
4
-langgraph==0.6.10
+langgraph==1.0.4
5
langchain-postgres==0.0.16
0 commit comments