forked from phoenix/litellm-mirror
add created_at, updated_at for verification token
This commit is contained in:
parent
cce118e091
commit
8cd8d47f47
1 changed files with 2 additions and 0 deletions
|
@ -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=())
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue