bump: version 1.83.6 → 1.83.7 - #25578
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Greptile SummaryThis PR bumps the package version from Confidence Score: 5/5This PR is safe to merge — it is a single-file version bump with no logic changes. Only change is incrementing the version string in two places within pyproject.toml, both updated consistently. No code, tests, or configuration affected. No files require special attention.
|
| Filename | Overview |
|---|---|
| pyproject.toml | Version bumped from 1.83.6 to 1.83.7 in both [tool.poetry] and [tool.commitizen] sections — consistent and correct. |
Flowchart
%%{init: {'theme': 'neutral'}}%%
flowchart TD
A[pyproject.toml] --> B["[tool.poetry] version"]
A --> C["[tool.commitizen] version"]
B --> D["1.83.6 → 1.83.7"]
C --> D
Reviews (1): Last reviewed commit: "bump: version 1.83.6 → 1.83.7" | Re-trigger Greptile
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
bump: version 1.83.6 → 1.83.7
Relevant issues
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