From 40a7d2a26cf63b434f7991f9f45d850ab2065227 Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Sat, 7 Mar 2026 01:07:46 +0000 Subject: [PATCH] chore(deps): update python-nonmajor --- packages/toolbox-adk/pyproject.toml | 6 +++--- packages/toolbox-adk/requirements.txt | 14 +++++++------- packages/toolbox-core/pyproject.toml | 6 +++--- packages/toolbox-core/requirements.txt | 2 +- packages/toolbox-langchain/pyproject.toml | 10 +++++----- packages/toolbox-langchain/requirements.txt | 2 +- packages/toolbox-llamaindex/pyproject.toml | 10 +++++----- packages/toolbox-llamaindex/requirements.txt | 2 +- 8 files changed, 26 insertions(+), 26 deletions(-) diff --git a/packages/toolbox-adk/pyproject.toml b/packages/toolbox-adk/pyproject.toml index 2da3bad2b..cdb143e00 100644 --- a/packages/toolbox-adk/pyproject.toml +++ b/packages/toolbox-adk/pyproject.toml @@ -19,7 +19,7 @@ classifiers = [ ] requires-python = ">=3.10" dependencies = [ - "toolbox-core==0.5.10", + "toolbox-core==0.6.0", "google-auth>=2.43.0,<3.0.0", "google-auth-oauthlib>=1.2.0,<2.0.0", "google-adk>=1.20.0,<2.0.0", @@ -34,8 +34,8 @@ Changelog = "https://github.com/googleapis/mcp-toolbox-sdk-python/blob/main/pack [project.optional-dependencies] test = [ - "black[jupyter]==26.1.0", - "isort==8.0.0", + "black[jupyter]==26.3.0", + "isort==8.0.1", "mypy==1.19.1", "pytest==9.0.2", "pytest-asyncio==1.3.0", diff --git a/packages/toolbox-adk/requirements.txt b/packages/toolbox-adk/requirements.txt index ef58745cd..60ef82343 100644 --- a/packages/toolbox-adk/requirements.txt +++ b/packages/toolbox-adk/requirements.txt @@ -1,9 +1,9 @@ -e ../toolbox-core -google-adk==1.20.0 -google-auth==2.45.0 -google-auth-oauthlib==1.2.1 -typing-extensions==4.14.1 -opentelemetry-exporter-otlp-proto-http==1.37.0 -opentelemetry-exporter-gcp-trace==1.9.0 +google-adk==1.26.0 +google-auth==2.49.0 +google-auth-oauthlib==1.3.0 +typing-extensions==4.15.0 +opentelemetry-exporter-otlp-proto-http==1.40.0 +opentelemetry-exporter-gcp-trace==1.11.0 opentelemetry-exporter-gcp-monitoring==1.9.0a0 -opentelemetry-sdk==1.37.0 +opentelemetry-sdk==1.40.0 diff --git a/packages/toolbox-core/pyproject.toml b/packages/toolbox-core/pyproject.toml index 68c490483..c7475189c 100644 --- a/packages/toolbox-core/pyproject.toml +++ b/packages/toolbox-core/pyproject.toml @@ -44,8 +44,8 @@ Changelog = "https://github.com/googleapis/mcp-toolbox-sdk-python/blob/main/pack [project.optional-dependencies] test = [ - "black[jupyter]==26.1.0", - "isort==8.0.0", + "black[jupyter]==26.3.0", + "isort==8.0.1", "mypy==1.19.1", "pytest==9.0.2", "pytest-aioresponses==0.3.0", @@ -53,7 +53,7 @@ test = [ "pytest-cov==7.0.0", "pytest-mock==3.15.1", "google-cloud-secret-manager==2.26.0", - "google-cloud-storage==3.7.0", + "google-cloud-storage==3.9.0", "aioresponses==0.7.8" ] [build-system] diff --git a/packages/toolbox-core/requirements.txt b/packages/toolbox-core/requirements.txt index 8da7f6d93..ccc454dd1 100644 --- a/packages/toolbox-core/requirements.txt +++ b/packages/toolbox-core/requirements.txt @@ -2,4 +2,4 @@ aiohttp==3.13.3 pydantic==2.12.5 deprecated==1.3.1 requests==2.32.5 -google-auth==2.45.0 \ No newline at end of file +google-auth==2.49.0 \ No newline at end of file diff --git a/packages/toolbox-langchain/pyproject.toml b/packages/toolbox-langchain/pyproject.toml index af7049fee..5343cf9d0 100644 --- a/packages/toolbox-langchain/pyproject.toml +++ b/packages/toolbox-langchain/pyproject.toml @@ -9,7 +9,7 @@ authors = [ {name = "Google LLC", email = "googleapis-packages@google.com"} ] dependencies = [ - "toolbox-core==0.5.10", + "toolbox-core==0.6.0", "langchain-core>=0.2.23,<2.0.0", "PyYAML>=6.0.1,<7.0.0", "pydantic>=2.7.0,<3.0.0", @@ -44,15 +44,15 @@ Changelog = "https://github.com/googleapis/mcp-toolbox-sdk-python/blob/main/pack [project.optional-dependencies] test = [ - "black[jupyter]==26.1.0", - "isort==8.0.0", + "black[jupyter]==26.3.0", + "isort==8.0.1", "mypy==1.19.1", "pytest-asyncio==1.3.0", "pytest==9.0.2", "pytest-cov==7.0.0", - "Pillow==12.1.0; python_version >= '3.10'", + "Pillow==12.1.1; python_version >= '3.10'", "google-cloud-secret-manager==2.26.0", - "google-cloud-storage==3.7.0", + "google-cloud-storage==3.9.0", ] [build-system] diff --git a/packages/toolbox-langchain/requirements.txt b/packages/toolbox-langchain/requirements.txt index cf6584da2..a5e962331 100644 --- a/packages/toolbox-langchain/requirements.txt +++ b/packages/toolbox-langchain/requirements.txt @@ -1,5 +1,5 @@ -e ../toolbox-core -langchain-core==1.2.11 +langchain-core==1.2.17 PyYAML==6.0.3 pydantic==2.12.5 aiohttp==3.13.3 diff --git a/packages/toolbox-llamaindex/pyproject.toml b/packages/toolbox-llamaindex/pyproject.toml index d0784eee0..91a448689 100644 --- a/packages/toolbox-llamaindex/pyproject.toml +++ b/packages/toolbox-llamaindex/pyproject.toml @@ -9,7 +9,7 @@ authors = [ {name = "Google LLC", email = "googleapis-packages@google.com"} ] dependencies = [ - "toolbox-core==0.5.10", + "toolbox-core==0.6.0", "llama-index-core>=0.12.0,<1.0.0", "PyYAML>=6.0.1,<7.0.0", "pydantic>=2.8.0,<3.0.0", @@ -44,15 +44,15 @@ Changelog = "https://github.com/googleapis/mcp-toolbox-sdk-python/blob/main/pack [project.optional-dependencies] test = [ - "black[jupyter]==26.1.0", - "isort==8.0.0", + "black[jupyter]==26.3.0", + "isort==8.0.1", "mypy==1.19.1", "pytest-asyncio==1.3.0", "pytest==9.0.2", "pytest-cov==7.0.0", - "Pillow==12.1.0; python_version >= '3.10'", + "Pillow==12.1.1; python_version >= '3.10'", "google-cloud-secret-manager==2.26.0", - "google-cloud-storage==3.7.0", + "google-cloud-storage==3.9.0", ] [build-system] diff --git a/packages/toolbox-llamaindex/requirements.txt b/packages/toolbox-llamaindex/requirements.txt index d70529be4..d2be1c560 100644 --- a/packages/toolbox-llamaindex/requirements.txt +++ b/packages/toolbox-llamaindex/requirements.txt @@ -1,5 +1,5 @@ -e ../toolbox-core -llama-index-core==0.14.12 +llama-index-core==0.14.15 PyYAML==6.0.3 pydantic==2.12.5 aiohttp==3.13.3