litellm-proxy-extras 0.2.19__py3-none-any.whl → 0.2.21__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of litellm-proxy-extras might be problematic. Click here for more details.

@@ -221,6 +221,11 @@ model LiteLLM_VerificationToken {
221
221
  created_by String?
222
222
  updated_at DateTime? @default(now()) @updatedAt @map("updated_at")
223
223
  updated_by String?
224
+ rotation_count Int? @default(0) // Number of times key has been rotated
225
+ auto_rotate Boolean? @default(false) // Whether this key should be auto-rotated
226
+ rotation_interval String? // How often to rotate (e.g., "30d", "90d")
227
+ last_rotation_at DateTime? // When this key was last rotated
228
+ key_rotation_at DateTime? // When this key should next be rotated
224
229
  litellm_budget_table LiteLLM_BudgetTable? @relation(fields: [budget_id], references: [budget_id])
225
230
  litellm_organization_table LiteLLM_OrganizationTable? @relation(fields: [organization_id], references: [organization_id])
226
231
  object_permission LiteLLM_ObjectPermissionTable? @relation(fields: [object_permission_id], references: [object_permission_id])
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: litellm-proxy-extras
3
- Version: 0.2.19
3
+ Version: 0.2.21
4
4
  Summary: Additional files for the LiteLLM Proxy. Reduces the size of the main litellm package.
5
5
  License-File: LICENSE
6
6
  Author: BerriAI
@@ -36,9 +36,9 @@ litellm_proxy_extras/migrations/20250802162330_prompt_table/migration.sql,sha256
36
36
  litellm_proxy_extras/migrations/20250806095134_rename_alias_to_server_name_mcp_table/migration.sql,sha256=Bge3bWO96jFhVzdjHX5sD7SzCLnrrYMq_6ilzJFAQ6w,465
37
37
  litellm_proxy_extras/migrations/20250918083359_drop_spec_version_column_from_mcp_table/migration.sql,sha256=7Q2E0OSK4wZXi_GeNR9qF-SbQh1OHvJG-A-02nQxBgU,240
38
38
  litellm_proxy_extras/migrations/migration_lock.toml,sha256=HbF6jQUaoTYRBzZ1LF4fi37ZK26o6AMRL7viSXBHwhA,24
39
- litellm_proxy_extras/schema.prisma,sha256=rH7fYi45dOYCqxhcSp_y6euq-EIhLVBQ9VX0GqJor18,21076
39
+ litellm_proxy_extras/schema.prisma,sha256=OO2KMjR9PJFQBYzu2RMvPuKi4w6OMeb3SeuUb5exAno,21465
40
40
  litellm_proxy_extras/utils.py,sha256=zcUGsFa7lI9pbC8Sj6GQitAYULuKq89vXBGxm7R87rg,15175
41
- litellm_proxy_extras-0.2.19.dist-info/METADATA,sha256=6oIXM-mT8mdzO2eTjoEiHpaDaJHyQwIA18z8zZr-3qo,1391
42
- litellm_proxy_extras-0.2.19.dist-info/WHEEL,sha256=M5asmiAlL6HEcOq52Yi5mmk9KmTVjY2RDPtO4p9DMrc,88
43
- litellm_proxy_extras-0.2.19.dist-info/licenses/LICENSE,sha256=sXDWv46INd01fgEWgdsCj01R4vsOqJIFj1bgH7ObgnM,1419
44
- litellm_proxy_extras-0.2.19.dist-info/RECORD,,
41
+ litellm_proxy_extras-0.2.21.dist-info/METADATA,sha256=JSj5EA2sHLNqmhf8yfBXn7ibU2Q-ENlxhl1VgS-VLTo,1391
42
+ litellm_proxy_extras-0.2.21.dist-info/WHEEL,sha256=zp0Cn7JsFoX2ATtOhtaFYIiE2rmFAD4OcMhtUki8W3U,88
43
+ litellm_proxy_extras-0.2.21.dist-info/licenses/LICENSE,sha256=sXDWv46INd01fgEWgdsCj01R4vsOqJIFj1bgH7ObgnM,1419
44
+ litellm_proxy_extras-0.2.21.dist-info/RECORD,,
@@ -1,4 +1,4 @@
1
1
  Wheel-Version: 1.0
2
- Generator: poetry-core 2.2.0
2
+ Generator: poetry-core 2.2.1
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any