Skip to content

Commit 3b6fc68

Browse files
authored
Merge branch 'main' into refactor-engine
2 parents c7d016c + fdb0967 commit 3b6fc68

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

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ numpy==2.3.1; python_version >= "3.11"
55
numpy==2.2.6; python_version == "3.10"
66
numpy==2.0.2; python_version <= "3.9"
77
SQLAlchemy[asyncio]==2.0.41
8-
langgraph==0.5.0
8+
langgraph==0.6.0
99
langchain-postgres==0.0.15

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)