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

@@ -570,4 +570,14 @@ model LiteLLM_HealthCheckTable {
570
570
  @@index([model_name])
571
571
  @@index([checked_at])
572
572
  @@index([status])
573
+ }
574
+
575
+ // Search Tools table for storing search tool configurations
576
+ model LiteLLM_SearchToolsTable {
577
+ search_tool_id String @id @default(uuid())
578
+ search_tool_name String @unique
579
+ litellm_params Json
580
+ search_tool_info Json?
581
+ created_at DateTime @default(now())
582
+ updated_at DateTime @updatedAt
573
583
  }
@@ -1,7 +1,8 @@
1
- Metadata-Version: 2.1
1
+ Metadata-Version: 2.4
2
2
  Name: litellm-proxy-extras
3
- Version: 0.2.27
3
+ Version: 0.2.28
4
4
  Summary: Additional files for the LiteLLM Proxy. Reduces the size of the main litellm package.
5
+ License-File: LICENSE
5
6
  Author: BerriAI
6
7
  Requires-Python: >=3.8, !=2.7.*, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, !=3.5.*, !=3.6.*, !=3.7.*
7
8
  Classifier: Programming Language :: Python :: 3
@@ -9,6 +10,8 @@ Classifier: Programming Language :: Python :: 3.9
9
10
  Classifier: Programming Language :: Python :: 3.10
10
11
  Classifier: Programming Language :: Python :: 3.11
11
12
  Classifier: Programming Language :: Python :: 3.12
13
+ Classifier: Programming Language :: Python :: 3.13
14
+ Classifier: Programming Language :: Python :: 3.14
12
15
  Project-URL: Documentation, https://docs.litellm.ai
13
16
  Project-URL: Homepage, https://litellm.ai
14
17
  Project-URL: Repository, https://github.com/BerriAI/litellm
@@ -41,9 +41,9 @@ litellm_proxy_extras/migrations/20251003190954_extra_headers_to_mcp_table/migrat
41
41
  litellm_proxy_extras/migrations/20251006143948_add_mcp_tool_permissions/migration.sql,sha256=RFISpCSAb9YawwQHBdkap9RBn-NrBcmhflOTyUJuljk,104
42
42
  litellm_proxy_extras/migrations/20251011084309_add_tag_table/migration.sql,sha256=z1fiUODOMNByeSMzIBgs3Ee0DuDBVwJBJEZQV8eNXVk,653
43
43
  litellm_proxy_extras/migrations/migration_lock.toml,sha256=HbF6jQUaoTYRBzZ1LF4fi37ZK26o6AMRL7viSXBHwhA,24
44
- litellm_proxy_extras/schema.prisma,sha256=NVHRxWZIpj9neb-I3zqB0k9aBOCoEWLMcHbvRpErXbY,22224
44
+ litellm_proxy_extras/schema.prisma,sha256=5nA6aW42rFKr83n4YcrHETSK-rMRlA5QAmts_D6i_y0,22518
45
45
  litellm_proxy_extras/utils.py,sha256=2g3sHuOMy_9sjze2Kw42lBXcS6ustYBygd4vaiJ6Kkk,15679
46
- litellm_proxy_extras-0.2.27.dist-info/LICENSE,sha256=sXDWv46INd01fgEWgdsCj01R4vsOqJIFj1bgH7ObgnM,1419
47
- litellm_proxy_extras-0.2.27.dist-info/METADATA,sha256=GdGRU2C4h_Zm12ohfrqb4a1MlfjAtzvr26cFyGaKx9g,1267
48
- litellm_proxy_extras-0.2.27.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
49
- litellm_proxy_extras-0.2.27.dist-info/RECORD,,
46
+ litellm_proxy_extras-0.2.28.dist-info/METADATA,sha256=9FIZMzwu_yvxilIMeax2TMizN_BPeVVmYtt9XjlLPvg,1391
47
+ litellm_proxy_extras-0.2.28.dist-info/WHEEL,sha256=zp0Cn7JsFoX2ATtOhtaFYIiE2rmFAD4OcMhtUki8W3U,88
48
+ litellm_proxy_extras-0.2.28.dist-info/licenses/LICENSE,sha256=sXDWv46INd01fgEWgdsCj01R4vsOqJIFj1bgH7ObgnM,1419
49
+ litellm_proxy_extras-0.2.28.dist-info/RECORD,,
@@ -1,4 +1,4 @@
1
1
  Wheel-Version: 1.0
2
- Generator: poetry-core 1.9.0
2
+ Generator: poetry-core 2.2.1
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any