From 44685b0ba54bfd80c4c8b326e841953787f8693a Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Mon, 17 Nov 2025 13:17:06 +0000 Subject: [PATCH 1/2] chore(deps): update python-nonmajor --- packages/toolbox-core/pyproject.toml | 6 +++--- packages/toolbox-core/requirements.txt | 8 ++++---- packages/toolbox-langchain/pyproject.toml | 6 +++--- packages/toolbox-langchain/requirements.txt | 6 +++--- packages/toolbox-llamaindex/pyproject.toml | 6 +++--- packages/toolbox-llamaindex/requirements.txt | 8 ++++---- 6 files changed, 20 insertions(+), 20 deletions(-) diff --git a/packages/toolbox-core/pyproject.toml b/packages/toolbox-core/pyproject.toml index 8ee5848f..1d34b949 100644 --- a/packages/toolbox-core/pyproject.toml +++ b/packages/toolbox-core/pyproject.toml @@ -43,7 +43,7 @@ Changelog = "https://github.com/googleapis/mcp-toolbox-sdk-python/blob/main/pack [project.optional-dependencies] test = [ - "black[jupyter]==25.9.0", + "black[jupyter]==25.11.0", "isort==7.0.0", "mypy==1.18.2", "pytest==9.0.1", @@ -51,8 +51,8 @@ test = [ "pytest-asyncio==1.3.0", "pytest-cov==7.0.0", "pytest-mock==3.15.1", - "google-cloud-secret-manager==2.24.0", - "google-cloud-storage==3.4.0", + "google-cloud-secret-manager==2.25.0", + "google-cloud-storage==3.6.0", "aioresponses==0.7.8" ] [build-system] diff --git a/packages/toolbox-core/requirements.txt b/packages/toolbox-core/requirements.txt index 920a0ddb..d8e221d2 100644 --- a/packages/toolbox-core/requirements.txt +++ b/packages/toolbox-core/requirements.txt @@ -1,5 +1,5 @@ -aiohttp==3.13.0 -pydantic==2.11.10 -deprecated==1.2.18 +aiohttp==3.13.2 +pydantic==2.12.4 +deprecated==1.3.1 requests==2.32.5 -google-auth==2.41.1 \ No newline at end of file +google-auth==2.43.0 \ No newline at end of file diff --git a/packages/toolbox-langchain/pyproject.toml b/packages/toolbox-langchain/pyproject.toml index 501f5def..b0f495f7 100644 --- a/packages/toolbox-langchain/pyproject.toml +++ b/packages/toolbox-langchain/pyproject.toml @@ -43,15 +43,15 @@ Changelog = "https://github.com/googleapis/mcp-toolbox-sdk-python/blob/main/pack [project.optional-dependencies] test = [ - "black[jupyter]==25.9.0", + "black[jupyter]==25.11.0", "isort==7.0.0", "mypy==1.18.2", "pytest-asyncio==1.3.0", "pytest==9.0.1", "pytest-cov==7.0.0", "Pillow==12.0.0; python_version >= '3.10'", - "google-cloud-secret-manager==2.24.0", - "google-cloud-storage==3.4.0", + "google-cloud-secret-manager==2.25.0", + "google-cloud-storage==3.6.0", ] [build-system] diff --git a/packages/toolbox-langchain/requirements.txt b/packages/toolbox-langchain/requirements.txt index 766a8e7d..699a18ac 100644 --- a/packages/toolbox-langchain/requirements.txt +++ b/packages/toolbox-langchain/requirements.txt @@ -1,6 +1,6 @@ -e ../toolbox-core langchain-core==1.0.5 PyYAML==6.0.3 -pydantic==2.11.10 -aiohttp==3.13.0 -deprecated==1.2.18 \ No newline at end of file +pydantic==2.12.4 +aiohttp==3.13.2 +deprecated==1.3.1 \ No newline at end of file diff --git a/packages/toolbox-llamaindex/pyproject.toml b/packages/toolbox-llamaindex/pyproject.toml index 16609072..b6dc7c4c 100644 --- a/packages/toolbox-llamaindex/pyproject.toml +++ b/packages/toolbox-llamaindex/pyproject.toml @@ -43,15 +43,15 @@ Changelog = "https://github.com/googleapis/mcp-toolbox-sdk-python/blob/main/pack [project.optional-dependencies] test = [ - "black[jupyter]==25.9.0", + "black[jupyter]==25.11.0", "isort==7.0.0", "mypy==1.18.2", "pytest-asyncio==1.3.0", "pytest==9.0.1", "pytest-cov==7.0.0", "Pillow==12.0.0; python_version >= '3.10'", - "google-cloud-secret-manager==2.24.0", - "google-cloud-storage==3.4.0", + "google-cloud-secret-manager==2.25.0", + "google-cloud-storage==3.6.0", ] [build-system] diff --git a/packages/toolbox-llamaindex/requirements.txt b/packages/toolbox-llamaindex/requirements.txt index e16deb2d..5ac1d5ea 100644 --- a/packages/toolbox-llamaindex/requirements.txt +++ b/packages/toolbox-llamaindex/requirements.txt @@ -1,8 +1,8 @@ -e ../toolbox-core -llama-index==0.14.4 +llama-index==0.14.8 llama-index-cli==0.5.3 llama-index-embeddings-openai==0.5.1 PyYAML==6.0.3 -pydantic==2.11.10 -aiohttp==3.13.0 -deprecated==1.2.18 +pydantic==2.12.4 +aiohttp==3.13.2 +deprecated==1.3.1 From 58330357a2f625bb50a70c56dca8d1229771130e Mon Sep 17 00:00:00 2001 From: Anubhav Dhawan Date: Mon, 17 Nov 2025 20:14:56 +0530 Subject: [PATCH 2/2] deps: Switch from llama-index to llama-index-core --- packages/toolbox-llamaindex/pyproject.toml | 2 +- packages/toolbox-llamaindex/requirements.txt | 4 +--- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/packages/toolbox-llamaindex/pyproject.toml b/packages/toolbox-llamaindex/pyproject.toml index 16609072..29631ebe 100644 --- a/packages/toolbox-llamaindex/pyproject.toml +++ b/packages/toolbox-llamaindex/pyproject.toml @@ -10,7 +10,7 @@ authors = [ ] dependencies = [ "toolbox-core==0.5.2", # x-release-please-version - "llama-index>=0.12.0,<1.0.0", + "llama-index-core>=0.12.0,<1.0.0", "PyYAML>=6.0.1,<7.0.0", "pydantic>=2.8.0,<3.0.0", "aiohttp>=3.8.6,<4.0.0", diff --git a/packages/toolbox-llamaindex/requirements.txt b/packages/toolbox-llamaindex/requirements.txt index e16deb2d..017f6e1d 100644 --- a/packages/toolbox-llamaindex/requirements.txt +++ b/packages/toolbox-llamaindex/requirements.txt @@ -1,7 +1,5 @@ -e ../toolbox-core -llama-index==0.14.4 -llama-index-cli==0.5.3 -llama-index-embeddings-openai==0.5.1 +llama-index-core==0.14.4 PyYAML==6.0.3 pydantic==2.11.10 aiohttp==3.13.0