chore(deps): bump litellm to >=1.83.10 (sandbox-escape advisory)#412
Merged
Abhijeet Prasad (AbhiPrasad) merged 2 commits intoMay 11, 2026
Merged
Conversation
The lint dependency group left `litellm` unpinned, so `uv lock` resolved `litellm==1.83.0` in that fork — inside the vulnerable range (>=1.81.8, <1.83.10) flagged by Dependabot for a sandbox escape in POST /guardrails/test_custom_code. Add a >=1.83.10 floor; the resolver now lands on the already-pinned 1.83.14 across all forks. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
Abhijeet Prasad (AbhiPrasad)
approved these changes
May 11, 2026
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
litellm 1.83.0inpy/uv.lockfor a sandbox-escape advisory inPOST /guardrails/test_custom_code(vulnerable range>=1.81.8, <1.83.10).lintdependency group declaredlitellmunpinned, souv lockpicked1.83.0in that fork. Thetest-litellmmatrix andtest-crewaigroup already pin1.83.14.litellm>=1.83.10to thelintgroup inpy/pyproject.tomland re-runuv lock. The lockfile now only resolveslitellm==1.83.14.The large
uv.lockdiff is a one-time resolver re-balance under the new constraint inside the conflict-fork structure; all new versions still satisfy declared constraints anduv lock --checkis clean.Test plan
cd py && uv lock --checkis cleangrep '^version = ' py/uv.lockaroundlitellmshows only1.83.14test_litellm,test_crewai, lint, static_checks)🤖 Generated with Claude Code