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 @@ -48,7 +48,7 @@ langgraph = [
48
48
test = [
49
49
" black[jupyter]==25.1.0" ,
50
50
" isort==6.0.1" ,
51
- " langgraph==0.5 .0" ,
51
+ " langgraph==0.6 .0" ,
52
52
" mypy==1.15.0" ,
53
53
" pytest-asyncio==0.26.0" ,
54
54
" pytest==8.4.1" ,
Original file line number Diff line number Diff line change @@ -5,5 +5,5 @@ numpy==2.3.1; python_version >= "3.11"
5
5
numpy == 2.2.6 ; python_version == "3.10"
6
6
numpy == 2.0.2 ; python_version < = "3.9"
7
7
SQLAlchemy [asyncio ]== 2.0.41
8
- langgraph == 0.5 .0
8
+ langgraph == 0.6 .0
9
9
langchain-postgres == 0.0.15
Original file line number Diff line number Diff line change 39
39
empty_checkpoint ,
40
40
)
41
41
from langgraph .checkpoint .serde .jsonplus import JsonPlusSerializer
42
- from langgraph .prebuilt import ( # type: ignore[import-not-found]
42
+ from langgraph .prebuilt import ( # type: ignore
43
43
ToolNode ,
44
44
ValidationNode ,
45
45
create_react_agent ,
You can’t perform that action at this time.
0 commit comments