litellm-proxy-extras 0.2.12__py3-none-any.whl → 0.2.15__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/20250507161527_add_health_check_fields_to_mcp_servers/migration.sql +4 -0
- litellm_proxy_extras/migrations/20250802162330_prompt_table/migration.sql +15 -0
- litellm_proxy_extras/schema.prisma +14 -0
- {litellm_proxy_extras-0.2.12.dist-info → litellm_proxy_extras-0.2.15.dist-info}/METADATA +1 -1
- {litellm_proxy_extras-0.2.12.dist-info → litellm_proxy_extras-0.2.15.dist-info}/RECORD +7 -5
- {litellm_proxy_extras-0.2.12.dist-info → litellm_proxy_extras-0.2.15.dist-info}/LICENSE +0 -0
- {litellm_proxy_extras-0.2.12.dist-info → litellm_proxy_extras-0.2.15.dist-info}/WHEEL +0 -0
litellm_proxy_extras/migrations/20250507161527_add_health_check_fields_to_mcp_servers/migration.sql
ADDED
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
-- Add health check fields to MCP server table
|
|
2
|
+
ALTER TABLE "LiteLLM_MCPServerTable" ADD COLUMN "status" TEXT DEFAULT 'unknown';
|
|
3
|
+
ALTER TABLE "LiteLLM_MCPServerTable" ADD COLUMN "last_health_check" TIMESTAMP(3);
|
|
4
|
+
ALTER TABLE "LiteLLM_MCPServerTable" ADD COLUMN "health_check_error" TEXT;
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
-- CreateTable
|
|
2
|
+
CREATE TABLE "LiteLLM_PromptTable" (
|
|
3
|
+
"id" TEXT NOT NULL,
|
|
4
|
+
"prompt_id" TEXT NOT NULL,
|
|
5
|
+
"litellm_params" JSONB NOT NULL,
|
|
6
|
+
"prompt_info" JSONB,
|
|
7
|
+
"created_at" TIMESTAMP(3) NOT NULL DEFAULT CURRENT_TIMESTAMP,
|
|
8
|
+
"updated_at" TIMESTAMP(3) NOT NULL,
|
|
9
|
+
|
|
10
|
+
CONSTRAINT "LiteLLM_PromptTable_pkey" PRIMARY KEY ("id")
|
|
11
|
+
);
|
|
12
|
+
|
|
13
|
+
-- CreateIndex
|
|
14
|
+
CREATE UNIQUE INDEX "LiteLLM_PromptTable_prompt_id_key" ON "LiteLLM_PromptTable"("prompt_id");
|
|
15
|
+
|
|
@@ -179,6 +179,10 @@ model LiteLLM_MCPServerTable {
|
|
|
179
179
|
updated_by String?
|
|
180
180
|
mcp_info Json? @default("{}")
|
|
181
181
|
mcp_access_groups String[]
|
|
182
|
+
// Health check status
|
|
183
|
+
status String? @default("unknown")
|
|
184
|
+
last_health_check DateTime?
|
|
185
|
+
health_check_error String?
|
|
182
186
|
// Stdio-specific fields
|
|
183
187
|
command String?
|
|
184
188
|
args String[] @default([])
|
|
@@ -516,6 +520,16 @@ model LiteLLM_GuardrailsTable {
|
|
|
516
520
|
updated_at DateTime @updatedAt
|
|
517
521
|
}
|
|
518
522
|
|
|
523
|
+
// Prompt table for storing prompt configurations
|
|
524
|
+
model LiteLLM_PromptTable {
|
|
525
|
+
id String @id @default(uuid())
|
|
526
|
+
prompt_id String @unique
|
|
527
|
+
litellm_params Json
|
|
528
|
+
prompt_info Json?
|
|
529
|
+
created_at DateTime @default(now())
|
|
530
|
+
updated_at DateTime @updatedAt
|
|
531
|
+
}
|
|
532
|
+
|
|
519
533
|
model LiteLLM_HealthCheckTable {
|
|
520
534
|
health_check_id String @id @default(uuid())
|
|
521
535
|
model_name 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.15
|
|
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.*
|
|
@@ -15,6 +15,7 @@ litellm_proxy_extras/migrations/20250416185146_add_allowed_routes_litellm_verifi
|
|
|
15
15
|
litellm_proxy_extras/migrations/20250425182129_add_session_id/migration.sql,sha256=dSjU5QavHMM60siy6f_69DZpFCA4lUfWDL0AUEPEt2g,139
|
|
16
16
|
litellm_proxy_extras/migrations/20250430193429_add_managed_vector_stores/migration.sql,sha256=SmXedKWYWwYAZjg-usw-905nXxyU9SOws9teFATezUA,479
|
|
17
17
|
litellm_proxy_extras/migrations/20250507161526_add_mcp_table_to_db/migration.sql,sha256=rD2PimftvFKFE1KLtCLKUzT-HJZUUNGquAEoDBJljK8,976
|
|
18
|
+
litellm_proxy_extras/migrations/20250507161527_add_health_check_fields_to_mcp_servers/migration.sql,sha256=IzXvP90W4R1vkrsP3WbARJdGLEFauW1e2czTmZaDYOM,285
|
|
18
19
|
litellm_proxy_extras/migrations/20250507184818_add_mcp_key_team_permission_mgmt/migration.sql,sha256=G2NONS9XAMDdkH-0tpaPimK4ezs94hkwteRK1m7oA1Y,1672
|
|
19
20
|
litellm_proxy_extras/migrations/20250508072103_add_status_to_spendlogs/migration.sql,sha256=V4mIhoi3n8sUzV8_YY9AA_wkgvk65m5ZOAU3_DtoUo8,77
|
|
20
21
|
litellm_proxy_extras/migrations/20250509141545_use_big_int_for_daily_spend_tables/migration.sql,sha256=UPaAXsryGvVZT_SnOf-1yHu5bKPTVr2gP3zY64FKR7o,1331
|
|
@@ -31,10 +32,11 @@ litellm_proxy_extras/migrations/20250707212517_add_mcp_info_column_mcp_servers/m
|
|
|
31
32
|
litellm_proxy_extras/migrations/20250707230009_add_mcp_namespaced_tool_name/migration.sql,sha256=L973Q5PV5pFcpuZzyOzo6aFNK02EZK-KAHfcyjtPAIU,1854
|
|
32
33
|
litellm_proxy_extras/migrations/20250711220620_add_stdio_mcp/migration.sql,sha256=t3telBGnxzo8kXQYnyR69vgxcPYf9ysoWt1ySRHnJgE,381
|
|
33
34
|
litellm_proxy_extras/migrations/20250718125714_add_litellm_params_to_vector_stores/migration.sql,sha256=yZfez4-HKbZeRQs4E6QhrMA7wuyrBQrYzTrW9S1HwcY,101
|
|
35
|
+
litellm_proxy_extras/migrations/20250802162330_prompt_table/migration.sql,sha256=rssp_rCzwY5veFUJeGSOoGOvck3IZ9sL86RuHzQJ-s0,452
|
|
34
36
|
litellm_proxy_extras/migrations/migration_lock.toml,sha256=HbF6jQUaoTYRBzZ1LF4fi37ZK26o6AMRL7viSXBHwhA,24
|
|
35
|
-
litellm_proxy_extras/schema.prisma,sha256=
|
|
37
|
+
litellm_proxy_extras/schema.prisma,sha256=aIzWXmFV_Z73nE-hdAkkrbAD69nNZuTfnN3kTwNA0Cg,21129
|
|
36
38
|
litellm_proxy_extras/utils.py,sha256=QImDkrfX_NGCp0tJ4T9IZpmXyzVZqey4jnVVEO0Hcrs,15050
|
|
37
|
-
litellm_proxy_extras-0.2.
|
|
38
|
-
litellm_proxy_extras-0.2.
|
|
39
|
-
litellm_proxy_extras-0.2.
|
|
40
|
-
litellm_proxy_extras-0.2.
|
|
39
|
+
litellm_proxy_extras-0.2.15.dist-info/LICENSE,sha256=sXDWv46INd01fgEWgdsCj01R4vsOqJIFj1bgH7ObgnM,1419
|
|
40
|
+
litellm_proxy_extras-0.2.15.dist-info/METADATA,sha256=bH1qXgyTU95jXTWjRl4obYmGmEv3rwZ_OOfuIESlNYw,1267
|
|
41
|
+
litellm_proxy_extras-0.2.15.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
|
|
42
|
+
litellm_proxy_extras-0.2.15.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|