File tree Expand file tree Collapse file tree 6 files changed +29
-29
lines changed Expand file tree Collapse file tree 6 files changed +29
-29
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ dependencies = [
13
13
" google-cloud-storage>=2.18.2, <4.0.0" ,
14
14
" langchain-core>=0.2.36, <1.0.0" ,
15
15
" numpy>=1.24.4, <3.0.0; python_version > '3.9'" ,
16
- " numpy>=1.24.4 , <=2.0.2 ; python_version <= '3.9'" ,
16
+ " numpy>=2.2.6 , <=2.2.6 ; python_version <= '3.9'" ,
17
17
" pgvector>=0.2.5, <1.0.0" ,
18
18
" SQLAlchemy[asyncio]>=2.0.25, <3.0.0"
19
19
]
@@ -46,7 +46,7 @@ langgraph = [
46
46
test = [
47
47
" black[jupyter]==25.1.0" ,
48
48
" isort==6.0.1" ,
49
- " langgraph==0.3.31 " ,
49
+ " langgraph==0.4.5 " ,
50
50
" mypy==1.15.0" ,
51
51
" pytest-asyncio==0.26.0" ,
52
52
" pytest==8.3.5" ,
Original file line number Diff line number Diff line change 1
- google-cloud-alloydb-connector [asyncpg ]== 1.8 .0
1
+ google-cloud-alloydb-connector [asyncpg ]== 1.9 .0
2
2
google-cloud-storage == 3.1.0
3
- langchain-core == 0.3.55
4
- numpy == 2.2.5 ; python_version > "3.9"
5
- numpy == 2.0.2 ; python_version < = "3.9"
6
- pgvector == 0.4.0
7
- SQLAlchemy [asyncio ]== 2.0.40
8
- langgraph == 0.3.31
3
+ langchain-core == 0.3.60
4
+ numpy == 2.2.6 ; python_version > "3.9"
5
+ numpy == 2.2.6 ; python_version < = "3.9"
6
+ pgvector == 0.4.1
7
+ SQLAlchemy [asyncio ]== 2.0.41
8
+ langgraph == 0.4.5
Original file line number Diff line number Diff line change 1
- langchain-google-alloydb-pg == 0.10 .0
2
- langchain == 0.3.24
3
- langchain-google-vertexai == 2.0.20
1
+ langchain-google-alloydb-pg == 0.11 .0
2
+ langchain == 0.3.25
3
+ langchain-google-vertexai == 2.0.24
Original file line number Diff line number Diff line change 1
- google-cloud-aiplatform [reasoningengine,langchain ]== 1.90.0
2
- langchain-google-alloydb-pg == 0.10 .0
3
- langchain-google-vertexai == 2.0.20
1
+ google-cloud-aiplatform [reasoningengine,langchain ]== 1.93.1
2
+ langchain-google-alloydb-pg == 0.11 .0
3
+ langchain-google-vertexai == 2.0.24
4
4
google-cloud-resource-manager == 1.14.2
5
- langchain-community == 0.3.22
5
+ langchain-community == 0.3.24
6
6
# Required to fix: "PydanticUndefinedAnnotation: name 'SafetySetting' is not defined"
7
7
# Todo: remove after upstream issue is fixed: https://github.com/langchain-ai/langchain/issues/28271
8
- pydantic == 2.11.3
8
+ pydantic == 2.11.4
Original file line number Diff line number Diff line change 1
- langchain-chroma == 0.2.3
2
- langchain-core == 0.3.55
3
- langchain-google-alloydb-pg == 0.10 .0
4
- langchain-milvus == 0.1.9
5
- langchain-pinecone == 0.2.3
1
+ langchain-chroma == 0.2.4
2
+ langchain-core == 0.3.60
3
+ langchain-google-alloydb-pg == 0.11 .0
4
+ langchain-milvus == 0.1.10
5
+ langchain-pinecone == 0.2.6
6
6
langchain-qdrant == 0.2.0
7
7
langchain-weaviate == 0.0.4
8
8
pinecone-client == 6.0.0
9
- pymilvus == 2.5.6
9
+ pymilvus == 2.5.9
10
10
pytest-asyncio == 0.26.0
11
11
pytest == 8.3.5
12
- qdrant-client == 1.14.1
13
- weaviate-client == 4.14.0
12
+ qdrant-client == 1.14.2
13
+ weaviate-client == 4.14.4
Original file line number Diff line number Diff line change 1
- google-cloud-aiplatform [reasoningengine,langchain ]== 1.90.0
1
+ google-cloud-aiplatform [reasoningengine,langchain ]== 1.93.1
2
2
google-cloud-resource-manager == 1.14.2
3
- langchain-community == 0.3.22
4
- langchain-google-alloydb-pg == 0.10 .0
5
- langchain-google-vertexai == 2.0.20
3
+ langchain-community == 0.3.24
4
+ langchain-google-alloydb-pg == 0.11 .0
5
+ langchain-google-vertexai == 2.0.24
You can’t perform that action at this time.
0 commit comments