litellm-proxy-extras 0.2.0__py3-none-any.whl → 0.2.3__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.
- litellm_proxy_extras/migrations/20250526154401_allow_null_entity_id/migration.sql +9 -0
- litellm_proxy_extras/migrations/20250528185438_add_vector_stores_to_object_permissions/migration.sql +3 -0
- litellm_proxy_extras/migrations/20250603210143_cascade_budget_changes/migration.sql +6 -0
- litellm_proxy_extras/schema.prisma +4 -3
- {litellm_proxy_extras-0.2.0.dist-info → litellm_proxy_extras-0.2.3.dist-info}/METADATA +1 -1
- {litellm_proxy_extras-0.2.0.dist-info → litellm_proxy_extras-0.2.3.dist-info}/RECORD +8 -5
- {litellm_proxy_extras-0.2.0.dist-info → litellm_proxy_extras-0.2.3.dist-info}/LICENSE +0 -0
- {litellm_proxy_extras-0.2.0.dist-info → litellm_proxy_extras-0.2.3.dist-info}/WHEEL +0 -0
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
-- AlterTable
|
|
2
|
+
ALTER TABLE "LiteLLM_DailyTagSpend" ALTER COLUMN "tag" DROP NOT NULL;
|
|
3
|
+
|
|
4
|
+
-- AlterTable
|
|
5
|
+
ALTER TABLE "LiteLLM_DailyTeamSpend" ALTER COLUMN "team_id" DROP NOT NULL;
|
|
6
|
+
|
|
7
|
+
-- AlterTable
|
|
8
|
+
ALTER TABLE "LiteLLM_DailyUserSpend" ALTER COLUMN "user_id" DROP NOT NULL;
|
|
9
|
+
|
|
@@ -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[]
|
|
@@ -356,7 +357,7 @@ model LiteLLM_AuditLog {
|
|
|
356
357
|
// Track daily user spend metrics per model and key
|
|
357
358
|
model LiteLLM_DailyUserSpend {
|
|
358
359
|
id String @id @default(uuid())
|
|
359
|
-
user_id String
|
|
360
|
+
user_id String?
|
|
360
361
|
date String
|
|
361
362
|
api_key String
|
|
362
363
|
model String
|
|
@@ -383,7 +384,7 @@ model LiteLLM_DailyUserSpend {
|
|
|
383
384
|
// Track daily team spend metrics per model and key
|
|
384
385
|
model LiteLLM_DailyTeamSpend {
|
|
385
386
|
id String @id @default(uuid())
|
|
386
|
-
team_id String
|
|
387
|
+
team_id String?
|
|
387
388
|
date String
|
|
388
389
|
api_key String
|
|
389
390
|
model String
|
|
@@ -410,7 +411,7 @@ model LiteLLM_DailyTeamSpend {
|
|
|
410
411
|
// Track daily team spend metrics per model and key
|
|
411
412
|
model LiteLLM_DailyTagSpend {
|
|
412
413
|
id String @id @default(uuid())
|
|
413
|
-
tag String
|
|
414
|
+
tag String?
|
|
414
415
|
date String
|
|
415
416
|
api_key String
|
|
416
417
|
model String
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: litellm-proxy-extras
|
|
3
|
-
Version: 0.2.
|
|
3
|
+
Version: 0.2.3
|
|
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.*
|
|
@@ -21,10 +21,13 @@ litellm_proxy_extras/migrations/20250509141545_use_big_int_for_daily_spend_table
|
|
|
21
21
|
litellm_proxy_extras/migrations/20250510142544_add_session_id_index_spend_logs/migration.sql,sha256=M_y4xLnlGApiUIovLv0xA7lL5gJBZWrcFe7b5MSUOik,102
|
|
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
|
+
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
|
|
24
27
|
litellm_proxy_extras/migrations/migration_lock.toml,sha256=HbF6jQUaoTYRBzZ1LF4fi37ZK26o6AMRL7viSXBHwhA,24
|
|
25
|
-
litellm_proxy_extras/schema.prisma,sha256=
|
|
28
|
+
litellm_proxy_extras/schema.prisma,sha256=AUtLbhKA0GoZ3lPyUo7Gd-qK8zlvTafyJWlaamzFuLY,19586
|
|
26
29
|
litellm_proxy_extras/utils.py,sha256=QImDkrfX_NGCp0tJ4T9IZpmXyzVZqey4jnVVEO0Hcrs,15050
|
|
27
|
-
litellm_proxy_extras-0.2.
|
|
28
|
-
litellm_proxy_extras-0.2.
|
|
29
|
-
litellm_proxy_extras-0.2.
|
|
30
|
-
litellm_proxy_extras-0.2.
|
|
30
|
+
litellm_proxy_extras-0.2.3.dist-info/LICENSE,sha256=sXDWv46INd01fgEWgdsCj01R4vsOqJIFj1bgH7ObgnM,1419
|
|
31
|
+
litellm_proxy_extras-0.2.3.dist-info/METADATA,sha256=da3VGRQGet1vkyzvLTMwNQMGve4vtFPw4yqrTMOnGt0,1266
|
|
32
|
+
litellm_proxy_extras-0.2.3.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
|
|
33
|
+
litellm_proxy_extras-0.2.3.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|