chore(deps): bump berriai/litellm from v1.84.4 to v1.101.0 - #270
Open
dependabot[bot] wants to merge 1 commit into
Open
dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
Collaborator
|
@noahpodgurski @FieldMarshallObvious @ti3x This is actually pretty cool! In v1.84.4: TPM enforcement only tracks actual accumulated usage after each call. A call is admitted as long as current usage hasn't crossed the limit yet. So basically if we have TPM 100 and a call have 200 tokens in the current version it will be allowed but next call will be blocked for the remaining of the minute. In the new v1.101.0: they've added a pre-flight check that compares the requested max_tokens against remaining quota, before any usage happens. If max_tokens alone exceeds the limit, it's rejected immediately: the 200 Tokens call will be rejected with TPM 100 WDYT? We could modify the test and accept that new behavior |
Bumps the pinned LiteLLM image tag. This upgrade currently fails src/tests/litellm_compatibility: v1.101.0 rejects a completion request whenever max_tokens exceeds the end-user's tpm_limit, regardless of remaining budget -- MLPA defaults max_tokens to 8192 (MAX_COMPLETION_TOKENS) while most tpm_limits are 2000. Not yet resolved.
subpath
force-pushed
the
dependabot/docker_compose/berriai/litellm-v1.101.0
branch
from
September 17, 2026 12:09
469cfdf to
3abe676
Compare
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.
Warning
Cooldown could not be applied because no publication date was available from the registry.
Bumps berriai/litellm from v1.84.4 to v1.101.0.
Release notes
Sourced from berriai/litellm's releases.
... (truncated)
Commits
18243cdMerge pull request #40886 from BerriAI/litellm_backport_redis_chaos_rc_1_101_0abfb2cftest(load): backport Redis chaos qualification to rc/1.101.0 (#40482)c1a834bfix(caching): backport Redis breaker recovery guards to rc/1.101.0 (#40624)ca4a613fix(redis): backport quiet breaker refusals to rc/1.101.0 (#40620)c324a2bperf(proxy): backport pipelined spend counters to rc/1.101.0 (#40371)912a3f8Merge pull request #40346 from BerriAI/litellm_backport_40335_rc_1_101_0bcddffcfix(otel): backport auth spans and callback merge to rc/1.101.0f0b6d66Merge pull request #40325 from BerriAI/litellm_backport_37667_rc_1_101_0f41fc71Merge pull request #40324 from BerriAI/litellm_backport_40312_rc_1_101_0b6e73ccfeat(team): backport team admin callbacks to rc/1.101.0Dependabot 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)