Skip to content

Commit d1d0490

Browse files
committed
chore(deps): update dependency langgraph to v1
1 parent b97060e commit d1d0490

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ test = [
4848
"pytest==8.4.2",
4949
"pytest-cov==7.0.0",
5050
"langchain-tests==0.3.22",
51-
"langgraph==0.6.10"
51+
"langgraph==1.0.4"
5252
]
5353

5454
[build-system]

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
cloud-sql-python-connector[asyncpg]==1.18.5
22
numpy==2.3.3; python_version >= "3.11"
33
numpy==2.2.6; python_version == "3.10"
4-
langgraph==0.6.10
4+
langgraph==1.0.4
55
langchain-postgres==0.0.16

0 commit comments

Comments
 (0)