From 7fec728c7f6f8a6c01c19a06fa5f75989c3ab074 Mon Sep 17 00:00:00 2001 From: Yuneng Jiang Date: Mon, 27 Jul 2026 17:01:16 -0700 Subject: [PATCH] chore: bump litellm-proxy-extras to 0.4.79.post2 Ships the 20260724000000_add_spend_log_tool_index_start_time_idx and 20260725000000_add_daily_tool_spend migrations, which live in that package --- litellm-proxy-extras/pyproject.toml | 4 ++-- pyproject.toml | 2 +- uv.lock | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/litellm-proxy-extras/pyproject.toml b/litellm-proxy-extras/pyproject.toml index 8c20b360978..a7492dd7615 100644 --- a/litellm-proxy-extras/pyproject.toml +++ b/litellm-proxy-extras/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "litellm-proxy-extras" -version = "0.4.79.post1" +version = "0.4.79.post2" description = "Additional files for the LiteLLM Proxy. Reduces the size of the main litellm package." readme = "README.md" requires-python = ">=3.9" @@ -26,7 +26,7 @@ required-version = ">=0.10.9" module-root = "" [tool.commitizen] -version = "0.4.79.post1" +version = "0.4.79.post2" version_files = [ "pyproject.toml:^version", "../pyproject.toml:litellm-proxy-extras==", diff --git a/pyproject.toml b/pyproject.toml index 195c2007ebd..c784c1dd76a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -62,7 +62,7 @@ proxy = [ "azure-identity>=1.25.2,<2.0", "azure-storage-blob>=12.28.0,<13.0", "mcp>=1.28.1,<2.0", - "litellm-proxy-extras==0.4.79.post1", + "litellm-proxy-extras==0.4.79.post2", "litellm-enterprise==0.1.51", "RestrictedPython>=8.1,<9.0", "rich>=13.9.4,<14.0", diff --git a/uv.lock b/uv.lock index 14ef54948f0..0e5b3f217d7 100644 --- a/uv.lock +++ b/uv.lock @@ -10,7 +10,7 @@ resolution-markers = [ ] [options] -exclude-newer = "2026-07-22T18:03:58.210774Z" +exclude-newer = "2026-07-25T00:00:51.267256Z" exclude-newer-span = "P3D" [manifest] @@ -4350,7 +4350,7 @@ source = { editable = "enterprise" } [[package]] name = "litellm-proxy-extras" -version = "0.4.79.post1" +version = "0.4.79.post2" source = { editable = "litellm-proxy-extras" } [[package]]