Skip to content

Commit 9f56612

Browse files
committed
chore(deps): update python-nonmajor
1 parent 7a88488 commit 9f56612

8 files changed

Lines changed: 30 additions & 30 deletions

File tree

packages/toolbox-adk/pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ classifiers = [
1919
]
2020
requires-python = ">=3.10"
2121
dependencies = [
22-
"toolbox-core==1.1.0",
22+
"toolbox-core==1.2.0",
2323
"google-auth>=2.47.0,<3.0.0",
2424
"google-auth-oauthlib>=1.2.0,<2.0.0",
2525
"google-adk>=1.27.4,<3.0.0",
@@ -36,8 +36,8 @@ Changelog = "https://github.com/googleapis/mcp-toolbox-sdk-python/blob/main/pack
3636
test = [
3737
"black[jupyter]==26.5.1",
3838
"isort==8.0.1",
39-
"mypy==2.1.0",
40-
"pytest==9.0.3",
39+
"mypy==2.3.0",
40+
"pytest==9.1.1",
4141
"pytest-asyncio==1.4.0",
4242
"pytest-cov==7.1.0",
4343
"pytest-mock==3.15.1",
Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
-e ../toolbox-core
2-
google-adk==1.34.1
3-
google-auth==2.53.0
2+
google-adk==1.36.1
3+
google-auth==2.56.0
44
google-auth-oauthlib==1.4.0
5-
typing-extensions==4.15.0
6-
opentelemetry-exporter-otlp-proto-http==1.41.1
5+
typing-extensions==4.16.0
6+
opentelemetry-exporter-otlp-proto-http==1.44.0
77
opentelemetry-exporter-gcp-trace==1.12.0
88
opentelemetry-exporter-gcp-monitoring==1.9.0a0
9-
opentelemetry-sdk==1.41.1
9+
opentelemetry-sdk==1.44.0

packages/toolbox-core/pyproject.toml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -45,21 +45,21 @@ Changelog = "https://github.com/googleapis/mcp-toolbox-sdk-python/blob/main/pack
4545
[project.optional-dependencies]
4646
telemetry = [
4747
"opentelemetry-api>=1.20.0,<2.0.0",
48-
"opentelemetry-sdk>=1.41.1,<1.42.0",
49-
"opentelemetry-exporter-otlp>=1.41.1,<1.42.0"
48+
"opentelemetry-sdk>=1.44.0,<1.45.0",
49+
"opentelemetry-exporter-otlp>=1.44.0,<1.45.0"
5050
]
5151
test = [
5252
"black[jupyter]==26.5.1",
5353
"isort==8.0.1",
54-
"mypy==2.1.0",
55-
"pytest==9.0.3",
54+
"mypy==2.3.0",
55+
"pytest==9.1.1",
5656
"pytest-aioresponses==0.3.0",
5757
"pytest-asyncio==1.4.0",
5858
"pytest-cov==7.1.0",
5959
"pytest-mock==3.15.1",
60-
"google-cloud-secret-manager==2.28.0",
61-
"google-cloud-storage==3.10.1",
62-
"aioresponses==0.7.8",
60+
"google-cloud-secret-manager==2.29.0",
61+
"google-cloud-storage==3.13.0",
62+
"aioresponses==0.7.9",
6363
"toolbox-core[telemetry]",
6464
"numpy<2", # Pinned to <2 to prevent mypy syntax errors on python 3.10 with numpy 2.x stubs
6565
]

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.14.1
22
pydantic==2.13.4
33
deprecated==1.3.1
44
requests==2.34.2
5-
google-auth==2.53.0
5+
google-auth==2.56.0

packages/toolbox-langchain/pyproject.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ authors = [
99
{name = "Google LLC", email = "googleapis-packages@google.com"}
1010
]
1111
dependencies = [
12-
"toolbox-core==1.1.0",
12+
"toolbox-core==1.2.0",
1313
"langchain-core>=0.2.23,<2.0.0",
1414
"PyYAML>=6.0.1,<7.0.0",
1515
"pydantic>=2.7.0,<3.0.0",
@@ -46,13 +46,13 @@ Changelog = "https://github.com/googleapis/mcp-toolbox-sdk-python/blob/main/pack
4646
test = [
4747
"black[jupyter]==26.5.1",
4848
"isort==8.0.1",
49-
"mypy==2.1.0",
49+
"mypy==2.3.0",
5050
"pytest-asyncio==1.4.0",
51-
"pytest==9.0.3",
51+
"pytest==9.1.1",
5252
"pytest-cov==7.1.0",
53-
"Pillow==12.2.0; python_version >= '3.10'",
54-
"google-cloud-secret-manager==2.28.0",
55-
"google-cloud-storage==3.10.1",
53+
"Pillow==12.3.0; python_version >= '3.10'",
54+
"google-cloud-secret-manager==2.29.0",
55+
"google-cloud-storage==3.13.0",
5656
"numpy<2", # Pinned to <2 to prevent mypy syntax errors on python 3.10 with numpy 2.x stubs
5757
]
5858

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.4.0
2+
langchain-core==1.4.9
33
PyYAML==6.0.3
44
pydantic==2.13.4
55
aiohttp==3.14.1

packages/toolbox-llamaindex/pyproject.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ authors = [
99
{name = "Google LLC", email = "googleapis-packages@google.com"}
1010
]
1111
dependencies = [
12-
"toolbox-core==1.1.0",
12+
"toolbox-core==1.2.0",
1313
"llama-index-core>=0.12.0,<1.0.0",
1414
"PyYAML>=6.0.1,<7.0.0",
1515
"pydantic>=2.8.0,<3.0.0",
@@ -46,13 +46,13 @@ Changelog = "https://github.com/googleapis/mcp-toolbox-sdk-python/blob/main/pack
4646
test = [
4747
"black[jupyter]==26.5.1",
4848
"isort==8.0.1",
49-
"mypy==2.1.0",
49+
"mypy==2.3.0",
5050
"pytest-asyncio==1.4.0",
51-
"pytest==9.0.3",
51+
"pytest==9.1.1",
5252
"pytest-cov==7.1.0",
53-
"Pillow==12.2.0; python_version >= '3.10'",
54-
"google-cloud-secret-manager==2.28.0",
55-
"google-cloud-storage==3.10.1",
53+
"Pillow==12.3.0; python_version >= '3.10'",
54+
"google-cloud-secret-manager==2.29.0",
55+
"google-cloud-storage==3.13.0",
5656
"numpy<2", # Pinned to <2 to prevent mypy syntax errors on python 3.10 with numpy 2.x stubs
5757
]
5858

packages/toolbox-llamaindex/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-
llama-index-core==0.14.22
2+
llama-index-core==0.14.23
33
PyYAML==6.0.3
44
pydantic==2.13.4
55
aiohttp==3.14.1

0 commit comments

Comments
 (0)