Skip to content

deps(aigateway): bump litellm from 1.100.1 to 1.101.0 in /AIGateway - #4747

Closed
dependabot[bot] wants to merge 1 commit into
developfrom
dependabot/pip/AIGateway/litellm-1.101.0
Closed

dependabot[bot] wants to merge 1 commit into
developfrom
dependabot/pip/AIGateway/litellm-1.101.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 21, 2026

Copy link
Copy Markdown
Contributor

Bumps litellm from 1.100.1 to 1.101.0.

Release notes

Sourced from litellm's releases.

v1.101.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.101.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.101.0/cosign.pub \
  ghcr.io/berriai/litellm:v1.101.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
  • 18243cd Merge pull request #40886 from BerriAI/litellm_backport_redis_chaos_rc_1_101_0
  • abfb2cf test(load): backport Redis chaos qualification to rc/1.101.0 (#40482)
  • c1a834b fix(caching): backport Redis breaker recovery guards to rc/1.101.0 (#40624)
  • ca4a613 fix(redis): backport quiet breaker refusals to rc/1.101.0 (#40620)
  • c324a2b perf(proxy): backport pipelined spend counters to rc/1.101.0 (#40371)
  • 912a3f8 Merge pull request #40346 from BerriAI/litellm_backport_40335_rc_1_101_0
  • bcddffc fix(otel): backport auth spans and callback merge to rc/1.101.0
  • f0b6d66 Merge pull request #40325 from BerriAI/litellm_backport_37667_rc_1_101_0
  • f41fc71 Merge pull request #40324 from BerriAI/litellm_backport_40312_rc_1_101_0
  • b6e73cc feat(team): backport team admin callbacks to rc/1.101.0
  • Additional commits viewable in compare view

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)

Bumps [litellm](https://github.com/BerriAI/litellm) from 1.100.1 to 1.101.0.
- [Release notes](https://github.com/BerriAI/litellm/releases)
- [Commits](BerriAI/litellm@v1.100.1...v1.101.0)

---
updated-dependencies:
- dependency-name: litellm
  dependency-version: 1.101.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file Minor python Pull requests that update python code security labels Sep 21, 2026
@dependabot @github

dependabot Bot commented on behalf of github Sep 23, 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.

@dependabot
dependabot Bot deleted the dependabot/pip/AIGateway/litellm-1.101.0 branch September 23, 2026 18:53
Br0wnHammer pushed a commit to Br0wnHammer/verifywise that referenced this pull request Sep 24, 2026
Combines dependabot PRs verifywise-ai#4749, verifywise-ai#4748, verifywise-ai#4747, verifywise-ai#4745.
- alembic >=1.19.2 -> >=1.20.0
- uvicorn >=0.52.4 -> >=0.53.0
- litellm ==1.100.1 -> ==1.101.0
- sqlalchemy[asyncio] >=2.0.52 -> >=2.0.54
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 Minor python Pull requests that update python code security

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants