From 40fb1329c3917dad3f9a8878673dcbafd7aa235d Mon Sep 17 00:00:00 2001 From: admin Date: Wed, 15 Jul 2026 22:00:16 -0700 Subject: [PATCH] chore: bump litellm-database v1.90.3 -> v1.92.0 Latest stable release. Includes Bedrock fixes since 1.90.x (anthropic-beta header forwarding, converse stream handling, STS region decoupling). --- ai.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ai.yaml b/ai.yaml index 6cd2548..7b14ac6 100644 --- a/ai.yaml +++ b/ai.yaml @@ -57,7 +57,7 @@ services: - traefik.http.services.open-webui.loadbalancer.sticky.cookie.httponly=true - traefik.swarm.network=traefik_backend litellm: # - image: docker.litellm.ai/berriai/litellm-database:v1.90.3 #main-latest + image: docker.litellm.ai/berriai/litellm-database:v1.92.0 #main-latest command: --config /app/config.yaml --port 4000 environment: - AWS_ACCESS_KEY_ID=${AWS_ACCESS_KEY_ID}