We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a2d1a7d + 53a1351 commit 2771a32Copy full SHA for 2771a32
2 files changed
a2a/generic_agent/pyproject.toml
@@ -23,7 +23,7 @@ dependencies = [
23
"protobuf>=6.33.5", # Indirect; prevents CVE-2026-0994
24
"mcp>=1.28.1", # Indirect; prevents CVE-2025-66416
25
"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
+ "cryptography>=49.0.0,<50", # Indirect; prevents CVE-2026-26007
27
]
28
29
[project.scripts]
0 commit comments