Migrating to LiteLLM v1.96.0-dev.1
Version v1.96.0-dev.1 introduces 1 breaking change. This guide details how to update your code.
Released: 7/31/2026
⚠️ Check Your Code
If you use any of these symbols, you need to read this guide:
litellm-coreai-gatewayprometheusaiohttphelmvertexanthropic-adapterjwt_authproxyrouter_strategyloggingrouteruiscimdashscopeotelmcpvertex_aibedrockBreaking Changes
●Issue #1
The `ai-gateway` handler has been removed. The `litellm-core` module is now the callable messages() SDK. Users previously relying on the `ai-gateway` handler will need to migrate to using `litellm-core` directly.
Migration Steps
- 1Migrate from the `ai-gateway` handler to using the `litellm-core` module directly for messages() SDK calls.
Release Summary
This release introduces Docker image signature verification using cosign and includes numerous bug fixes and feature enhancements across various components like Prometheus, aiohttp, Helm, Vertex AI, Anthropic adapter, and the UI. Notably, the ai-gateway handler has been removed in favor of litellm-core.
Need More Details?
View the full release notes and all changes for LiteLLM v1.96.0-dev.1.
View Full Changelog