Skip to content

Commit ba45b32

Browse files
authored
chore(deps): update python-nonmajor (#467)
1 parent edb522d commit ba45b32

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
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.12.0",
4747
"isort==7.0.0",
48-
"mypy==1.19.0",
48+
"mypy==1.19.1",
4949
"pytest==9.0.2",
5050
"pytest-aioresponses==0.3.0",
5151
"pytest-asyncio==1.3.0",

packages/toolbox-core/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ aiohttp==3.13.2
22
pydantic==2.12.5
33
deprecated==1.3.1
44
requests==2.32.5
5-
google-auth==2.43.0
5+
google-auth==2.45.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.12.0",
4747
"isort==7.0.0",
48-
"mypy==1.19.0",
48+
"mypy==1.19.1",
4949
"pytest-asyncio==1.3.0",
5050
"pytest==9.0.2",
5151
"pytest-cov==7.0.0",

packages/toolbox-langchain/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
-e ../toolbox-core
2-
langchain-core==1.2.0
2+
langchain-core==1.2.1
33
PyYAML==6.0.3
44
pydantic==2.12.5
55
aiohttp==3.13.2

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.12.0",
4747
"isort==7.0.0",
48-
"mypy==1.19.0",
48+
"mypy==1.19.1",
4949
"pytest-asyncio==1.3.0",
5050
"pytest==9.0.2",
5151
"pytest-cov==7.0.0",

0 commit comments

Comments
 (0)