litellm-proxy-extras 0.2.31__py3-none-any.whl → 0.3.0__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,17 @@
1
+ -- CreateTable
2
+ CREATE TABLE "LiteLLM_IndexTable" (
3
+ "id" TEXT NOT NULL,
4
+ "index_name" TEXT NOT NULL,
5
+ "litellm_params" JSONB NOT NULL,
6
+ "index_info" JSONB,
7
+ "created_at" TIMESTAMP(3) NOT NULL DEFAULT CURRENT_TIMESTAMP,
8
+ "created_by" TEXT,
9
+ "updated_at" TIMESTAMP(3) NOT NULL,
10
+ "updated_by" TEXT,
11
+
12
+ CONSTRAINT "LiteLLM_IndexTable_pkey" PRIMARY KEY ("id")
13
+ );
14
+
15
+ -- CreateIndex
16
+ CREATE UNIQUE INDEX "LiteLLM_IndexTable_index_name_key" ON "LiteLLM_IndexTable"("index_name");
17
+
@@ -1,8 +1,7 @@
1
- Metadata-Version: 2.4
1
+ Metadata-Version: 2.1
2
2
  Name: litellm-proxy-extras
3
- Version: 0.2.31
3
+ Version: 0.3.0
4
4
  Summary: Additional files for the LiteLLM Proxy. Reduces the size of the main litellm package.
5
- License-File: LICENSE
6
5
  Author: BerriAI
7
6
  Requires-Python: >=3.8, !=2.7.*, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, !=3.5.*, !=3.6.*, !=3.7.*
8
7
  Classifier: Programming Language :: Python :: 3
@@ -10,8 +9,6 @@ Classifier: Programming Language :: Python :: 3.9
10
9
  Classifier: Programming Language :: Python :: 3.10
11
10
  Classifier: Programming Language :: Python :: 3.11
12
11
  Classifier: Programming Language :: Python :: 3.12
13
- Classifier: Programming Language :: Python :: 3.13
14
- Classifier: Programming Language :: Python :: 3.14
15
12
  Project-URL: Documentation, https://docs.litellm.ai
16
13
  Project-URL: Homepage, https://litellm.ai
17
14
  Project-URL: Repository, https://github.com/BerriAI/litellm
@@ -42,10 +42,11 @@ litellm_proxy_extras/migrations/20251006143948_add_mcp_tool_permissions/migratio
42
42
  litellm_proxy_extras/migrations/20251011084309_add_tag_table/migration.sql,sha256=z1fiUODOMNByeSMzIBgs3Ee0DuDBVwJBJEZQV8eNXVk,653
43
43
  litellm_proxy_extras/migrations/20251023141814_add_search_tool_table/migration.sql,sha256=QxY8HNjo14DQWFRtlpBtgxaUnI4BeRD6PNiAWbT6Mf8,522
44
44
  litellm_proxy_extras/migrations/20251031181430_add_cache_config_table/migration.sql,sha256=Aby9tvl07fvWgqwGpkBh_m0HbAwrCAPWOPIEjND6iGg,608
45
+ litellm_proxy_extras/migrations/20251101123718_add_vector_store_index_table/migration.sql,sha256=ANtlgOP6ajFjsewKARZm7Hy_DVPiqvNNe5V5vKUAN2E,496
45
46
  litellm_proxy_extras/migrations/migration_lock.toml,sha256=HbF6jQUaoTYRBzZ1LF4fi37ZK26o6AMRL7viSXBHwhA,24
46
47
  litellm_proxy_extras/schema.prisma,sha256=ANWxbSA-CpEMJcji6VqU26vDegz7ReqeWCXhsAJsFGY,22898
47
48
  litellm_proxy_extras/utils.py,sha256=2g3sHuOMy_9sjze2Kw42lBXcS6ustYBygd4vaiJ6Kkk,15679
48
- litellm_proxy_extras-0.2.31.dist-info/METADATA,sha256=aI3MDE_ZLdpaq6Ves85b94V09duu80HOfHmZyZ8_MDk,1391
49
- litellm_proxy_extras-0.2.31.dist-info/WHEEL,sha256=zp0Cn7JsFoX2ATtOhtaFYIiE2rmFAD4OcMhtUki8W3U,88
50
- litellm_proxy_extras-0.2.31.dist-info/licenses/LICENSE,sha256=sXDWv46INd01fgEWgdsCj01R4vsOqJIFj1bgH7ObgnM,1419
51
- litellm_proxy_extras-0.2.31.dist-info/RECORD,,
49
+ litellm_proxy_extras-0.3.0.dist-info/LICENSE,sha256=sXDWv46INd01fgEWgdsCj01R4vsOqJIFj1bgH7ObgnM,1419
50
+ litellm_proxy_extras-0.3.0.dist-info/METADATA,sha256=lsrEI2YcDZwC9ZpoD0h--bMhLGeE-Dito8TNqQyllfU,1266
51
+ litellm_proxy_extras-0.3.0.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
52
+ litellm_proxy_extras-0.3.0.dist-info/RECORD,,
@@ -1,4 +1,4 @@
1
1
  Wheel-Version: 1.0
2
- Generator: poetry-core 2.2.1
2
+ Generator: poetry-core 1.9.0
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any