From 20ef1d3110c176bd1b168f4e5ba7c6bdcd45071a Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Fri, 28 Nov 2025 17:33:09 +0000 Subject: [PATCH] chore(deps): update dependency mypy to v1.19.0 --- packages/toolbox-core/pyproject.toml | 2 +- packages/toolbox-langchain/pyproject.toml | 2 +- packages/toolbox-llamaindex/pyproject.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/toolbox-core/pyproject.toml b/packages/toolbox-core/pyproject.toml index 1d34b949..28f04548 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.11.0", "isort==7.0.0", - "mypy==1.18.2", + "mypy==1.19.0", "pytest==9.0.1", "pytest-aioresponses==0.3.0", "pytest-asyncio==1.3.0", diff --git a/packages/toolbox-langchain/pyproject.toml b/packages/toolbox-langchain/pyproject.toml index 4ae89ee4..8c486915 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.11.0", "isort==7.0.0", - "mypy==1.18.2", + "mypy==1.19.0", "pytest-asyncio==1.3.0", "pytest==9.0.1", "pytest-cov==7.0.0", diff --git a/packages/toolbox-llamaindex/pyproject.toml b/packages/toolbox-llamaindex/pyproject.toml index 9b609078..a26b8844 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.11.0", "isort==7.0.0", - "mypy==1.18.2", + "mypy==1.19.0", "pytest-asyncio==1.3.0", "pytest==9.0.1", "pytest-cov==7.0.0",