chore: bump fastmcp, mcp, and requests to resolve CVEs#192
Merged
Conversation
Bumps minimum versions to address 11 CVEs across 3 packages, most critically GHSA-5h2m-4q8j-pqpj (OAuth token reuse in fastmcp). - fastmcp: >=2.8.1 → >=2.14.7 (locked 2.11.3 → 2.14.7) - mcp[cli]: >=1.9.4 → >=1.24.0 (locked 1.13.0 → 1.27.1) - requests: >=2.32.3 → >=2.34.0 (locked 2.32.3 → 2.34.2) - Project version: 1.4.1 → 1.4.2 .... Generated with [Cortex Code](https://docs.snowflake.com/en/user-guide/cortex-code/cortex-code) Co-Authored-By: Cortex Code <noreply@snowflake.com>
sfc-gh-twhite
approved these changes
May 15, 2026
Collaborator
sfc-gh-twhite
left a comment
There was a problem hiding this comment.
Thank you for bumping these!
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
fastmcpminimum from>=2.8.1to>=2.14.7(locked 2.11.3 → 2.14.7) to resolve 8 CVEs including OAuth token reuse (GHSA-5h2m-4q8j-pqpj)mcp[cli]minimum from>=1.9.4to>=1.24.0(locked 1.13.0 → 1.27.1)requestsminimum from>=2.32.3to>=2.34.0(locked 2.32.3 → 2.34.2)Test plan
FastMCP,ToolError,Middleware,MiddlewareContext,get_logger)mcp-server-snowflake --helpworks correctlypip-auditconfirms the 3 reported packages are no longer vulnerabledocker build -f docker/server/Dockerfile .).... Generated with Cortex Code