litellm-proxy-extras 0.2.1__py3-none-any.whl → 0.2.4__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.

@@ -0,0 +1,3 @@
1
+ -- AlterTable
2
+ ALTER TABLE "LiteLLM_ObjectPermissionTable" ADD COLUMN "vector_stores" TEXT[] DEFAULT ARRAY[]::TEXT[];
3
+
@@ -0,0 +1,6 @@
1
+ -- DropForeignKey
2
+ ALTER TABLE "LiteLLM_TeamMembership" DROP CONSTRAINT "LiteLLM_TeamMembership_budget_id_fkey";
3
+
4
+ -- AddForeignKey
5
+ ALTER TABLE "LiteLLM_TeamMembership" ADD CONSTRAINT "LiteLLM_TeamMembership_budget_id_fkey" FOREIGN KEY ("budget_id") REFERENCES "LiteLLM_BudgetTable"("budget_id") ON DELETE CASCADE ON UPDATE CASCADE;
6
+
@@ -155,6 +155,7 @@ model LiteLLM_UserTable {
155
155
  model LiteLLM_ObjectPermissionTable {
156
156
  object_permission_id String @id @default(uuid())
157
157
  mcp_servers String[] @default([])
158
+ vector_stores String[] @default([])
158
159
 
159
160
  teams LiteLLM_TeamTable[]
160
161
  verification_tokens LiteLLM_VerificationToken[]
@@ -497,4 +498,24 @@ model LiteLLM_GuardrailsTable {
497
498
  guardrail_info Json?
498
499
  created_at DateTime @default(now())
499
500
  updated_at DateTime @updatedAt
501
+ }
502
+
503
+ model LiteLLM_HealthCheckTable {
504
+ health_check_id String @id @default(uuid())
505
+ model_name String
506
+ model_id String?
507
+ status String
508
+ healthy_count Int @default(0)
509
+ unhealthy_count Int @default(0)
510
+ error_message String?
511
+ response_time_ms Float?
512
+ details Json?
513
+ checked_by String?
514
+ checked_at DateTime @default(now())
515
+ created_at DateTime @default(now())
516
+ updated_at DateTime @updatedAt
517
+
518
+ @@index([model_name])
519
+ @@index([checked_at])
520
+ @@index([status])
500
521
  }
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: litellm-proxy-extras
3
- Version: 0.2.1
3
+ Version: 0.2.4
4
4
  Summary: Additional files for the LiteLLM Proxy. Reduces the size of the main litellm package.
5
5
  Author: BerriAI
6
6
  Requires-Python: >=3.8, !=2.7.*, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, !=3.5.*, !=3.6.*, !=3.7.*
@@ -22,10 +22,12 @@ litellm_proxy_extras/migrations/20250510142544_add_session_id_index_spend_logs/m
22
22
  litellm_proxy_extras/migrations/20250514142245_add_guardrails_table/migration.sql,sha256=mxBhXoedxkabrkn7YPiKn-OVmoXh6RsSEXY9a0-FkQk,506
23
23
  litellm_proxy_extras/migrations/20250522223020_managed_object_table/migration.sql,sha256=SbchBsESJa8M5O4R1iqvfgssX5StSrL85Umd2Drns_Y,1185
24
24
  litellm_proxy_extras/migrations/20250526154401_allow_null_entity_id/migration.sql,sha256=O9C3_XMaHS5Dqu_DRtym89bhspAieSQiQpxK1MTQZgQ,265
25
+ litellm_proxy_extras/migrations/20250528185438_add_vector_stores_to_object_permissions/migration.sql,sha256=CMoueiGIy2-_7Ik7ktzGCRPfhBH43Y7nJkAvfxcYnI0,122
26
+ litellm_proxy_extras/migrations/20250603210143_cascade_budget_changes/migration.sql,sha256=LMUCGnK6z6Bh_mKikp5_0Xs_EnsoPMb-dTY-sJBnXVg,332
25
27
  litellm_proxy_extras/migrations/migration_lock.toml,sha256=HbF6jQUaoTYRBzZ1LF4fi37ZK26o6AMRL7viSXBHwhA,24
26
- litellm_proxy_extras/schema.prisma,sha256=-QdRiBCSWuHw1DVg3c379F1LX9SuZL7rnaw9KG8sNhw,19534
28
+ litellm_proxy_extras/schema.prisma,sha256=WTTSbxUIE5ZG12WKh6wodpuc8u7P3ethIhFLsrDO-lA,20054
27
29
  litellm_proxy_extras/utils.py,sha256=QImDkrfX_NGCp0tJ4T9IZpmXyzVZqey4jnVVEO0Hcrs,15050
28
- litellm_proxy_extras-0.2.1.dist-info/LICENSE,sha256=sXDWv46INd01fgEWgdsCj01R4vsOqJIFj1bgH7ObgnM,1419
29
- litellm_proxy_extras-0.2.1.dist-info/METADATA,sha256=RU25WM1o-9emQtXPLTOm4VlInKrosWhm3TuKkK05vnQ,1266
30
- litellm_proxy_extras-0.2.1.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
31
- litellm_proxy_extras-0.2.1.dist-info/RECORD,,
30
+ litellm_proxy_extras-0.2.4.dist-info/LICENSE,sha256=sXDWv46INd01fgEWgdsCj01R4vsOqJIFj1bgH7ObgnM,1419
31
+ litellm_proxy_extras-0.2.4.dist-info/METADATA,sha256=hzAaMeEQxcqWSdmd02nvnq17FxqlsAXcT0hLGzelAbI,1266
32
+ litellm_proxy_extras-0.2.4.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
33
+ litellm_proxy_extras-0.2.4.dist-info/RECORD,,