Skip to content

Commit 8b3693c

Browse files
committed
chore(deps): update python-nonmajor
1 parent fdb0967 commit 8b3693c

File tree

6 files changed

+29
-29
lines changed

6 files changed

+29
-29
lines changed

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ dependencies = [
1313
"google-cloud-storage>=2.18.2, <4.0.0",
1414
"langchain-core>=0.2.36, <1.0.0",
1515
"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.2, <=2.3.2; python_version == '3.10'",
17+
"numpy>=2.3.2, <=2.3.2; python_version <= '3.9'",
1818
"pgvector>=0.2.5, <1.0.0",
1919
"SQLAlchemy[asyncio]>=2.0.25, <3.0.0"
2020
]
@@ -47,8 +47,8 @@ langgraph = [
4747
test = [
4848
"black[jupyter]==25.1.0",
4949
"isort==6.0.1",
50-
"langgraph==0.6.0",
51-
"mypy==1.15.0",
50+
"langgraph==0.6.4",
51+
"mypy==1.17.1",
5252
"pytest-asyncio==0.26.0",
5353
"pytest==8.4.1",
5454
"pytest-cov==6.2.1",

requirements.txt

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
google-cloud-alloydb-connector[asyncpg]==1.9.0
2-
google-cloud-storage==3.1.1
3-
langchain-core==0.3.67
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"
2+
google-cloud-storage==3.2.0
3+
langchain-core==0.3.74
4+
numpy==2.3.2; python_version >= "3.11"
5+
numpy==2.3.2; python_version == "3.10"
6+
numpy==2.3.2; python_version <= "3.9"
77
pgvector==0.4.1
8-
SQLAlchemy[asyncio]==2.0.41
9-
langgraph==0.6.0
8+
SQLAlchemy[asyncio]==2.0.42
9+
langgraph==0.6.4
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
langchain-google-alloydb-pg==0.12.0
2-
langchain==0.3.26
3-
langchain-google-vertexai==2.0.20
2+
langchain==0.3.27
3+
langchain-google-vertexai==2.0.28
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
google-cloud-aiplatform[reasoningengine,langchain]==1.90.0
1+
google-cloud-aiplatform[reasoningengine,langchain]==1.108.0
22
langchain-google-alloydb-pg==0.12.0
3-
langchain-google-vertexai==2.0.20
3+
langchain-google-vertexai==2.0.28
44
google-cloud-resource-manager==1.14.2
5-
langchain-community==0.3.26
5+
langchain-community==0.3.27
66
# Required to fix: "PydanticUndefinedAnnotation: name 'SafetySetting' is not defined"
77
# Todo: remove after upstream issue is fixed: https://github.com/langchain-ai/langchain/issues/28271
88
pydantic==2.11.7

samples/migrations/requirements.txt

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
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.5
2+
langchain-core==0.3.74
3+
langchain-google-alloydb-pg==0.12.0
4+
langchain-milvus==0.2.1
5+
langchain-pinecone==0.2.11
66
langchain-qdrant==0.2.0
7-
langchain-weaviate==0.0.4
7+
langchain-weaviate==0.0.5
88
pinecone-client==6.0.0
9-
pymilvus==2.5.6
9+
pymilvus==2.6.0
1010
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.15.1
13+
weaviate-client==4.16.6

samples/requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
google-cloud-aiplatform[reasoningengine,langchain]==1.90.0
1+
google-cloud-aiplatform[reasoningengine,langchain]==1.108.0
22
google-cloud-resource-manager==1.14.2
3-
langchain-community==0.3.26
3+
langchain-community==0.3.27
44
langchain-google-alloydb-pg==0.12.0
5-
langchain-google-vertexai==2.0.20
5+
langchain-google-vertexai==2.0.28

0 commit comments

Comments
 (0)