v1.90.3 - Bedrock Tool Config & MCP Log Redaction
Deploy this version​
- Docker
- Pip
docker run \
-e STORE_MODEL_IN_DB=True \
-p 4000:4000 \
docker.litellm.ai/berriai/litellm:1.90.3
pip install litellm==1.90.3
v1.90.3 is a patch release on top of v1.90.2. It drops the unsupported toolSpec.strict field for Bedrock Converse on Claude Opus 4.7/4.8, honors the cache TTL for Bedrock tool_config cache injection points, and stops the MCP client from logging tool-call input.
What's Changed​
- fix(bedrock/converse): drop toolSpec.strict for Opus 4.7/4.8 - PR #31582
- fix(bedrock): honor ttl for tool_config cache injection points - PR #31929
- fix(mcp): stop logging tool-call input in the MCP client - PR #31393
Full Changelog​
https://github.com/BerriAI/litellm/compare/v1.90.2...v1.90.3