v1.88.3 - Guardrail Polling & Hook Fixes
Deploy this version​
- Docker
- Pip
docker run \
-e STORE_MODEL_IN_DB=True \
-p 4000:4000 \
docker.litellm.ai/berriai/litellm:1.88.3
pip install litellm==1.88.3
v1.88.3 is a patch release on top of v1.88.2. It fixes two guardrail regressions: database-backed guardrails were being re-initialized on every poll, and model-level guardrails ran their pre-call hook more than once.
What's Changed​
- fix(guardrails): stop re-initializing DB guardrails on every poll - PR #30542
- fix(guardrails): run the
pre_callhook once for model-level guardrails - PR #30543
Full Changelog​
https://github.com/BerriAI/litellm/compare/v1.88.2...v1.88.3