fix(proxy/_types.py): add budget reset at to litellm budget full table

This commit is contained in:
Krrish Dholakia 2025-06-10 09:51:02 -07:00
parent 8f62b1068a
commit fb78822dc3

View File

@ -1342,6 +1342,7 @@ class LiteLLM_BudgetTable(LiteLLMPydanticObjectBase):
class LiteLLM_BudgetTableFull(LiteLLM_BudgetTable):
"""Represents all params for a LiteLLM_BudgetTable record"""
budget_reset_at: Optional[datetime] = None
created_at: datetime