From e4493edcdbe43488b7ba79f8b115b62c35156b76 Mon Sep 17 00:00:00 2001 From: yuneng-jiang Date: Sat, 30 May 2026 20:45:30 -0700 Subject: [PATCH] =?UTF-8?q?bump:=20version=201.84.3=20=E2=86=92=201.84.4?= =?UTF-8?q?=20(#29374)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * bump: version 1.84.3 → 1.84.4 * chore: update uv.lock for 1.84.4 --- pyproject.toml | 4 ++-- uv.lock | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 50b08e718ec..95f1646a697 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "litellm" -version = "1.84.3" +version = "1.84.4" description = "Library to easily interface with LLM API providers" readme = "README.md" requires-python = ">=3.10, <3.14" @@ -242,7 +242,7 @@ source-exclude = [ profile = "black" [tool.commitizen] -version = "1.84.3" +version = "1.84.4" version_files = [ "pyproject.toml:^version", ] diff --git a/uv.lock b/uv.lock index 86753fbd711..2624670f84c 100644 --- a/uv.lock +++ b/uv.lock @@ -9,7 +9,7 @@ resolution-markers = [ ] [options] -exclude-newer = "2026-05-24T07:50:00.208911Z" +exclude-newer = "2026-05-28T03:42:45.028694Z" exclude-newer-span = "P3D" [manifest] @@ -3083,7 +3083,7 @@ wheels = [ [[package]] name = "litellm" -version = "1.84.3" +version = "1.84.4" source = { editable = "." } dependencies = [ { name = "aiohttp" },