Skip to content

Commit c207bc1

Browse files
authored
chore: Upgrade Langgraph deps (#320)
* chore: Upgrade Langgraph deps * Update pyproject.toml * Update test_async_checkpoint.py
1 parent b08bc12 commit c207bc1

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ test = [
5151
"pytest==8.4.1",
5252
"pytest-cov==6.2.1",
5353
"langchain-tests==0.3.20",
54-
"langgraph==0.5.2"
54+
"langgraph==0.6.0"
5555
]
5656

5757
[build-system]

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ numpy==2.2.6; python_version == "3.10"
55
numpy==2.0.2; python_version <= "3.9"
66
pgvector==0.4.1
77
SQLAlchemy[asyncio]==2.0.41
8-
langgraph==0.5.2
8+
langgraph==0.6.0

tests/test_async_checkpoint.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
empty_checkpoint,
4040
)
4141
from langgraph.checkpoint.serde.jsonplus import JsonPlusSerializer
42-
from langgraph.prebuilt import ( # type: ignore[import-not-found]
42+
from langgraph.prebuilt import ( # type: ignore
4343
ToolNode,
4444
ValidationNode,
4545
create_react_agent,

0 commit comments

Comments
 (0)