fix(key_delete): exclude budget_limits from deleted verification token record

This commit is contained in:
Ishaan Jaffer
2026-04-17 14:21:39 -07:00
parent 6636329f69
commit 574633fcf1
@@ -3429,6 +3429,7 @@ def _transform_verification_tokens_to_deleted_records(
"litellm_organization_table",
"object_permission",
"id",
"budget_limits",
):
record.pop(rel_key, None)