litellm: upgrade v1.92.1 -> v1.93.0 to fix Bedrock parallel tool call truncation bug

This commit is contained in:
2026-07-24 22:16:39 -07:00
parent 2a1feee03e
commit 963a52d665
+1 -1
View File
@@ -57,7 +57,7 @@ services:
- traefik.http.services.open-webui.loadbalancer.sticky.cookie.httponly=true - traefik.http.services.open-webui.loadbalancer.sticky.cookie.httponly=true
- traefik.swarm.network=traefik_backend - traefik.swarm.network=traefik_backend
litellm: litellm:
image: docker.litellm.ai/berriai/litellm-database:v1.92.1 image: docker.litellm.ai/berriai/litellm-database:v1.93.0 # upgraded from v1.92.1; fixes Bedrock parallel tool call truncation bug
command: --config /app/config.yaml --port 4000 command: --config /app/config.yaml --port 4000
environment: environment:
- AWS_ACCESS_KEY_ID=${AWS_ACCESS_KEY_ID} - AWS_ACCESS_KEY_ID=${AWS_ACCESS_KEY_ID}