From 3abe676a2acab07d8cbfcc5a8e2a1de80585ef69 Mon Sep 17 00:00:00 2001 From: Alexander Osipenko <11722602+subpath@users.noreply.github.com> Date: Thu, 17 Sep 2026 14:09:20 +0200 Subject: [PATCH] chore(deps): bump berriai/litellm from v1.84.4 to v1.101.0 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. --- litellm_docker_compose.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/litellm_docker_compose.yaml b/litellm_docker_compose.yaml index fe6a0c5..2f5e248 100644 --- a/litellm_docker_compose.yaml +++ b/litellm_docker_compose.yaml @@ -42,7 +42,7 @@ services: command: redis-server --appendonly yes litellm: - image: ghcr.io/berriai/litellm:v1.84.4 + image: ghcr.io/berriai/litellm:v1.101.0 container_name: litellm platform: linux/amd64 depends_on: