Skip to content

Commit 4e3609a

Browse files
chore(deps): Bump the minor-and-patch group (#672)
Bumps the minor-and-patch group in /a2a/trivia_agent with 3 updates: [openai](https://github.com/openai/openai-python), [uvicorn](https://github.com/Kludex/uvicorn) and [pyasn1](https://github.com/pyasn1/pyasn1). Updates `openai` from 2.44.0 to 2.45.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.44.0...v2.45.0) Updates `uvicorn` from 0.49.0 to 0.51.0 - [Release notes](https://github.com/Kludex/uvicorn/releases) - [Changelog](https://github.com/Kludex/uvicorn/blob/main/docs/release-notes.md) - [Commits](Kludex/uvicorn@0.49.0...0.51.0) Updates `pyasn1` from 0.6.3 to 0.6.4 - [Release notes](https://github.com/pyasn1/pyasn1/releases) - [Changelog](https://github.com/pyasn1/pyasn1/blob/main/CHANGES.rst) - [Commits](pyasn1/pyasn1@v0.6.3...v0.6.4) --- updated-dependencies: - dependency-name: openai dependency-version: 2.45.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: uvicorn dependency-version: 0.51.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: pyasn1 dependency-version: 0.6.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent da2075c commit 4e3609a

2 files changed

Lines changed: 15 additions & 15 deletions

File tree

a2a/trivia_agent/pyproject.toml

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

1717
[project.scripts]

a2a/trivia_agent/uv.lock

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

0 commit comments

Comments
 (0)