Skip to content

Commit ca80201

Browse files
authored
chore(deps): update dependency mypy to v1.19.0 (#443)
1 parent 8d8cffb commit ca80201

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

packages/toolbox-core/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ Changelog = "https://github.com/googleapis/mcp-toolbox-sdk-python/blob/main/pack
4545
test = [
4646
"black[jupyter]==25.11.0",
4747
"isort==7.0.0",
48-
"mypy==1.18.2",
48+
"mypy==1.19.0",
4949
"pytest==9.0.1",
5050
"pytest-aioresponses==0.3.0",
5151
"pytest-asyncio==1.3.0",

packages/toolbox-langchain/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ Changelog = "https://github.com/googleapis/mcp-toolbox-sdk-python/blob/main/pack
4545
test = [
4646
"black[jupyter]==25.11.0",
4747
"isort==7.0.0",
48-
"mypy==1.18.2",
48+
"mypy==1.19.0",
4949
"pytest-asyncio==1.3.0",
5050
"pytest==9.0.1",
5151
"pytest-cov==7.0.0",

packages/toolbox-llamaindex/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ Changelog = "https://github.com/googleapis/mcp-toolbox-sdk-python/blob/main/pack
4545
test = [
4646
"black[jupyter]==25.11.0",
4747
"isort==7.0.0",
48-
"mypy==1.18.2",
48+
"mypy==1.19.0",
4949
"pytest-asyncio==1.3.0",
5050
"pytest==9.0.1",
5151
"pytest-cov==7.0.0",

0 commit comments

Comments
 (0)