diff --git a/litellm/proxy/_types.py b/litellm/proxy/_types.py index 12b0c542589..ff296e68b61 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 )