litellm-proxy-extras 0.2.30__tar.gz → 0.3.0__tar.gz
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-0.2.30 → litellm_proxy_extras-0.3.0}/PKG-INFO +2 -5
- litellm_proxy_extras-0.3.0/litellm_proxy_extras/migrations/20251031181430_add_cache_config_table/migration.sql +20 -0
- litellm_proxy_extras-0.3.0/litellm_proxy_extras/migrations/20251101123718_add_vector_store_index_table/migration.sql +17 -0
- {litellm_proxy_extras-0.2.30 → litellm_proxy_extras-0.3.0}/litellm_proxy_extras/schema.prisma +8 -0
- {litellm_proxy_extras-0.2.30 → litellm_proxy_extras-0.3.0}/pyproject.toml +2 -2
- litellm_proxy_extras-0.2.30/litellm_proxy_extras/migrations/20251030145130_add_sso_table/migration.sql +0 -10
- {litellm_proxy_extras-0.2.30 → litellm_proxy_extras-0.3.0}/LICENSE +0 -0
- {litellm_proxy_extras-0.2.30 → litellm_proxy_extras-0.3.0}/README.md +0 -0
- {litellm_proxy_extras-0.2.30 → litellm_proxy_extras-0.3.0}/litellm_proxy_extras/__init__.py +0 -0
- {litellm_proxy_extras-0.2.30 → litellm_proxy_extras-0.3.0}/litellm_proxy_extras/_logging.py +0 -0
- {litellm_proxy_extras-0.2.30 → litellm_proxy_extras-0.3.0}/litellm_proxy_extras/migrations/20250326162113_baseline/migration.sql +0 -0
- {litellm_proxy_extras-0.2.30 → litellm_proxy_extras-0.3.0}/litellm_proxy_extras/migrations/20250326171002_add_daily_user_table/migration.sql +0 -0
- {litellm_proxy_extras-0.2.30 → litellm_proxy_extras-0.3.0}/litellm_proxy_extras/migrations/20250327180120_add_api_requests_to_daily_user_table/migration.sql +0 -0
- {litellm_proxy_extras-0.2.30 → litellm_proxy_extras-0.3.0}/litellm_proxy_extras/migrations/20250329084805_new_cron_job_table/migration.sql +0 -0
- {litellm_proxy_extras-0.2.30 → litellm_proxy_extras-0.3.0}/litellm_proxy_extras/migrations/20250331215456_track_success_and_failed_requests_daily_agg_table/migration.sql +0 -0
- {litellm_proxy_extras-0.2.30 → litellm_proxy_extras-0.3.0}/litellm_proxy_extras/migrations/20250411215431_add_managed_file_table/migration.sql +0 -0
- {litellm_proxy_extras-0.2.30 → litellm_proxy_extras-0.3.0}/litellm_proxy_extras/migrations/20250412081753_team_member_permissions/migration.sql +0 -0
- {litellm_proxy_extras-0.2.30 → litellm_proxy_extras-0.3.0}/litellm_proxy_extras/migrations/20250415151647_add_cache_read_write_tokens_daily_spend_transactions/migration.sql +0 -0
- {litellm_proxy_extras-0.2.30 → litellm_proxy_extras-0.3.0}/litellm_proxy_extras/migrations/20250415191926_add_daily_team_table/migration.sql +0 -0
- {litellm_proxy_extras-0.2.30 → litellm_proxy_extras-0.3.0}/litellm_proxy_extras/migrations/20250416115320_add_tag_table_to_db/migration.sql +0 -0
- {litellm_proxy_extras-0.2.30 → litellm_proxy_extras-0.3.0}/litellm_proxy_extras/migrations/20250416151339_drop_tag_uniqueness_requirement/migration.sql +0 -0
- {litellm_proxy_extras-0.2.30 → litellm_proxy_extras-0.3.0}/litellm_proxy_extras/migrations/20250416185146_add_allowed_routes_litellm_verification_token/migration.sql +0 -0
- {litellm_proxy_extras-0.2.30 → litellm_proxy_extras-0.3.0}/litellm_proxy_extras/migrations/20250425182129_add_session_id/migration.sql +0 -0
- {litellm_proxy_extras-0.2.30 → litellm_proxy_extras-0.3.0}/litellm_proxy_extras/migrations/20250430193429_add_managed_vector_stores/migration.sql +0 -0
- {litellm_proxy_extras-0.2.30 → litellm_proxy_extras-0.3.0}/litellm_proxy_extras/migrations/20250507161526_add_mcp_table_to_db/migration.sql +0 -0
- {litellm_proxy_extras-0.2.30 → litellm_proxy_extras-0.3.0}/litellm_proxy_extras/migrations/20250507161527_add_health_check_fields_to_mcp_servers/migration.sql +0 -0
- {litellm_proxy_extras-0.2.30 → litellm_proxy_extras-0.3.0}/litellm_proxy_extras/migrations/20250507184818_add_mcp_key_team_permission_mgmt/migration.sql +0 -0
- {litellm_proxy_extras-0.2.30 → litellm_proxy_extras-0.3.0}/litellm_proxy_extras/migrations/20250508072103_add_status_to_spendlogs/migration.sql +0 -0
- {litellm_proxy_extras-0.2.30 → litellm_proxy_extras-0.3.0}/litellm_proxy_extras/migrations/20250509141545_use_big_int_for_daily_spend_tables/migration.sql +0 -0
- {litellm_proxy_extras-0.2.30 → litellm_proxy_extras-0.3.0}/litellm_proxy_extras/migrations/20250510142544_add_session_id_index_spend_logs/migration.sql +0 -0
- {litellm_proxy_extras-0.2.30 → litellm_proxy_extras-0.3.0}/litellm_proxy_extras/migrations/20250514142245_add_guardrails_table/migration.sql +0 -0
- {litellm_proxy_extras-0.2.30 → litellm_proxy_extras-0.3.0}/litellm_proxy_extras/migrations/20250522223020_managed_object_table/migration.sql +0 -0
- {litellm_proxy_extras-0.2.30 → litellm_proxy_extras-0.3.0}/litellm_proxy_extras/migrations/20250526154401_allow_null_entity_id/migration.sql +0 -0
- {litellm_proxy_extras-0.2.30 → litellm_proxy_extras-0.3.0}/litellm_proxy_extras/migrations/20250528185438_add_vector_stores_to_object_permissions/migration.sql +0 -0
- {litellm_proxy_extras-0.2.30 → litellm_proxy_extras-0.3.0}/litellm_proxy_extras/migrations/20250603210143_cascade_budget_changes/migration.sql +0 -0
- {litellm_proxy_extras-0.2.30 → litellm_proxy_extras-0.3.0}/litellm_proxy_extras/migrations/20250618225828_add_health_check_table/migration.sql +0 -0
- {litellm_proxy_extras-0.2.30 → litellm_proxy_extras-0.3.0}/litellm_proxy_extras/migrations/20250625145206_cascade_budget_and_loosen_managed_file_json/migration.sql +0 -0
- {litellm_proxy_extras-0.2.30 → litellm_proxy_extras-0.3.0}/litellm_proxy_extras/migrations/20250625213625_add_status_to_managed_object_table/migration.sql +0 -0
- {litellm_proxy_extras-0.2.30 → litellm_proxy_extras-0.3.0}/litellm_proxy_extras/migrations/20250707212517_add_mcp_info_column_mcp_servers/migration.sql +0 -0
- {litellm_proxy_extras-0.2.30 → litellm_proxy_extras-0.3.0}/litellm_proxy_extras/migrations/20250707230009_add_mcp_namespaced_tool_name/migration.sql +0 -0
- {litellm_proxy_extras-0.2.30 → litellm_proxy_extras-0.3.0}/litellm_proxy_extras/migrations/20250711220620_add_stdio_mcp/migration.sql +0 -0
- {litellm_proxy_extras-0.2.30 → litellm_proxy_extras-0.3.0}/litellm_proxy_extras/migrations/20250718125714_add_litellm_params_to_vector_stores/migration.sql +0 -0
- {litellm_proxy_extras-0.2.30 → litellm_proxy_extras-0.3.0}/litellm_proxy_extras/migrations/20250802162330_prompt_table/migration.sql +0 -0
- {litellm_proxy_extras-0.2.30 → litellm_proxy_extras-0.3.0}/litellm_proxy_extras/migrations/20250806095134_rename_alias_to_server_name_mcp_table/migration.sql +0 -0
- {litellm_proxy_extras-0.2.30 → litellm_proxy_extras-0.3.0}/litellm_proxy_extras/migrations/20250918083359_drop_spec_version_column_from_mcp_table/migration.sql +0 -0
- {litellm_proxy_extras-0.2.30 → litellm_proxy_extras-0.3.0}/litellm_proxy_extras/migrations/20250926194702_unnamed_migration/migration.sql +0 -0
- {litellm_proxy_extras-0.2.30 → litellm_proxy_extras-0.3.0}/litellm_proxy_extras/migrations/20251003165142_add_allowed_tools_to_mcp/migration.sql +0 -0
- {litellm_proxy_extras-0.2.30 → litellm_proxy_extras-0.3.0}/litellm_proxy_extras/migrations/20251003190954_extra_headers_to_mcp_table/migration.sql +0 -0
- {litellm_proxy_extras-0.2.30 → litellm_proxy_extras-0.3.0}/litellm_proxy_extras/migrations/20251006143948_add_mcp_tool_permissions/migration.sql +0 -0
- {litellm_proxy_extras-0.2.30 → litellm_proxy_extras-0.3.0}/litellm_proxy_extras/migrations/20251011084309_add_tag_table/migration.sql +0 -0
- {litellm_proxy_extras-0.2.30 → litellm_proxy_extras-0.3.0}/litellm_proxy_extras/migrations/20251023141814_add_search_tool_table/migration.sql +0 -0
- {litellm_proxy_extras-0.2.30 → litellm_proxy_extras-0.3.0}/litellm_proxy_extras/migrations/migration_lock.toml +0 -0
- {litellm_proxy_extras-0.2.30 → litellm_proxy_extras-0.3.0}/litellm_proxy_extras/utils.py +0 -0
|
@@ -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
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
-- CreateTable
|
|
2
|
+
CREATE TABLE "LiteLLM_SSOConfig" (
|
|
3
|
+
"id" TEXT NOT NULL DEFAULT 'sso_config',
|
|
4
|
+
"sso_settings" JSONB NOT NULL,
|
|
5
|
+
"created_at" TIMESTAMP(3) NOT NULL DEFAULT CURRENT_TIMESTAMP,
|
|
6
|
+
"updated_at" TIMESTAMP(3) NOT NULL,
|
|
7
|
+
|
|
8
|
+
CONSTRAINT "LiteLLM_SSOConfig_pkey" PRIMARY KEY ("id")
|
|
9
|
+
);
|
|
10
|
+
|
|
11
|
+
-- CreateTable
|
|
12
|
+
CREATE TABLE "LiteLLM_CacheConfig" (
|
|
13
|
+
"id" TEXT NOT NULL DEFAULT 'cache_config',
|
|
14
|
+
"cache_settings" JSONB NOT NULL,
|
|
15
|
+
"created_at" TIMESTAMP(3) NOT NULL DEFAULT CURRENT_TIMESTAMP,
|
|
16
|
+
"updated_at" TIMESTAMP(3) NOT NULL,
|
|
17
|
+
|
|
18
|
+
CONSTRAINT "LiteLLM_CacheConfig_pkey" PRIMARY KEY ("id")
|
|
19
|
+
);
|
|
20
|
+
|
|
@@ -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
|
+
|
{litellm_proxy_extras-0.2.30 → litellm_proxy_extras-0.3.0}/litellm_proxy_extras/schema.prisma
RENAMED
|
@@ -588,4 +588,12 @@ model LiteLLM_SSOConfig {
|
|
|
588
588
|
sso_settings Json
|
|
589
589
|
created_at DateTime @default(now())
|
|
590
590
|
updated_at DateTime @updatedAt
|
|
591
|
+
}
|
|
592
|
+
|
|
593
|
+
// Cache configuration table
|
|
594
|
+
model LiteLLM_CacheConfig {
|
|
595
|
+
id String @id @default("cache_config")
|
|
596
|
+
cache_settings Json
|
|
597
|
+
created_at DateTime @default(now())
|
|
598
|
+
updated_at DateTime @updatedAt
|
|
591
599
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
[tool.poetry]
|
|
2
2
|
name = "litellm-proxy-extras"
|
|
3
|
-
version = "0.
|
|
3
|
+
version = "0.3.0"
|
|
4
4
|
description = "Additional files for the LiteLLM Proxy. Reduces the size of the main litellm package."
|
|
5
5
|
authors = ["BerriAI"]
|
|
6
6
|
readme = "README.md"
|
|
@@ -22,7 +22,7 @@ requires = ["poetry-core"]
|
|
|
22
22
|
build-backend = "poetry.core.masonry.api"
|
|
23
23
|
|
|
24
24
|
[tool.commitizen]
|
|
25
|
-
version = "0.
|
|
25
|
+
version = "0.3.0"
|
|
26
26
|
version_files = [
|
|
27
27
|
"pyproject.toml:version",
|
|
28
28
|
"../requirements.txt:litellm-proxy-extras==",
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
-- CreateTable
|
|
2
|
-
CREATE TABLE "LiteLLM_SSOConfig" (
|
|
3
|
-
"id" TEXT NOT NULL DEFAULT 'sso_config',
|
|
4
|
-
"sso_settings" JSONB NOT NULL,
|
|
5
|
-
"created_at" TIMESTAMP(3) NOT NULL DEFAULT CURRENT_TIMESTAMP,
|
|
6
|
-
"updated_at" TIMESTAMP(3) NOT NULL,
|
|
7
|
-
|
|
8
|
-
CONSTRAINT "LiteLLM_SSOConfig_pkey" PRIMARY KEY ("id")
|
|
9
|
-
);
|
|
10
|
-
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|