Skip to content

Bump litellm from 1.77.5 to 1.83.0#2

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/pip/litellm-1.83.0
Open

Bump litellm from 1.77.5 to 1.83.0#2
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/pip/litellm-1.83.0

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot bot commented on behalf of github Apr 3, 2026

Bumps litellm from 1.77.5 to 1.83.0.

Release notes

Sourced from litellm's releases.

litellm-trace-dev-v1.81.16

What's Changed

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Greptile Summary

This PR bumps litellm from version 1.77.5 to 1.83.0 (6 minor versions), as automated by Dependabot.

  • The change is limited to a single version pin update in requirements.txt.
  • The codebase uses litellm.completion(), litellm.RateLimitError, and litellm.set_verbose — all of which are stable, long-lived API surfaces with no breaking changes visible in the release notes across this version range.
  • The releases between 1.77.5 and 1.83.0 contain bug fixes (e.g., Bedrock parallel_tool_calls mapping, JWT handling, caching fixes), performance improvements (streaming latency, spend log cleanup), and new model additions — none of which impact the patterns used in this repo.
  • No concerns with the "no-log" or "caching" kwargs passed to litellm.completion(), as these are standard litellm parameters that remain unchanged.

Confidence Score: 5/5

This PR is safe to merge — it is a routine dependency bump with no breaking changes to the APIs used in the codebase.

The only change is a single version pin in requirements.txt. The litellm APIs consumed by this repo (completion(), RateLimitError, set_verbose) are stable and unchanged across this version range. The release notes show only bug fixes, performance improvements, and new model additions between 1.77.5 and 1.83.0.

No files require special attention.

Important Files Changed

Filename Overview
requirements.txt Bumps litellm from 1.77.5 to 1.83.0; single-line change with no other modifications

Flowchart

%%{init: {'theme': 'neutral'}}%%
flowchart TD
    A[requirements.txt] -->|litellm==1.77.5| B[Before]
    A -->|litellm==1.83.0| C[After]
    C --> D[litellm.completion]
    C --> E[litellm.RateLimitError]
    C --> F[litellm.set_verbose]
    D --> G[api_client/client.py]
    E --> G
    F --> G
    G --> H[evaluation/executor.py]
    G --> I[generation/pipeline/modules/utils.py]
Loading

Reviews (1): Last reviewed commit: "Bump litellm from 1.77.5 to 1.83.0" | Re-trigger Greptile

Bumps [litellm](https://github.com/BerriAI/litellm) from 1.77.5 to 1.83.0.
- [Release notes](https://github.com/BerriAI/litellm/releases)
- [Commits](https://github.com/BerriAI/litellm/commits)

---
updated-dependencies:
- dependency-name: litellm
  dependency-version: 1.83.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels Apr 3, 2026
@socket-security
Copy link
Copy Markdown

Review the following changes in direct dependencies. Learn more about Socket for GitHub.

Diff Package Supply Chain
Security
Vulnerability Quality Maintenance License
Updatedlitellm@​1.77.5 ⏵ 1.83.074 -1100 +75100100100

View full report

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

Labels

dependencies Pull requests that update a dependency file python Pull requests that update python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants