Skip to content

Commit fdb0967

Browse files
authored
chore: Upgrade langgraph dependency (#437)
* chore: Upgrade langgraph dependency * Update pyproject.toml * Update test_async_checkpoint.py
1 parent 9f1715c commit fdb0967

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
@@ -47,7 +47,7 @@ langgraph = [
4747
test = [
4848
"black[jupyter]==25.1.0",
4949
"isort==6.0.1",
50-
"langgraph==0.5.0",
50+
"langgraph==0.6.0",
5151
"mypy==1.15.0",
5252
"pytest-asyncio==0.26.0",
5353
"pytest==8.4.1",

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ numpy==2.2.6; python_version == "3.10"
66
numpy==2.0.2; python_version <= "3.9"
77
pgvector==0.4.1
88
SQLAlchemy[asyncio]==2.0.41
9-
langgraph==0.5.0
9+
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)