v1.90.2 - Realtime Stability & Bounded Logging
Deploy this version​
- Docker
- Pip
docker run \
-e STORE_MODEL_IN_DB=True \
-p 4000:4000 \
docker.litellm.ai/berriai/litellm:1.90.2
pip install litellm==1.90.2
v1.90.2 is a patch release on top of v1.90.1. It hardens realtime handling by preventing a second Gemini Live setup, retrying a hung handshake, and closing a guardrail bypass, and it routes realtime success logging through the bounded logging worker so it no longer competes with request handling on the event loop.
What's Changed​
- fix(realtime): stop second Gemini Live setup, retry hung handshake, close guardrail bypass - PR #31519
- fix(logging): route realtime success logging through the bounded worker - PR #31733
Full Changelog​
https://github.com/BerriAI/litellm/compare/v1.90.1...v1.90.2