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.
- litellm_proxy_extras/migrations/20251101123718_add_vector_store_index_table/migration.sql +17 -0
- {litellm_proxy_extras-0.2.31.dist-info → litellm_proxy_extras-0.3.0.dist-info}/METADATA +2 -5
- {litellm_proxy_extras-0.2.31.dist-info → litellm_proxy_extras-0.3.0.dist-info}/RECORD +5 -4
- {litellm_proxy_extras-0.2.31.dist-info → litellm_proxy_extras-0.3.0.dist-info}/WHEEL +1 -1
- {litellm_proxy_extras-0.2.31.dist-info/licenses → litellm_proxy_extras-0.3.0.dist-info}/LICENSE +0 -0
|
@@ -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.
|
|
1
|
+
Metadata-Version: 2.1
|
|
2
2
|
Name: litellm-proxy-extras
|
|
3
|
-
Version: 0.
|
|
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.
|
|
49
|
-
litellm_proxy_extras-0.
|
|
50
|
-
litellm_proxy_extras-0.
|
|
51
|
-
litellm_proxy_extras-0.
|
|
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,,
|
{litellm_proxy_extras-0.2.31.dist-info/licenses → litellm_proxy_extras-0.3.0.dist-info}/LICENSE
RENAMED
|
File without changes
|