From 10e31452a90d9728cfffa044c5661a3ee58fc231 Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Tue, 16 Dec 2025 02:44:12 +0000 Subject: [PATCH] chore(deps): update python-nonmajor --- packages/toolbox-core/pyproject.toml | 2 +- packages/toolbox-core/requirements.txt | 2 +- packages/toolbox-langchain/pyproject.toml | 2 +- packages/toolbox-langchain/requirements.txt | 2 +- packages/toolbox-llamaindex/pyproject.toml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/packages/toolbox-core/pyproject.toml b/packages/toolbox-core/pyproject.toml index cf69ae3cb..1363bb342 100644 --- a/packages/toolbox-core/pyproject.toml +++ b/packages/toolbox-core/pyproject.toml @@ -45,7 +45,7 @@ Changelog = "https://github.com/googleapis/mcp-toolbox-sdk-python/blob/main/pack test = [ "black[jupyter]==25.12.0", "isort==7.0.0", - "mypy==1.19.0", + "mypy==1.19.1", "pytest==9.0.2", "pytest-aioresponses==0.3.0", "pytest-asyncio==1.3.0", diff --git a/packages/toolbox-core/requirements.txt b/packages/toolbox-core/requirements.txt index ff512757e..fbb679b18 100644 --- a/packages/toolbox-core/requirements.txt +++ b/packages/toolbox-core/requirements.txt @@ -2,4 +2,4 @@ aiohttp==3.13.2 pydantic==2.12.5 deprecated==1.3.1 requests==2.32.5 -google-auth==2.43.0 \ No newline at end of file +google-auth==2.45.0 \ No newline at end of file diff --git a/packages/toolbox-langchain/pyproject.toml b/packages/toolbox-langchain/pyproject.toml index c8a47d0ab..f4fa4bc3e 100644 --- a/packages/toolbox-langchain/pyproject.toml +++ b/packages/toolbox-langchain/pyproject.toml @@ -45,7 +45,7 @@ Changelog = "https://github.com/googleapis/mcp-toolbox-sdk-python/blob/main/pack test = [ "black[jupyter]==25.12.0", "isort==7.0.0", - "mypy==1.19.0", + "mypy==1.19.1", "pytest-asyncio==1.3.0", "pytest==9.0.2", "pytest-cov==7.0.0", diff --git a/packages/toolbox-langchain/requirements.txt b/packages/toolbox-langchain/requirements.txt index 9380adf59..ed24d79ab 100644 --- a/packages/toolbox-langchain/requirements.txt +++ b/packages/toolbox-langchain/requirements.txt @@ -1,5 +1,5 @@ -e ../toolbox-core -langchain-core==1.2.0 +langchain-core==1.2.1 PyYAML==6.0.3 pydantic==2.12.5 aiohttp==3.13.2 diff --git a/packages/toolbox-llamaindex/pyproject.toml b/packages/toolbox-llamaindex/pyproject.toml index 2347505fc..e3385df37 100644 --- a/packages/toolbox-llamaindex/pyproject.toml +++ b/packages/toolbox-llamaindex/pyproject.toml @@ -45,7 +45,7 @@ Changelog = "https://github.com/googleapis/mcp-toolbox-sdk-python/blob/main/pack test = [ "black[jupyter]==25.12.0", "isort==7.0.0", - "mypy==1.19.0", + "mypy==1.19.1", "pytest-asyncio==1.3.0", "pytest==9.0.2", "pytest-cov==7.0.0",