fix(deps): bump litellm to >=1.83.7 to patch GHSA-xqmj-j6mv-4862#8
Merged
fix(deps): bump litellm to >=1.83.7 to patch GHSA-xqmj-j6mv-4862#8
Conversation
Patches a remote code execution vulnerability in litellm's proxy server POST /prompts/test endpoint. Relaxes pydantic bound to >=2.12.5 to remain compatible with litellm 1.83.7+'s pydantic~=2.12.5 requirement.
fcogidi
approved these changes
Apr 28, 2026
Collaborator
fcogidi
left a comment
There was a problem hiding this comment.
Thanks for this!
Looks like pip is upgradable with uv sync --upgrade-package pip, so I upgraded it, as well as the pip-audit command in the ci.
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
litellmlower bound from>=1.83.0to>=1.83.7to address GHSA-xqmj-j6mv-4862 — a remote code execution vulnerability in LiteLLM's proxy serverPOST /prompts/testendpoint (fixed in 1.83.7)pydanticbound from>=2.13.0to>=2.12.5to remain compatible with litellm 1.83.7+'spydantic~=2.12.5requirement; safe because infermesh only usesBaseModelCVE-2026-3219in CI audit — affectspipitself, no fix version available0.3.1Test plan
uv lockresolves cleanly with litellm >=1.83.7