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 59b37f9 + ff31dfd commit 7684108Copy full SHA for 7684108
2 files changed
mcp/reservation_tool/pyproject.toml
@@ -10,7 +10,7 @@ dependencies = [
10
"urllib3>=2.7.0", # Indirect; prevents CVE-2025-66418
11
"python-multipart>=0.0.32", # Indirect; prevents CVE-2026-24486
12
"fastmcp>=3.4.2", # Indirect; prevents CVE-2026-32871 (critical), CVE-2026-27124 (high)
13
- "cryptography>=48.0.1,<49", # Indirect; prevents CVE-2026-26007
+ "cryptography>=49.0.0,<50", # Indirect; prevents CVE-2026-26007
14
"pyjwt>=2.13.0", # Indirect; prevents CVE-2026-32597
15
]
16
0 commit comments