mirror of
https://github.com/tiennm99/litellm.git
synced 2026-06-18 03:31:23 +00:00
49dc391a46
- Remove dead code: is_expired was assigned but never used in mcp_management_endpoints.py (the raw expires_at timestamp is passed directly to the client per existing comment) - Handle Azure DALL-E 3 ModelDeprecated (HTTP 410) error gracefully in base_image_generation_test.py so CI doesn't fail on deprecated model deployments Co-authored-by: yuneng-jiang <yuneng-jiang@users.noreply.github.com>