Skip to content

Commit b501171

Browse files
chore(deps): update python-nonmajor (#214)
* chore(deps): update python-nonmajor --------- Co-authored-by: Averi Kitsch <akitsch@google.com>
1 parent 8059390 commit b501171

File tree

5 files changed

+12
-12
lines changed

5 files changed

+12
-12
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ test = [
4343
"isort==5.13.2",
4444
"mypy==1.11.2",
4545
"pytest-asyncio==0.24.0",
46-
"pytest==8.3.2",
46+
"pytest==8.3.3",
4747
"pytest-cov==5.0.0"
4848
]
4949

requirements.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
cloud-sql-python-connector[asyncpg]==1.12.0
2-
langchain-core==0.3.0
1+
cloud-sql-python-connector[asyncpg]==1.12.1
2+
langchain-core==0.3.8
33
numpy==1.26.4
4-
pgvector==0.3.2
5-
SQLAlchemy[asyncio]==2.0.34
4+
pgvector==0.3.4
5+
SQLAlchemy[asyncio]==2.0.35
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
langchain-community==0.2.16
2-
langchain-google-cloud-sql-pg==0.9.0
3-
langchain-google-vertexai==1.0.10
1+
langchain-community==0.3.1
2+
langchain-google-cloud-sql-pg==0.10.0
3+
langchain-google-vertexai==2.0.0

samples/langchain_on_vertexai/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
google-cloud-aiplatform[reasoningengine,langchain]==1.68.0
1+
google-cloud-aiplatform[reasoningengine,langchain]==1.69.0
22
google-cloud-resource-manager==1.12.5
33
langchain-community==0.2.16
44
langchain-google-cloud-sql-pg==0.10.0

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.65.0
1+
google-cloud-aiplatform[reasoningengine,langchain]==1.69.0
22
google-cloud-resource-manager==1.12.5
33
langchain-community==0.2.16
4-
langchain-google-cloud-sql-pg==0.9.0
5-
langchain-google-vertexai==1.0.10
4+
langchain-google-cloud-sql-pg==0.10.0
5+
langchain-google-vertexai==1.0.10

0 commit comments

Comments
 (0)