bump: litellm-proxy-extras 0.4.75, litellm-enterprise 0.1.46 - #32029
Conversation
…5 -> 0.1.46 Both directories diverged from main; bump PATCH and relock.
Greptile SummaryThis is a patch-version-only bump for two internal packages (
Confidence Score: 5/5Version-bump-only change touching only pyproject.toml files and the lockfile; no production logic altered. All four changed files contain only version string updates and a lockfile regeneration. The package version fields are internally consistent across all files, and the uv.lock exclude-newer timestamp advance is the expected side-effect of relocking at a later date. No files require special attention.
|
| Filename | Overview |
|---|---|
| enterprise/pyproject.toml | Version bumped from 0.1.45 to 0.1.46 via commitizen; both the [project] and [tool.commitizen] version fields updated consistently. |
| litellm-proxy-extras/pyproject.toml | Version bumped from 0.4.74 to 0.4.75 via commitizen; both the [project] and [tool.commitizen] version fields updated consistently. |
| pyproject.toml | Pinned dependencies in the [proxy] extras updated to reflect the new versions: litellm-proxy-extras==0.4.75 and litellm-enterprise==0.1.46. |
| uv.lock | Lockfile regenerated: both package versions updated, and the exclude-newer timestamp advanced from 2026-06-27 to 2026-06-30 as a natural result of running uv lock at a later date. |
Reviews (1): Last reviewed commit: "bump: litellm-proxy-extras 0.4.74 -> 0.4..." | Re-trigger Greptile
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
4e53ae9
into
litellm_internal_staging
Relevant issues
Linear ticket
Pre-Submission checklist
Please complete all items before asking a LiteLLM maintainer to review your PR
@greptileaiand received a Confidence Score of at least 4/5 before requesting a maintainer reviewDelays 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
N/A; version-bump-only change.
uv lockresolved cleanly with just the two packages updatedType
🧹 Refactoring
Changes
litellm-proxy-extrasandenterpriseboth diverged frommainonlitellm_internal_staging, so their published versions need a PATCH bump before the next main promotion.litellm-proxy-extraspicked up schema.prisma plus two new migrations, andenterprisechangedcheck_batch_cost.pyandmanaged_files.pyThis bumps
litellm-proxy-extras0.4.74 -> 0.4.75 andlitellm-enterprise0.1.45 -> 0.1.46 via commitizen, propagates the versions into the rootpyproject.tomlpins, and relocksuv.lock. No git tags were created; the bumps were applied files-only