Skip to content

Commit

Permalink
fix(deps): update python-nonmajor
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Dec 14, 2024
1 parent 8ad9622 commit f411834
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 22 deletions.
8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,11 @@ Changelog = "https://github.com/googleapis/langchain-google-alloydb-pg-python/bl

[project.optional-dependencies]
test = [
"black[jupyter]==24.8.0",
"black[jupyter]==24.10.0",
"isort==5.13.2",
"mypy==1.11.2",
"pytest-asyncio==0.24.0",
"pytest==8.3.3",
"mypy==1.13.0",
"pytest-asyncio==0.25.0",
"pytest==8.3.4",
"pytest-cov==6.0.0",
"pytest-depends==1.0.1",
"Pillow==11.0.0"
Expand Down
8 changes: 4 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
google-cloud-alloydb-connector[asyncpg]==1.4.0
google-cloud-alloydb-connector[asyncpg]==1.6.0
google-cloud-storage>=2.18.2, <3.0.0
langchain-core==0.3.0
langchain-core==0.3.25
numpy==1.26.4
pgvector==0.3.3
SQLAlchemy[asyncio]==2.0.34
pgvector==0.3.6
SQLAlchemy[asyncio]==2.0.36
6 changes: 3 additions & 3 deletions samples/index_tuning_sample/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
langchain-google-alloydb-pg==0.7.0
langchain==0.3.0
langchain-google-vertexai==2.0.7
langchain-google-alloydb-pg==0.8.0
langchain==0.3.11
langchain-google-vertexai==2.0.9
12 changes: 6 additions & 6 deletions samples/langchain_on_vertexai/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
google-cloud-aiplatform[reasoningengine,langchain]==1.72
langchain-google-alloydb-pg==0.7.0
langchain-google-vertexai==2.0.7
google-cloud-resource-manager==1.13.0
langchain-community==0.3.7
google-cloud-aiplatform[reasoningengine,langchain]==1.74.0
langchain-google-alloydb-pg==0.8.0
langchain-google-vertexai==2.0.9
google-cloud-resource-manager==1.14.0
langchain-community==0.3.11
# Required to fix: "PydanticUndefinedAnnotation: name 'SafetySetting' is not defined"
# Todo: remove after upstream issue is fixed: https://github.com/langchain-ai/langchain/issues/28271
pydantic==2.9.0
pydantic==2.10.3
10 changes: 5 additions & 5 deletions samples/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
google-cloud-aiplatform[reasoningengine,langchain]==1.72
google-cloud-resource-manager==1.13.0
langchain-community==0.3.7
langchain-google-alloydb-pg==0.7.0
langchain-google-vertexai==2.0.7
google-cloud-aiplatform[reasoningengine,langchain]==1.74.0
google-cloud-resource-manager==1.14.0
langchain-community==0.3.11
langchain-google-alloydb-pg==0.8.0
langchain-google-vertexai==2.0.9

0 comments on commit f411834

Please sign in to comment.