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 1c21606 commit 1f1c46bCopy full SHA for 1f1c46b
pyproject.toml
@@ -50,7 +50,7 @@ test = [
50
"pytest==8.4.2",
51
"pytest-cov==7.0.0",
52
"langchain-tests==0.3.22",
53
- "langgraph==0.6.10"
+ "langgraph==1.0.1"
54
]
55
56
[build-system]
requirements.txt
@@ -2,5 +2,5 @@ cloud-sql-python-connector[asyncpg]==1.18.4
2
numpy==2.3.3; python_version >= "3.11"
3
numpy==2.2.6; python_version == "3.10"
4
numpy==2.0.2; python_version <= "3.9"
5
-langgraph==0.6.10
+langgraph==1.0.1
6
langchain-postgres==0.0.15
0 commit comments