Change8

CVEv1.81.5

📦 litellmView on GitHub →
🐛 9 fixes🔧 4 symbols

Summary

This release focuses primarily on bug fixes across various integrations, including recovery from zombie processes, improved pricing application, and fixes related to rate limiting and authentication flows. Several recent fixes were also reverted.

Migration Steps

  1. Revert the fix for team assignment failures for keys with special model names if it caused issues (as indicated by a subsequent revert PR).

🐛 Bug Fixes

  • Recover from prisma-query-engine zombie process.
  • Apply custom video pricing from deployment model_info.
  • Thread api_base to get_model_info for Ollama with graceful fallback.
  • Sanitize tool_use IDs in convert_to_anthropic_tool_invoke for Anthropic.
  • Only set enable_cleanup_closed when required for aiohttp.
  • Atomic RPM rate limiting in model rate limit check (Note: This was reverted in a subsequent PR, but the initial fix is listed here).
  • Skip health check for MCP integration with passthrough token auth.
  • Fix missing OAuth session state.
  • Fix Transport Type for OpenAPI Spec on UI.

Affected Symbols