From 4d63a1367eeb9d848f87aa1e54df0a8b7e039d9a Mon Sep 17 00:00:00 2001 From: Yuneng Jiang Date: Sat, 18 Apr 2026 18:31:24 -0700 Subject: [PATCH 1/2] =?UTF-8?q?bump:=20version=201.83.9=20=E2=86=92=201.83?= =?UTF-8?q?.10?= 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 03e45c28a3..3e8ec81ac7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "litellm" -version = "1.83.9" +version = "1.83.10" description = "Library to easily interface with LLM API providers" readme = "README.md" requires-python = ">=3.10, <3.14" @@ -236,7 +236,7 @@ source-exclude = [ profile = "black" [tool.commitizen] -version = "1.83.9" +version = "1.83.10" version_files = [ "pyproject.toml:^version", ] From 49ba6b81607c99df0d9dbeaf4f913a70d17dae9a Mon Sep 17 00:00:00 2001 From: Yuneng Jiang Date: Sat, 18 Apr 2026 18:43:09 -0700 Subject: [PATCH 2/2] add uv lock --- uv.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/uv.lock b/uv.lock index 8286e605da..9fab81532c 100644 --- a/uv.lock +++ b/uv.lock @@ -9,7 +9,7 @@ resolution-markers = [ ] [options] -exclude-newer = "2026-04-15T19:41:16.413341Z" +exclude-newer = "2026-04-16T01:42:55.429233Z" exclude-newer-span = "P3D" [manifest] @@ -3085,7 +3085,7 @@ wheels = [ [[package]] name = "litellm" -version = "1.83.9" +version = "1.83.10" source = { editable = "." } dependencies = [ { name = "aiohttp" },