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 @@ -47,7 +47,7 @@ langgraph = [
47
47
test = [
48
48
" black[jupyter]==25.1.0" ,
49
49
" isort==6.0.1" ,
50
- " langgraph==0.5 .0" ,
50
+ " langgraph==0.6 .0" ,
51
51
" mypy==1.15.0" ,
52
52
" pytest-asyncio==0.26.0" ,
53
53
" pytest==8.4.1" ,
Original file line number Diff line number Diff line change @@ -6,4 +6,4 @@ numpy==2.2.6; python_version == "3.10"
6
6
numpy == 2.0.2 ; python_version < = "3.9"
7
7
pgvector == 0.4.1
8
8
SQLAlchemy [asyncio ]== 2.0.41
9
- langgraph == 0.5 .0
9
+ langgraph == 0.6 .0
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