litellm-proxy-extras 0.2.12__py3-none-any.whl → 0.2.13__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,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;
@@ -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([])
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: litellm-proxy-extras
3
- Version: 0.2.12
3
+ Version: 0.2.13
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.*
@@ -1,5 +1,6 @@
1
1
  litellm_proxy_extras/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
2
2
  litellm_proxy_extras/_logging.py,sha256=7KoWerTOol5IPNyNdbZvLuSlpQbEGE235VgzwpgafKQ,393
3
+ litellm_proxy_extras/migrations/20250101000000_add_health_check_fields_to_mcp_servers/migration.sql,sha256=IzXvP90W4R1vkrsP3WbARJdGLEFauW1e2czTmZaDYOM,285
3
4
  litellm_proxy_extras/migrations/20250326162113_baseline/migration.sql,sha256=9aRWmBbLf7EWbCMXifDl5zL9bAw0uPXJut1AXNKrSTE,13383
4
5
  litellm_proxy_extras/migrations/20250326171002_add_daily_user_table/migration.sql,sha256=dY-dNCLosWmXNli2B9wqX4hZpp3s0DL3IwEPtTTC134,1179
5
6
  litellm_proxy_extras/migrations/20250327180120_add_api_requests_to_daily_user_table/migration.sql,sha256=or5TaEgH4cHwR5kDvVjZvcAj1OwzTxjqwO-lxXe3FXk,110
@@ -32,9 +33,9 @@ litellm_proxy_extras/migrations/20250707230009_add_mcp_namespaced_tool_name/migr
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
34
35
  litellm_proxy_extras/migrations/migration_lock.toml,sha256=HbF6jQUaoTYRBzZ1LF4fi37ZK26o6AMRL7viSXBHwhA,24
35
- litellm_proxy_extras/schema.prisma,sha256=r5ucVhoOdFdEbR-ePJGmn_gbKzSpVNfr7NP0KZkPcQ0,20741
36
+ litellm_proxy_extras/schema.prisma,sha256=0Ir_68rt3MZ2OsTW34AqEuUvT0FBWA9YXC7icIXiSX0,20875
36
37
  litellm_proxy_extras/utils.py,sha256=QImDkrfX_NGCp0tJ4T9IZpmXyzVZqey4jnVVEO0Hcrs,15050
37
- litellm_proxy_extras-0.2.12.dist-info/LICENSE,sha256=sXDWv46INd01fgEWgdsCj01R4vsOqJIFj1bgH7ObgnM,1419
38
- litellm_proxy_extras-0.2.12.dist-info/METADATA,sha256=1DiJdGnxr8dH2rLG62Sa1SrgYhQk6WbMKuBFTDOamjM,1267
39
- litellm_proxy_extras-0.2.12.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
40
- litellm_proxy_extras-0.2.12.dist-info/RECORD,,
38
+ litellm_proxy_extras-0.2.13.dist-info/LICENSE,sha256=sXDWv46INd01fgEWgdsCj01R4vsOqJIFj1bgH7ObgnM,1419
39
+ litellm_proxy_extras-0.2.13.dist-info/METADATA,sha256=9Vx7jlZ_UUFAeAXLGYGvSgJTK8aazpQKjYVU8ORr9no,1267
40
+ litellm_proxy_extras-0.2.13.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
41
+ litellm_proxy_extras-0.2.13.dist-info/RECORD,,