File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed
samples/index_tuning_sample Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -45,8 +45,8 @@ langgraph = [
45
45
test = [
46
46
" black[jupyter]==25.1.0" ,
47
47
" isort==6.0.1" ,
48
- " langgraph==0.6.0 " ,
49
- " mypy==1.15.0 " ,
48
+ " langgraph==0.6.5 " ,
49
+ " mypy==1.17.1 " ,
50
50
" pytest-asyncio==0.26.0" ,
51
51
" pytest==8.4.1" ,
52
52
" pytest-cov==6.2.1" ,
Original file line number Diff line number Diff line change 1
1
google-cloud-alloydb-connector [asyncpg ]== 1.9.0
2
- google-cloud-storage == 3.1.1
3
- numpy == 2.3.1 ; python_version >= "3.11"
2
+ google-cloud-storage == 3.3.0
3
+ numpy == 2.3.2 ; python_version >= "3.11"
4
4
numpy == 2.2.6 ; python_version == "3.10"
5
5
numpy == 2.0.2 ; python_version < = "3.9"
6
- langgraph == 0.6.0
7
- langchain-postgres == 0.0.15
6
+ langgraph == 0.6.5
7
+ langchain-postgres == 0.0.15
Original file line number Diff line number Diff line change 1
1
langchain-google-alloydb-pg == 0.12.0
2
2
langchain == 0.3.26
3
- langchain-google-vertexai == 2.0.20
3
+ langchain-google-vertexai == 2.0.20
You can’t perform that action at this time.
0 commit comments