File tree Expand file tree Collapse file tree 6 files changed +26
-26
lines changed Expand file tree Collapse file tree 6 files changed +26
-26
lines changed Original file line number Diff line number Diff line change @@ -13,8 +13,8 @@ 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.11'" ,
16
- " numpy>=1.24.4 , <=2.2.6 ; python_version == '3.10'" ,
17
- " numpy>=1.24.4 , <=2.0.2 ; python_version <= '3.9'" ,
16
+ " numpy>=2.3.1 , <=2.3.1 ; python_version == '3.10'" ,
17
+ " numpy>=2.3.1 , <=2.3.1 ; python_version <= '3.9'" ,
18
18
" pgvector>=0.2.5, <1.0.0" ,
19
19
" SQLAlchemy[asyncio]>=2.0.25, <3.0.0"
20
20
]
@@ -47,8 +47,8 @@ langgraph = [
47
47
test = [
48
48
" black[jupyter]==25.1.0" ,
49
49
" isort==6.0.1" ,
50
- " langgraph==0.5.0 " ,
51
- " mypy==1.15.0 " ,
50
+ " langgraph==0.5.2 " ,
51
+ " mypy==1.16.1 " ,
52
52
" pytest-asyncio==0.26.0" ,
53
53
" pytest==8.4.1" ,
54
54
" 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
- langchain-core == 0.3.67
2
+ google-cloud-storage == 3.2.0
3
+ langchain-core == 0.3.68
4
4
numpy == 2.3.1 ; python_version >= "3.11"
5
- numpy == 2.2.6 ; python_version == "3.10"
6
- numpy == 2.0.2 ; python_version < = "3.9"
5
+ numpy == 2.3.1 ; python_version == "3.10"
6
+ numpy == 2.3.1 ; 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.5.2
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.27
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.103 .0
2
2
langchain-google-alloydb-pg == 0.12.0
3
- langchain-google-vertexai == 2.0.20
3
+ langchain-google-vertexai == 2.0.27
4
4
google-cloud-resource-manager == 1.14.2
5
- langchain-community == 0.3.26
5
+ langchain-community == 0.3.27
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
8
pydantic == 2.11.7
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.68
3
+ langchain-google-alloydb-pg == 0.12 .0
4
+ langchain-milvus == 0.2.1
5
+ langchain-pinecone == 0.2.8
6
6
langchain-qdrant == 0.2.0
7
- langchain-weaviate == 0.0.4
7
+ langchain-weaviate == 0.0.5
8
8
pinecone-client == 6.0.0
9
- pymilvus == 2.5.6
9
+ pymilvus == 2.5.12
10
10
pytest-asyncio == 0.26.0
11
- pytest == 8.3.5
12
- qdrant-client == 1.14.1
13
- weaviate-client == 4.14.0
11
+ pytest == 8.4.1
12
+ qdrant-client == 1.14.3
13
+ weaviate-client == 4.15.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.103 .0
2
2
google-cloud-resource-manager == 1.14.2
3
- langchain-community == 0.3.26
3
+ langchain-community == 0.3.27
4
4
langchain-google-alloydb-pg == 0.12.0
5
- langchain-google-vertexai == 2.0.20
5
+ langchain-google-vertexai == 2.0.27
You can’t perform that action at this time.
0 commit comments