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 00c8c49 + 492bcdc commit 43f6070Copy full SHA for 43f6070
2 files changed
mcp/movie_tool/pyproject.toml
@@ -9,6 +9,6 @@ dependencies = [
9
"requests>=2.34.2",
10
"authlib>=1.7.2", # Indirect; prevents CVE-2026-27962
11
"urllib3>=2.7.0", # Indirect; prevents CVE-2025-66471, CVE-2026-21441, CVE-2026-44431
12
- "cryptography>=48.0.0,<49", # Indirect; prevents CVE-2026-26007
+ "cryptography>=49.0.0,<50", # Indirect; prevents CVE-2026-26007
13
"pyjwt>=2.13.0", # Indirect; prevents CVE-2026-32597
14
]
0 commit comments