File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ classifiers = [
1919]
2020requires-python = " >=3.10"
2121dependencies = [
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
3636test = [
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" ,
Original file line number Diff line number Diff line change 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
44google-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
77opentelemetry-exporter-gcp-trace == 1.12.0
88opentelemetry-exporter-gcp-monitoring == 1.9.0a0
9- opentelemetry-sdk == 1.41.1
9+ opentelemetry-sdk == 1.44.0
Original file line number Diff line number Diff line change @@ -45,21 +45,21 @@ Changelog = "https://github.com/googleapis/mcp-toolbox-sdk-python/blob/main/pack
4545[project .optional-dependencies ]
4646telemetry = [
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]
5151test = [
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]
Original file line number Diff line number Diff line change @@ -2,4 +2,4 @@ aiohttp==3.14.1
22pydantic == 2.13.4
33deprecated == 1.3.1
44requests == 2.34.2
5- google-auth == 2.53 .0
5+ google-auth == 2.56 .0
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ authors = [
99 {name = " Google LLC" , email = " googleapis-packages@google.com" }
1010]
1111dependencies = [
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
4646test = [
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
Original file line number Diff line number Diff line change 11-e ../toolbox-core
2- langchain-core == 1.4.0
2+ langchain-core == 1.4.9
33PyYAML == 6.0.3
44pydantic == 2.13.4
55aiohttp == 3.14.1
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ authors = [
99 {name = " Google LLC" , email = " googleapis-packages@google.com" }
1010]
1111dependencies = [
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
4646test = [
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
Original file line number Diff line number Diff line change 11-e ../toolbox-core
2- llama-index-core == 0.14.22
2+ llama-index-core == 0.14.23
33PyYAML == 6.0.3
44pydantic == 2.13.4
55aiohttp == 3.14.1
You can’t perform that action at this time.
0 commit comments