v1.91.1 - DB Model Config Consistency & OTel Error Spans
Deploy this version​
- Docker
- Pip
docker run \
-e STORE_MODEL_IN_DB=True \
-p 4000:4000 \
docker.litellm.ai/berriai/litellm:1.91.1
pip install litellm==1.91.1
v1.91.1 is a patch release on top of v1.91.0. It backports three fixes onto the 1.91.x line. Two improve configuration handling for models stored in the database so it stays consistent with models defined in the YAML config. The third restores the full error.* attribute set on OpenTelemetry v2 error spans, so observability backends once again see the complete error shape rather than only the error type.
What's Changed​
- fix(proxy): improve configuration handling for database-stored models - PR #32256, PR #32405
- fix(otel): restore error.* span attributes on v2 error spans - PR #32524
Full Changelog​
https://github.com/BerriAI/litellm/compare/v1.91.0...v1.91.1