[Infra] Version Bump - #26728
Conversation
Greptile SummaryThis PR bumps the LiteLLM package version from Confidence Score: 5/5Safe to merge — purely a version bump with no logic changes. Only two files changed: a version string update in pyproject.toml and the corresponding uv.lock regeneration. No code logic, dependencies, or security-relevant paths are touched. No files require special attention.
|
| Filename | Overview |
|---|---|
| pyproject.toml | Version bumped from 1.83.14 to 1.84.0 in both [project] and [tool.commitizen] sections — straightforward and consistent. |
| uv.lock | litellm version updated to 1.84.0; exclude-newer timestamp zeroed out with backwards-compatibility comment while exclude-newer-span remains as the active constraint. |
Flowchart
%%{init: {'theme': 'neutral'}}%%
flowchart TD
A["pyproject.toml\nversion: 1.83.14 → 1.84.0"] --> B["uv.lock regenerated\nlitellm version updated\nexclude-newer → epoch sentinel"]
B --> C["Active resolution constraint:\nexclude-newer-span = P3D"]
Reviews (1): Last reviewed commit: "uv lock" | Re-trigger Greptile
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
[Infra] Version Bump
Relevant issues
Linear ticket
Pre-Submission checklist
Please complete all items before asking a LiteLLM maintainer to review your PR
tests/test_litellm/directory, Adding at least 1 test is a hard requirement - see detailsmake test-unit@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).
CI (LiteLLM team)
Branch creation CI run
Link:
CI run for the last commit
Link:
Merge / cherry-pick CI run
Links:
Screenshots / Proof of Fix
Type
🚄 Infrastructure
Changes