From fb78822dc38ee2c3f2397eac7de4d4fa9b9f56bd Mon Sep 17 00:00:00 2001 From: Krrish Dholakia Date: Tue, 10 Jun 2025 09:51:02 -0700 Subject: [PATCH] fix(proxy/_types.py): add budget reset at to litellm budget full table --- litellm/proxy/_types.py | 1 + 1 file changed, 1 insertion(+) diff --git a/litellm/proxy/_types.py b/litellm/proxy/_types.py index 1c7cb6c0b9..706f239a53 100644 --- a/litellm/proxy/_types.py +++ b/litellm/proxy/_types.py @@ -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