chore: bump litellm-proxy-extras 0.4.78 -> 0.4.79 - #33855
Conversation
Greptile SummaryThis PR bumps the
Confidence Score: 5/5This is a minimal patch-version bump of an internal sub-package with no functional code changes; it is safe to merge. The change consists entirely of version string updates across three files. No logic, configuration values, or third-party dependencies were modified — only the litellm-proxy-extras version number and the lock file's rolling timestamp changed. No files require special attention.
|
| Filename | Overview |
|---|---|
| litellm-proxy-extras/pyproject.toml | Version bumped from 0.4.78 to 0.4.79 in both [project] and [tool.commitizen] sections — straightforward patch bump, no other changes. |
| pyproject.toml | Pin for litellm-proxy-extras updated from ==0.4.78 to ==0.4.79 to match the bumped sub-package version. |
| uv.lock | Lock file refreshed: litellm-proxy-extras version entry updated to 0.4.79 and exclude-newer timestamp rolled forward to 2026-07-15; no third-party dependency versions changed. |
Reviews (1): Last reviewed commit: "bump: litellm-proxy-extras 0.4.78 -> 0.4..." | Re-trigger Greptile
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
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
There is no runtime behavior to prove for a version bump; the diff is the change.
uv lockreported only litellm-proxy-extras as updated anduv lock --checkpasses with the CI-pinned uv 0.10.9Type
🚄 Infrastructure
Changes
litellm-proxy-extras changed on litellm_internal_staging since the last promotion to main while still carrying main's version, so it gets a PATCH bump before the next release: 0.4.78 -> 0.4.79, with the matching pin updated in the root pyproject.toml. enterprise/ is unchanged since the last promotion and the root litellm package stays at 1.94.0 since that line has not shipped an rc or stable yet
uv.lock is refreshed against the bumped version; the lock diff is the one version entry plus the rolling exclude-newer timestamp. No third-party dependency versions changed
Final Attestation