fix: bump mcp to ~=1.23.1
Some checks are pending
Build uv cache / build-cache (3.10) (push) Waiting to run
Build uv cache / build-cache (3.11) (push) Waiting to run
Build uv cache / build-cache (3.12) (push) Waiting to run
Build uv cache / build-cache (3.13) (push) Waiting to run
CodeQL Advanced / Analyze (actions) (push) Waiting to run
CodeQL Advanced / Analyze (python) (push) Waiting to run
Notify Downstream / notify-downstream (push) Waiting to run

- resolves [cve](https://nvd.nist.gov/vuln/detail/CVE-2025-66416)
This commit is contained in:
Greyson LaLonde
2026-01-21 12:43:48 -05:00
committed by GitHub
parent 7a65baeb9c
commit f997b73577
2 changed files with 15 additions and 10 deletions

View File

@@ -25,7 +25,7 @@ dependencies = [
"openpyxl~=3.1.5",
# Authentication and Security
"python-dotenv~=1.1.1",
"pyjwt~=2.9.0",
"pyjwt>=2.9.0,<3",
# Configuration and Utils
"click~=8.1.7",
"appdirs~=1.4.4",
@@ -36,7 +36,7 @@ dependencies = [
"json5~=0.10.0",
"portalocker~=2.7.0",
"pydantic-settings~=2.10.1",
"mcp~=1.16.0",
"mcp~=1.23.1",
"uv~=0.9.13",
"aiosqlite~=0.21.0",
]