diff --git a/litellm/proxy/_types.py b/litellm/proxy/_types.py index eb1799b0773..269c77627c8 100644 --- a/litellm/proxy/_types.py +++ b/litellm/proxy/_types.py @@ -2493,6 +2493,7 @@ class LiteLLM_TeamMembership(LiteLLMPydanticObjectBase): user_id: str team_id: str budget_id: Optional[str] = None + spend: Optional[float] = 0.0 litellm_budget_table: Optional[LiteLLM_BudgetTable]