mirror of
https://github.com/tiennm99/litellm.git
synced 2026-08-27 16:30:47 +00:00
- Renamed SSOSettingsResponse to inherit from a new base class SettingsResponse for better structure. - Introduced InternalUserSettingsResponse and DefaultTeamSettingsResponse models for internal user and default team settings. - Updated endpoint responses to use field_schema instead of schema for consistency. - Enhanced test cases to validate the new response structure and ensure proper functionality of SSO settings.