build(deps): bump mcp lock to 1.28.1 to clear osv-scan High findings - #33590
Closed
yassin-berriai wants to merge 1 commit into
Closed
build(deps): bump mcp lock to 1.28.1 to clear osv-scan High findings#33590yassin-berriai wants to merge 1 commit into
yassin-berriai wants to merge 1 commit into
Conversation
Contributor
|
No reviewable files after applying ignore patterns. |
|
|
yucheng-berri
approved these changes
Jul 16, 2026
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
Contributor
Author
|
Closing as duplicate of #33591 which ships the same mcp 1.28.1 bump |
Contributor
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.
Relevant issues
Linear ticket
Pre-Submission checklist
Please complete all items before asking a LiteLLM maintainer to review your PR
@greptileaito re-request a review after pushing changes)Delays in PR merge?
If you're seeing a delay in your PR being merged, ping the LiteLLM Team on Slack (#pr-review).
Screenshots / Proof of Fix
The osv-scan job currently fails on every open PR because the base branch pins mcp 1.26.0, which OSV flags with three High advisories (GHSA-hvrp-rf83-w775, GHSA-jpw9-pfvf-9f58, GHSA-vj7q-gjh5-988w), all fixed by 1.28.1. Example failing run on an unrelated PR: https://github.com/BerriAI/litellm/actions/runs/29533650188/job/87739655112
The osv-scan check on this PR itself is the proof: it runs the same scanner against the bumped lock and should go green here while staying red on sibling PRs until this merges
Type
🚄 Infrastructure
Changes
Lock-only bump of mcp from 1.26.0 to 1.28.1 via
uv lock --upgrade-package mcp. pyproject.toml already allowsmcp>=1.26.0,<2.0so no constraint change is needed, and 1.28.1 predates the lockfile's exclude-newer cutoff. Same shape as the recent uvicorn lock bump (#33574)Final Attestation