PLTF-3363: Upgrade LiteLLM to 1.93.0 - #766
Merged
Merged
Conversation
dylan-openhands
approved these changes
Aug 3, 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
litellmto1.93.0(was1.84.1).uv.lock.1.93.0 carries the upstream
CacheCodecfix(BerriAI/litellm#27874):
serialization dropped
user_idwhenNonewhile deserialization still requiredit, so every Redis cache read of a team-scoped key raised a pydantic validation
error.
No other pins move. 1.84.1 and 1.93.0 declare identical core constraints
(
openai<3.0.0,>=2.20.0,aiohttp<4.0,>=3.10,pydantic<3.0.0,>=2.10.0,httpx<1.0,>=0.28.0), and the vendored SDK asks forlitellm>=1.84.1, so==1.93.0satisfies it as-is.Note on lock file scope
Regenerating dropped three
greenlet3.2.4s390xwheel URLs. Those entries arepre-existing and unrelated to this change — the wheels are still on PyPI, current
uvjust no longer records wheels outside the project's resolution environments.Everything else in the lock diff is litellm.
Validation
pyproject.tomlwith Pythontomllib; confirmed the pin readslitellm==1.93.0.uv lock— resolved 426 packages, single change reported:Updated litellm v1.84.1 -> v1.93.0.uv lock --check— clean.This PR was drafted by an AI agent on behalf of the user.