File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff 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 ]
Original file line number Diff line number Diff line change @@ -5,4 +5,4 @@ numpy==2.2.6; python_version == "3.10"
55numpy == 2.0.2 ; python_version < = "3.9"
66pgvector == 0.4.1
77SQLAlchemy [asyncio ]== 2.0.41
8- langgraph == 0.5.2
8+ langgraph == 0.6.0
Original file line number Diff line number Diff line change 3939 empty_checkpoint ,
4040)
4141from 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 ,
You can’t perform that action at this time.
0 commit comments