Migrating to LiteLLM v1.96.0-rc.1
Version v1.96.0-rc.1 introduces 1 breaking change. This guide details how to update your code.
Released: 8/3/2026
⚠️ Check Your Code
If you use any of these symbols, you need to read this guide:
cosignghcr.io/berriai/litellmlitellm/litellm:v1.96.0-rc.1aiohttpprismaGeminiClaude Code marketplacetuplefrozensetMappingProxyTypeLIT002Datadog MCP tool-call teststhroughput SLO load testBedrock guardrailTeam lookupKey lookupModel writesTeam endpointsConfig-defined agentsPrisma offlineGateway deploymentsBackend deploymentsMigration JobPod-hardeningPrometheusRedis pub/subAuto-RouterGateway connect pageRegistered prefixesCoverage-registrySSO assertionClient sessionsMCP tool dispatch pathToken limitsSecurityContextSpend-log write statementAssumeRole credentialsLocustBreaking Changes
●Issue #1
The `feat(proxy)!: gate all mock testing request params behind a single config flag` indicates a breaking change. Users may need to update their configuration to enable mock testing requests, as this functionality is now gated by a single flag.
Migration Steps
- 1Update `aiohttp` dependency to at least `3.14.2` to resolve pooled-connection timeouts.
- 2Users enabling mock testing requests may need to update their configuration to use the new single config flag.
Release Summary
This release introduces Docker image signature verification using cosign and includes numerous bug fixes and feature enhancements across the proxy, UI, and MCP components. Key updates involve improved security, better management endpoints, and enhanced routing capabilities.
Need More Details?
View the full release notes and all changes for LiteLLM v1.96.0-rc.1.
View Full Changelog