Skip to content

Commit 0de4a55

Browse files
committed
chore(deps): update python-nonmajor
1 parent addc9a1 commit 0de4a55

File tree

6 files changed

+29
-29
lines changed

6 files changed

+29
-29
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ 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.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'",
1717
"pgvector>=0.2.5, <1.0.0",
1818
"SQLAlchemy[asyncio]>=2.0.25, <3.0.0"
1919
]
@@ -46,7 +46,7 @@ langgraph = [
4646
test = [
4747
"black[jupyter]==25.1.0",
4848
"isort==6.0.1",
49-
"langgraph==0.3.31",
49+
"langgraph==0.4.5",
5050
"mypy==1.15.0",
5151
"pytest-asyncio==0.26.0",
5252
"pytest==8.3.5",

requirements.txt

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
google-cloud-alloydb-connector[asyncpg]==1.8.0
1+
google-cloud-alloydb-connector[asyncpg]==1.9.0
22
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
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
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
Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
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
44
google-cloud-resource-manager==1.14.2
5-
langchain-community==0.3.22
5+
langchain-community==0.3.24
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
8-
pydantic==2.11.3
8+
pydantic==2.11.4

samples/migrations/requirements.txt

Lines changed: 8 additions & 8 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.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
66
langchain-qdrant==0.2.0
77
langchain-weaviate==0.0.4
88
pinecone-client==6.0.0
9-
pymilvus==2.5.6
9+
pymilvus==2.5.9
1010
pytest-asyncio==0.26.0
1111
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

samples/requirements.txt

Lines changed: 4 additions & 4 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.93.1
22
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

0 commit comments

Comments
 (0)