diff --git a/litellm/proxy/_types.py b/litellm/proxy/_types.py index 12b0c54258..ff296e68b6 100644 --- a/litellm/proxy/_types.py +++ b/litellm/proxy/_types.py @@ -1763,6 +1763,7 @@ class UpdateTeamRequest(LiteLLMPydanticObjectBase): access_group_ids: Optional[List[str]] = None budget_limits: Optional[List[BudgetLimitEntry]] = ( None # multiple concurrent budget windows + ) default_team_member_models: Optional[List[str]] = ( None # default allowed_models seeded onto new team members )