From 13368f50ebb6de8bcf4c2d0717cddd729949b618 Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Wed, 27 May 2026 22:42:18 +0000 Subject: [PATCH 1/3] chore(deps): update all non-major dependencies --- pyproject.toml | 8 ++++---- requirements.txt | 6 +++--- samples/requirements.txt | 6 +++--- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 6b7bd6e7..4ea07067 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -42,12 +42,12 @@ langgraph = [ ] test = [ "black[jupyter]==26.1.0", - "isort==8.0.0", - "mypy==1.19.1", + "isort==8.0.1", + "mypy==1.20.2", "pytest-asyncio==0.26.0", "pytest==8.4.2", - "pytest-cov==7.0.0", - "langchain-tests==1.1.2", + "pytest-cov==7.1.0", + "langchain-tests==1.1.9", "langgraph>=1.2.2" ] diff --git a/requirements.txt b/requirements.txt index b5b40541..a1f184db 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ -cloud-sql-python-connector[asyncpg]==1.20.0 -numpy==2.4.1; python_version >= "3.11" +cloud-sql-python-connector[asyncpg]==1.20.3 +numpy==2.4.6; python_version >= "3.11" numpy==2.2.6; python_version == "3.10" -langgraph==1.0.10 +langgraph==1.2.2 langchain-postgres==0.0.17 diff --git a/samples/requirements.txt b/samples/requirements.txt index 0cded642..a78027e8 100644 --- a/samples/requirements.txt +++ b/samples/requirements.txt @@ -1,5 +1,5 @@ -google-cloud-aiplatform[reasoningengine,langchain]==1.134.0 -google-cloud-resource-manager==1.16.0 -langchain-community==0.3.29 +google-cloud-aiplatform[reasoningengine,langchain]==1.154.0 +google-cloud-resource-manager==1.17.0 +langchain-community==0.4.2 langchain-google-cloud-sql-pg==0.15.0 langchain-google-vertexai==2.1.2 From 71027b25d314a248cf21dc3d01b691ec438574eb Mon Sep 17 00:00:00 2001 From: Averi Kitsch Date: Wed, 27 May 2026 16:48:19 -0700 Subject: [PATCH 2/3] Update pyproject.toml --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 4ea07067..ba33f4b3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ dependencies = [ "cloud-sql-python-connector[asyncpg] >= 1.10.0, <2.0.0", "numpy>=1.24.4, <3.0.0; python_version >= '3.11'", "numpy>=1.24.4, <=2.2.6; python_version == '3.10'", - "langchain-postgres>=0.0.16", + "langchain-postgres>=0.0.17", ] classifiers = [ @@ -44,7 +44,7 @@ test = [ "black[jupyter]==26.1.0", "isort==8.0.1", "mypy==1.20.2", - "pytest-asyncio==0.26.0", + "pytest-asyncio==1.4.0", "pytest==8.4.2", "pytest-cov==7.1.0", "langchain-tests==1.1.9", From e08cde71f2a69f741c676de2dbf74e2f84f9c612 Mon Sep 17 00:00:00 2001 From: Averi Kitsch Date: Wed, 27 May 2026 16:53:02 -0700 Subject: [PATCH 3/3] Update pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ba33f4b3..849694da 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -45,7 +45,7 @@ test = [ "isort==8.0.1", "mypy==1.20.2", "pytest-asyncio==1.4.0", - "pytest==8.4.2", + "pytest==9.0.3", "pytest-cov==7.1.0", "langchain-tests==1.1.9", "langgraph>=1.2.2"