Skip to content

Commit 53a1351

Browse files
chore(deps): Bump cryptography in /a2a/generic_agent
Bumps [cryptography](https://github.com/pyca/cryptography) from 48.0.0 to 49.0.0. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](pyca/cryptography@48.0.0...49.0.0) --- updated-dependencies: - dependency-name: cryptography dependency-version: 49.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 43f6070 commit 53a1351

2 files changed

Lines changed: 50 additions & 53 deletions

File tree

a2a/generic_agent/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ dependencies = [
2323
"protobuf>=6.33.5", # Indirect; prevents CVE-2026-0994
2424
"mcp>=1.28.1", # Indirect; prevents CVE-2025-66416
2525
"aiohttp>=3.14.1", # Indirect; prevents CVE-2026-34525, CVE-2026-34516, CVE-2026-34515, CVE-2026-22815
26-
"cryptography>=48.0.0,<49", # Indirect; prevents CVE-2026-26007
26+
"cryptography>=49.0.0,<50", # Indirect; prevents CVE-2026-26007
2727
]
2828

2929
[project.scripts]

0 commit comments

Comments
 (0)