From aefa71a300a0476c56f4982f85b86c8cb70eb485 Mon Sep 17 00:00:00 2001 From: Ishaan Jaff Date: Thu, 7 Aug 2025 21:32:44 -0700 Subject: [PATCH] =?UTF-8?q?bump:=20version=201.75.2=20=E2=86=92=201.75.3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- litellm/proxy/_experimental/out/model_hub_table.html | 1 - litellm/proxy/_experimental/out/onboarding.html | 1 - pyproject.toml | 4 ++-- 3 files changed, 2 insertions(+), 4 deletions(-) delete mode 100644 litellm/proxy/_experimental/out/model_hub_table.html delete mode 100644 litellm/proxy/_experimental/out/onboarding.html diff --git a/litellm/proxy/_experimental/out/model_hub_table.html b/litellm/proxy/_experimental/out/model_hub_table.html deleted file mode 100644 index 0951979652..0000000000 --- a/litellm/proxy/_experimental/out/model_hub_table.html +++ /dev/null @@ -1 +0,0 @@ -LiteLLM Dashboard \ No newline at end of file diff --git a/litellm/proxy/_experimental/out/onboarding.html b/litellm/proxy/_experimental/out/onboarding.html deleted file mode 100644 index b8361b49dd..0000000000 --- a/litellm/proxy/_experimental/out/onboarding.html +++ /dev/null @@ -1 +0,0 @@ -LiteLLM Dashboard \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index 32baa74dc7..af7d949d77 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "litellm" -version = "1.75.2" +version = "1.75.3" description = "Library to easily interface with LLM API providers" authors = ["BerriAI"] license = "MIT" @@ -154,7 +154,7 @@ requires = ["poetry-core", "wheel"] build-backend = "poetry.core.masonry.api" [tool.commitizen] -version = "1.75.2" +version = "1.75.3" version_files = [ "pyproject.toml:^version" ]