mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-05 08:07:05 +00:00
fix(key_delete): exclude budget_limits from deleted verification token record
This commit is contained in:
parent
6636329f69
commit
574633fcf1
1 changed files with 1 additions and 0 deletions
|
|
@ -3429,6 +3429,7 @@ def _transform_verification_tokens_to_deleted_records(
|
|||
"litellm_organization_table",
|
||||
"object_permission",
|
||||
"id",
|
||||
"budget_limits",
|
||||
):
|
||||
record.pop(rel_key, None)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue