Open
Conversation
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>
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps litellm from 1.77.5 to 1.83.0.
Release notes
Sourced from litellm's releases.
... (truncated)
Commits
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill 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
litellmfrom version 1.77.5 to 1.83.0 (6 minor versions), as automated by Dependabot.requirements.txt.litellm.completion(),litellm.RateLimitError, andlitellm.set_verbose— all of which are stable, long-lived API surfaces with no breaking changes visible in the release notes across this version range.parallel_tool_callsmapping, 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-log"or"caching"kwargs passed tolitellm.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
litellmfrom 1.77.5 to 1.83.0; single-line change with no other modificationsFlowchart
%%{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]Reviews (1): Last reviewed commit: "Bump litellm from 1.77.5 to 1.83.0" | Re-trigger Greptile