add created_at, updated_at for verification token

This commit is contained in:
Ishaan Jaff 2024-10-25 07:21:15 +04:00
parent cce118e091
commit 8cd8d47f47

View file

@ -1371,6 +1371,8 @@ class LiteLLM_VerificationToken(LiteLLMBase):
blocked: Optional[bool] = None
litellm_budget_table: Optional[dict] = None
org_id: Optional[str] = None # org id for a given key
created_at: Optional[datetime] = None
updated_at: Optional[datetime] = None
model_config = ConfigDict(protected_namespaces=())