Skip to content

bump litellm version to 1.83.4#25266

Merged
ishaan-berri merged 2 commits intomainfrom
bump/version-1.83.4
Apr 7, 2026
Merged

bump litellm version to 1.83.4#25266
ishaan-berri merged 2 commits intomainfrom
bump/version-1.83.4

Conversation

@ishaan-berri
Copy link
Copy Markdown
Contributor

Relevant issues

Pre-Submission checklist

  • I have Added testing in the tests/test_litellm/ directory, Adding at least 1 test is a hard requirement - see details
  • My PR passes all unit tests on make test-unit
  • My PR's scope is as isolated as possible, it only solves 1 specific problem
  • I have requested a Greptile review by commenting @greptileai and received a Confidence Score of at least 4/5 before requesting a maintainer review

CI (LiteLLM team)

  • Branch creation CI run
    Link:

  • CI run for the last commit
    Link:

  • Merge / cherry-pick CI run
    Links:

Type

🚄 Infrastructure

Changes

Bumps litellm version from 1.83.31.83.4 in pyproject.toml.

@vercel
Copy link
Copy Markdown

vercel bot commented Apr 7, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
litellm Ready Ready Preview, Comment Apr 7, 2026 4:28am

Request Review

@CLAassistant
Copy link
Copy Markdown

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

@codspeed-hq
Copy link
Copy Markdown
Contributor

codspeed-hq bot commented Apr 7, 2026

Merging this PR will not alter performance

✅ 16 untouched benchmarks


Comparing bump/version-1.83.4 (a5555f4) with main (4bcd4be)

Open in CodSpeed

@greptile-apps
Copy link
Copy Markdown
Contributor

greptile-apps bot commented Apr 7, 2026

Greptile Summary

This PR bumps the litellm package version from 1.83.3 to 1.83.4 in pyproject.toml and regenerates poetry.lock accordingly.

  • Version string updated in pyproject.toml under [tool.poetry]
  • poetry.lock regenerated to reflect the new package version
  • No code logic, API, schema, or behavior changes are introduced
  • The runtime version is resolved dynamically via litellm/_version.py using importlib_metadata.version("litellm"), so no additional source file edits are needed — the version propagates automatically once the package is installed from the updated metadata

Confidence Score: 5/5

Safe to merge — purely a version bump with no code logic changes

This PR only increments the package version number from 1.83.3 to 1.83.4 and regenerates the lock file. There are no code, logic, schema, API, or behavior changes, making the risk of regressions or breakage effectively zero.

No files require special attention

Important Files Changed

Filename Overview
pyproject.toml Version bumped from 1.83.3 to 1.83.4 under [tool.poetry]; no other changes
poetry.lock Lock file regenerated to reflect the 1.83.4 version bump in pyproject.toml

Flowchart

%%{init: {'theme': 'neutral'}}%%
flowchart TD
    A["pyproject.toml\nversion = 1.83.3"] -->|version bump| B["pyproject.toml\nversion = 1.83.4"]
    B --> C["poetry lock --no-update"]
    C --> D["poetry.lock regenerated"]
    D --> E["pip install litellm==1.83.4"]
    E --> F["litellm/_version.py\nimportlib_metadata.version('litellm')"] 
    F --> G["Runtime: version = 1.83.4"]
Loading

Reviews (1): Last reviewed commit: "regenerate poetry.lock" | Re-trigger Greptile

@ishaan-berri ishaan-berri merged commit 03d9746 into main Apr 7, 2026
38 of 41 checks passed
@ishaan-berri ishaan-berri deleted the bump/version-1.83.4 branch April 7, 2026 04:30
@codecov
Copy link
Copy Markdown

codecov bot commented Apr 7, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

harish876 pushed a commit to harish876/litellm that referenced this pull request Apr 8, 2026
* bump litellm version to 1.83.4

* regenerate poetry.lock
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants