Skip to content

Commit 464d429

Browse files
committed
chore(deps): update python-nonmajor
1 parent 791d959 commit 464d429

File tree

5 files changed

+14
-14
lines changed

5 files changed

+14
-14
lines changed

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ dependencies = [
1313
"cloud-sql-python-connector[asyncpg] >= 1.10.0, <2.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.1, <=2.3.1; python_version == '3.10'",
17+
"numpy>=2.3.1, <=2.3.1; python_version <= '3.9'",
1818
"pgvector>=0.2.5, <1.0.0",
1919
"SQLAlchemy[asyncio]>=2.0.25, <3.0.0"
2020
]
@@ -46,12 +46,12 @@ langgraph = [
4646
test = [
4747
"black[jupyter]==25.1.0",
4848
"isort==6.0.1",
49-
"mypy==1.15.0",
49+
"mypy==1.17.0",
5050
"pytest-asyncio==0.26.0",
5151
"pytest==8.4.1",
5252
"pytest-cov==6.2.1",
5353
"langchain-tests==0.3.20",
54-
"langgraph==0.5.2"
54+
"langgraph==0.5.3"
5555
]
5656

5757
[build-system]

requirements.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
cloud-sql-python-connector[asyncpg]==1.18.2
2-
langchain-core==0.3.68
1+
cloud-sql-python-connector[asyncpg]==1.18.3
2+
langchain-core==0.3.69
33
numpy==2.3.1; python_version >= "3.11"
4-
numpy==2.2.6; python_version == "3.10"
5-
numpy==2.0.2; python_version <= "3.9"
4+
numpy==2.3.1; python_version == "3.10"
5+
numpy==2.3.1; python_version <= "3.9"
66
pgvector==0.4.1
77
SQLAlchemy[asyncio]==2.0.41
8-
langgraph==0.5.2
8+
langgraph==0.5.3
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
langchain-community==0.3.27
2-
langchain-google-cloud-sql-pg==0.14.0
2+
langchain-google-cloud-sql-pg==0.14.1
33
langchain-google-vertexai==2.0.27
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
google-cloud-aiplatform[reasoningengine,langchain]==1.97.0
1+
google-cloud-aiplatform[reasoningengine,langchain]==1.104.0
22
google-cloud-resource-manager==1.14.2
33
langchain-community==0.3.27
4-
langchain-google-cloud-sql-pg==0.14.0
4+
langchain-google-cloud-sql-pg==0.14.1
55
langchain-google-vertexai==2.0.27

samples/requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
google-cloud-aiplatform[reasoningengine,langchain]==1.97.0
1+
google-cloud-aiplatform[reasoningengine,langchain]==1.104.0
22
google-cloud-resource-manager==1.14.2
33
langchain-community==0.3.27
4-
langchain-google-cloud-sql-pg==0.14.0
4+
langchain-google-cloud-sql-pg==0.14.1
55
langchain-google-vertexai==2.0.27

0 commit comments

Comments
 (0)