Skip to content

Commit 7542813

Browse files
chore(deps): Bump the minor-and-patch group across 1 directory with 2 updates
Bumps the minor-and-patch group with 2 updates in the /a2a/trivia_agent directory: [openai](https://github.com/openai/openai-python) and [opentelemetry-exporter-otlp](https://github.com/open-telemetry/opentelemetry-python). Updates `openai` from 2.45.0 to 2.48.0 - [Release notes](https://github.com/openai/openai-python/releases) - [Changelog](https://github.com/openai/openai-python/blob/main/CHANGELOG.md) - [Commits](openai/openai-python@v2.45.0...v2.48.0) Updates `opentelemetry-exporter-otlp` from 1.43.0 to 1.44.0 - [Release notes](https://github.com/open-telemetry/opentelemetry-python/releases) - [Changelog](https://github.com/open-telemetry/opentelemetry-python/blob/main/CHANGELOG.md) - [Commits](open-telemetry/opentelemetry-python@v1.43.0...v1.44.0) --- updated-dependencies: - dependency-name: openai dependency-version: 2.46.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: opentelemetry-exporter-otlp dependency-version: 1.44.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent ec17c73 commit 7542813

2 files changed

Lines changed: 31 additions & 31 deletions

File tree

a2a/trivia_agent/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ license = { text = "Apache" }
66
requires-python = ">=3.11"
77
dependencies = [
88
"a2a-sdk[http-server]>=1.1.0",
9-
"openai>=2.45.0",
9+
"openai>=2.48.0",
1010
"pydantic-settings>=2.14.2",
1111
"uvicorn>=0.51.0",
12-
"opentelemetry-exporter-otlp>=1.43.0",
12+
"opentelemetry-exporter-otlp>=1.44.0",
1313
"urllib3>=2.7.0", # Indirect; prevents CVE-2026-44431, CVE-2026-44432
1414
"pyasn1>=0.6.4", # Indirect; prevents CVE-2026-30922
1515
]

a2a/trivia_agent/uv.lock

Lines changed: 29 additions & 29 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)