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 b3c88b0 + c3878aa commit 11e4959Copy full SHA for 11e4959
2 files changed
mcp/flight_tool/pyproject.toml
@@ -11,6 +11,6 @@ dependencies = [
11
"urllib3>=2.7.0", # Indirect; prevents CVE-2025-66418
12
"fastmcp>=3.4.4", # Indirect; prevents CVE-2026-32871 (critical), CVE-2026-27124 (high)
13
"protobuf>=7.35.1", # Indirect; prevents CVE-2026-0994
14
- "cryptography>=48.0.0,<49", # Indirect; prevents CVE-2026-26007
+ "cryptography>=49.0.0,<50", # Indirect; prevents CVE-2026-26007
15
"pyjwt>=2.13.0", # Indirect; prevents CVE-2026-32597
16
]
0 commit comments