Skip to content

Commit 7c807e8

Browse files
authored
chore(deps): update python-nonmajor (#273)
1 parent 6fcbe51 commit 7c807e8

File tree

5 files changed

+18
-18
lines changed

5 files changed

+18
-18
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ Changelog = "https://github.com/googleapis/langchain-google-cloud-sql-pg-python/
4141
test = [
4242
"black[jupyter]==25.1.0",
4343
"isort==6.0.0",
44-
"mypy==1.13.0",
45-
"pytest-asyncio==0.24.0",
44+
"mypy==1.15.0",
45+
"pytest-asyncio==0.25.3",
4646
"pytest==8.3.4",
4747
"pytest-cov==6.0.0"
4848
]

requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
cloud-sql-python-connector[asyncpg]==1.14.0
2-
langchain-core==0.3.22
1+
cloud-sql-python-connector[asyncpg]==1.17.0
2+
langchain-core==0.3.40
33
numpy==1.26.4
44
pgvector==0.3.6
5-
SQLAlchemy[asyncio]==2.0.36
5+
SQLAlchemy[asyncio]==2.0.38
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
langchain-community==0.3.16
2-
langchain-google-cloud-sql-pg==0.11.1
3-
langchain-google-vertexai==2.0.12
1+
langchain-community==0.3.18
2+
langchain-google-cloud-sql-pg==0.12.1
3+
langchain-google-vertexai==2.0.14
Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
google-cloud-aiplatform[reasoningengine,langchain]==1.79.0
2-
google-cloud-resource-manager==1.14.0
3-
langchain-community==0.3.16
4-
langchain-google-cloud-sql-pg==0.11.1
5-
langchain-google-vertexai==2.0.12
1+
google-cloud-aiplatform[reasoningengine,langchain]==1.81.0
2+
google-cloud-resource-manager==1.14.1
3+
langchain-community==0.3.18
4+
langchain-google-cloud-sql-pg==0.12.1
5+
langchain-google-vertexai==2.0.14

samples/requirements.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
google-cloud-aiplatform[reasoningengine,langchain]==1.79.0
2-
google-cloud-resource-manager==1.14.0
3-
langchain-community==0.3.16
4-
langchain-google-cloud-sql-pg==0.11.1
5-
langchain-google-vertexai==2.0.12
1+
google-cloud-aiplatform[reasoningengine,langchain]==1.81.0
2+
google-cloud-resource-manager==1.14.1
3+
langchain-community==0.3.18
4+
langchain-google-cloud-sql-pg==0.12.1
5+
langchain-google-vertexai==2.0.14

0 commit comments

Comments
 (0)