Skip to content

Commit 84b8c8d

Browse files
committed
chore(deps): update dependency langgraph to v1
1 parent 8f8f17c commit 84b8c8d

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
@@ -50,7 +50,7 @@ test = [
5050
"pytest==8.4.2",
5151
"pytest-cov==7.0.0",
5252
"langchain-tests==0.3.22",
53-
"langgraph==0.6.10"
53+
"langgraph==1.0.2"
5454
]
5555

5656
[build-system]

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ cloud-sql-python-connector[asyncpg]==1.18.4
22
numpy==2.3.3; python_version >= "3.11"
33
numpy==2.2.6; python_version == "3.10"
44
numpy==2.0.2; python_version <= "3.9"
5-
langgraph==0.6.10
5+
langgraph==1.0.2
66
langchain-postgres==0.0.15

0 commit comments

Comments
 (0)