Skip to content

deps(deps): update litellm requirement from <1.89.0,>=1.77.1 to >=1.77.1,<1.90.0#48

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/litellm-gte-1.77.1-and-lt-1.90.0
Closed

deps(deps): update litellm requirement from <1.89.0,>=1.77.1 to >=1.77.1,<1.90.0#48
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/litellm-gte-1.77.1-and-lt-1.90.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 15, 2026

Copy link
Copy Markdown
Contributor

Updates the requirements on litellm to permit the latest version.

Release notes

Sourced from litellm's releases.

v1.89.0

Verify Docker Image Signature

All LiteLLM Docker images are signed with cosign. Every release is signed with the same key introduced in commit 0112e53.

Verify using the pinned commit hash (recommended):

A commit hash is cryptographically immutable, so this is the strongest way to ensure you are using the original signing key:

cosign verify \
  --key https://raw.githubusercontent.com/BerriAI/litellm/0112e53046018d726492c814b3644b7d376029d0/cosign.pub \
  ghcr.io/berriai/litellm:v1.89.0

Verify using the release tag (convenience):

Tags are protected in this repository and resolve to the same key. This option is easier to read but relies on tag protection rules:

cosign verify \
  --key https://raw.githubusercontent.com/BerriAI/litellm/v1.89.0/cosign.pub \
  ghcr.io/berriai/litellm:v1.89.0

Expected output:

The following checks were performed on each of these signatures:
  - The cosign claims were validated
  - The signatures were verified against the specified public key

What's Changed

... (truncated)

Commits
  • 2978a92 Add Claude Fable 5 across Anthropic, Bedrock, Vertex AI, and Azure AI (#30064...
  • 8f41fdb Merge pull request #29862 from BerriAI/litellm_internal_staging
  • 68d6721 fix: 400 on Anthropic context overflow; seed identity on failed auth (#29848)
  • fc7538f Merge pull request #29861 from BerriAI/litellm_internal_staging
  • f1667b9 chore(deps): bump deps (#29860)
  • 33c363d Extend the record/replay proxy to chat, embeddings, moderations, rerank, and ...
  • 38b28b9 fix(terraform/gcp): abandon SQL user on destroy (#29855)
  • 43c1037 fix(terraform/gcp): prompt for image_registry in DeployStack one-click (#29852)
  • 1975b96 chore: update Next.js build artifacts (2026-06-06 20:08 UTC, node v20.20.2) (...
  • 1cff02f refactor: convert AWS and GCP Terraform stacks into reusable modules … (#28103)
  • Additional commits viewable in compare view

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)

Updates the requirements on [litellm](https://github.com/BerriAI/litellm) to permit the latest version.
- [Release notes](https://github.com/BerriAI/litellm/releases)
- [Commits](BerriAI/litellm@litellm_1.81.13-dev...v1.89.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Jun 15, 2026
@nikolay-e
nikolay-e enabled auto-merge (squash) June 15, 2026 03:15
@nikolay-e

Copy link
Copy Markdown
Owner

Superseded by the dependabot ecosystem fix: .github/dependabot.yml migrated the Python pip ecosystem to uv. This project is uv-managed (uv.lock + the uv-lock pre-commit gate), and the pip ecosystem only edits pyproject.toml without updating uv.lock — so this PR was permanently blocked on the uv-lock check. The uv ecosystem updates pyproject + uv.lock atomically, so litellm will be re-proposed correctly on the next dependabot run if a newer version is available.

@nikolay-e nikolay-e closed this Jun 20, 2026
auto-merge was automatically disabled June 20, 2026 09:51

Pull request was closed

@dependabot @github

dependabot Bot commented on behalf of github Jun 20, 2026

Copy link
Copy Markdown
Contributor Author

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@nikolay-e
nikolay-e deleted the dependabot/pip/litellm-gte-1.77.1-and-lt-1.90.0 branch June 20, 2026 09:51
@sonarqubecloud

Copy link
Copy Markdown

@nikolay-e
nikolay-e restored the dependabot/pip/litellm-gte-1.77.1-and-lt-1.90.0 branch June 20, 2026 09:56
@nikolay-e
nikolay-e deleted the dependabot/pip/litellm-gte-1.77.1-and-lt-1.90.0 branch June 20, 2026 10:27
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant