From 44aecb6f660348994a6495a0b61d8c728894155e Mon Sep 17 00:00:00 2001 From: Yuneng Jiang Date: Thu, 7 May 2026 16:28:33 -0700 Subject: [PATCH 1/2] =?UTF-8?q?bump:=20version=201.84.0=20=E2=86=92=201.85?= =?UTF-8?q?.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index df6920c5e7..d194d46791 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "litellm" -version = "1.84.0" +version = "1.85.0" description = "Library to easily interface with LLM API providers" readme = "README.md" requires-python = ">=3.10, <3.14" @@ -250,7 +250,7 @@ source-exclude = [ profile = "black" [tool.commitizen] -version = "1.84.0" +version = "1.85.0" version_files = [ "pyproject.toml:^version", ] From 086a23753ee5343eaea18123dfc4c893aa8c9fcd Mon Sep 17 00:00:00 2001 From: Yuneng Jiang Date: Thu, 7 May 2026 16:30:15 -0700 Subject: [PATCH 2/2] uv lock --- uv.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uv.lock b/uv.lock index 292c99e6a1..f8d78fe879 100644 --- a/uv.lock +++ b/uv.lock @@ -3189,7 +3189,7 @@ wheels = [ [[package]] name = "litellm" -version = "1.84.0" +version = "1.85.0" source = { editable = "." } dependencies = [ { name = "aiohttp" },