From e0eaab1d9a10b7f12fadd5f1f866cd655523be7f Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Sun, 15 Dec 2024 00:58:56 +0000 Subject: [PATCH] fix(deps): update python-nonmajor --- pyproject.toml | 8 ++++---- requirements.txt | 8 ++++---- samples/index_tuning_sample/requirements.txt | 6 +++--- samples/langchain_on_vertexai/requirements.txt | 12 ++++++------ samples/requirements.txt | 10 +++++----- 5 files changed, 22 insertions(+), 22 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 3e61df84..f8847275 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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" diff --git a/requirements.txt b/requirements.txt index 1543665c..1909b4c7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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 diff --git a/samples/index_tuning_sample/requirements.txt b/samples/index_tuning_sample/requirements.txt index b6f466ef..3600b042 100644 --- a/samples/index_tuning_sample/requirements.txt +++ b/samples/index_tuning_sample/requirements.txt @@ -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.12 +langchain-google-vertexai==2.0.9 diff --git a/samples/langchain_on_vertexai/requirements.txt b/samples/langchain_on_vertexai/requirements.txt index 2d7fa7d8..17b65807 100644 --- a/samples/langchain_on_vertexai/requirements.txt +++ b/samples/langchain_on_vertexai/requirements.txt @@ -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.12 # 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 diff --git a/samples/requirements.txt b/samples/requirements.txt index 439acca6..f3f06d33 100644 --- a/samples/requirements.txt +++ b/samples/requirements.txt @@ -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.12 +langchain-google-alloydb-pg==0.8.0 +langchain-google-vertexai==2.0.9