Skip to content

Commit 449ad97

Browse files
committed
chore(deps): update python-nonmajor
1 parent 303d89f commit 449ad97

File tree

5 files changed

+17
-17
lines changed

5 files changed

+17
-17
lines changed

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ authors = [
1212
dependencies = [
1313
"cloud-sql-python-connector[asyncpg] >= 1.10.0, <2.0.0",
1414
"numpy>=1.24.4, <3.0.0; python_version >= '3.11'",
15-
"numpy>=1.24.4, <=2.2.6; python_version == '3.10'",
16-
"numpy>=1.24.4, <=2.0.2; python_version <= '3.9'",
15+
"numpy>=2.3.2, <=2.3.2; python_version == '3.10'",
16+
"numpy>=2.3.2, <=2.3.2; python_version <= '3.9'",
1717
"langchain-postgres>=0.0.15",
1818
]
1919

@@ -44,12 +44,12 @@ langgraph = [
4444
test = [
4545
"black[jupyter]==25.1.0",
4646
"isort==6.0.1",
47-
"mypy==1.15.0",
47+
"mypy==1.17.1",
4848
"pytest-asyncio==0.26.0",
4949
"pytest==8.4.1",
5050
"pytest-cov==6.2.1",
5151
"langchain-tests==0.3.20",
52-
"langgraph==0.6.0"
52+
"langgraph==0.6.5"
5353
]
5454

5555
[build-system]

requirements.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
cloud-sql-python-connector[asyncpg]==1.18.2
2-
numpy==2.3.1; python_version >= "3.11"
3-
numpy==2.2.6; python_version == "3.10"
4-
numpy==2.0.2; python_version <= "3.9"
5-
langgraph==0.6.0
1+
cloud-sql-python-connector[asyncpg]==1.18.4
2+
numpy==2.3.2; python_version >= "3.11"
3+
numpy==2.3.2; python_version == "3.10"
4+
numpy==2.3.2; python_version <= "3.9"
5+
langgraph==0.6.5
66
langchain-postgres==0.0.15
Lines changed: 2 additions & 2 deletions
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
3-
langchain-google-vertexai==2.0.27
2+
langchain-google-cloud-sql-pg==0.14.1
3+
langchain-google-vertexai==2.0.28
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.97.0
1+
google-cloud-aiplatform[reasoningengine,langchain]==1.109.0
22
google-cloud-resource-manager==1.14.2
33
langchain-community==0.3.27
4-
langchain-google-cloud-sql-pg==0.14.0
5-
langchain-google-vertexai==2.0.27
4+
langchain-google-cloud-sql-pg==0.14.1
5+
langchain-google-vertexai==2.0.28

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.97.0
1+
google-cloud-aiplatform[reasoningengine,langchain]==1.109.0
22
google-cloud-resource-manager==1.14.2
33
langchain-community==0.3.27
4-
langchain-google-cloud-sql-pg==0.14.0
5-
langchain-google-vertexai==2.0.27
4+
langchain-google-cloud-sql-pg==0.14.1
5+
langchain-google-vertexai==2.0.28

0 commit comments

Comments
 (0)