Skip to content

Commit b8d4745

Browse files
committed
chore(deps): update python-nonmajor
1 parent 7cb3ab1 commit b8d4745

7 files changed

Lines changed: 18 additions & 18 deletions

File tree

packages/toolbox-adk/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ test = [
3737
"black[jupyter]==26.5.1",
3838
"isort==8.0.1",
3939
"mypy==2.1.0",
40-
"pytest==9.0.3",
40+
"pytest==9.1.0",
4141
"pytest-asyncio==1.4.0",
4242
"pytest-cov==7.1.0",
4343
"pytest-mock==3.15.1"
Lines changed: 4 additions & 4 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.35.2
3+
google-auth==2.55.0
44
google-auth-oauthlib==1.4.0
55
typing-extensions==4.15.0
6-
opentelemetry-exporter-otlp-proto-http==1.41.1
6+
opentelemetry-exporter-otlp-proto-http==1.42.1
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.42.1

packages/toolbox-core/pyproject.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -45,20 +45,20 @@ 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.42.1,<1.43.0",
49+
"opentelemetry-exporter-otlp>=1.42.1,<1.43.0"
5050
]
5151
test = [
5252
"black[jupyter]==26.5.1",
5353
"isort==8.0.1",
5454
"mypy==2.1.0",
55-
"pytest==9.0.3",
55+
"pytest==9.1.0",
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",
60+
"google-cloud-secret-manager==2.29.0",
61+
"google-cloud-storage==3.12.0",
6262
"aioresponses==0.7.8",
6363
"toolbox-core[telemetry]"
6464
]

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.0
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.55.0

packages/toolbox-langchain/pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,11 +48,11 @@ test = [
4848
"isort==8.0.1",
4949
"mypy==2.1.0",
5050
"pytest-asyncio==1.4.0",
51-
"pytest==9.0.3",
51+
"pytest==9.1.0",
5252
"pytest-cov==7.1.0",
5353
"Pillow==12.2.0; python_version >= '3.10'",
54-
"google-cloud-secret-manager==2.28.0",
55-
"google-cloud-storage==3.10.1",
54+
"google-cloud-secret-manager==2.29.0",
55+
"google-cloud-storage==3.12.0",
5656
]
5757

5858
[build-system]

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.8
33
PyYAML==6.0.3
44
pydantic==2.13.4
55
aiohttp==3.14.0

packages/toolbox-llamaindex/pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,11 +48,11 @@ test = [
4848
"isort==8.0.1",
4949
"mypy==2.1.0",
5050
"pytest-asyncio==1.4.0",
51-
"pytest==9.0.3",
51+
"pytest==9.1.0",
5252
"pytest-cov==7.1.0",
5353
"Pillow==12.2.0; python_version >= '3.10'",
54-
"google-cloud-secret-manager==2.28.0",
55-
"google-cloud-storage==3.10.1",
54+
"google-cloud-secret-manager==2.29.0",
55+
"google-cloud-storage==3.12.0",
5656
]
5757

5858
[build-system]

0 commit comments

Comments
 (0)