v1.88.1 - Dependency Bumps
Deploy this version​
- Docker
- Pip
docker run \
-e STORE_MODEL_IN_DB=True \
-p 4000:4000 \
docker.litellm.ai/berriai/litellm:1.88.1
pip install litellm==1.88.1
v1.88.1 is a patch release on top of v1.88.0. It bumps PyJWT and the ws override to clear dependency advisories on the 1.88 line.
What's Changed​
- build(deps): bump PyJWT to 2.13.0 and the
wsoverride to 8.20.1 - PR #29987
Full Changelog​
https://github.com/BerriAI/litellm/compare/v1.88.0...v1.88.1