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 eeac68c + 4db011b commit d47c24eCopy full SHA for d47c24e
2 files changed
a2a/file_organizer/pyproject.toml
@@ -26,7 +26,7 @@ dependencies = [
26
"aiohttp>=3.14.1", # Indirect; prevents CVE-2026-34525, CVE-2026-34516, CVE-2026-34515, CVE-2026-22815
27
"langchain-classic>=1.0.8", # Indirect; prevents CVE-2026-45134
28
"langsmith>=0.10.1", # Indirect; prevents CVE-2026-45134
29
- "cryptography>=48.0.0,<49", # Indirect; prevents CVE-2026-26007
+ "cryptography>=49.0.0,<50", # Indirect; prevents CVE-2026-26007
30
"mcp>=1.28.1", # Indirect; prevents CVE-2025-66416
31
"orjson>=3.11.6", # Indirect; prevents CVE-2025-67221
32
"protobuf>=6.33.5,<7", # Indirect; prevents CVE-2026-0994. Cap <7: opentelemetry-proto requires protobuf<7.0 (proto7 downgrades OTel and breaks startup)
0 commit comments