From 29e30d9ddbfbc276b11e23965f9836ecfb7917d0 Mon Sep 17 00:00:00 2001 From: Yuneng Jiang Date: Thu, 23 Apr 2026 16:58:17 -0700 Subject: [PATCH 1/2] =?UTF-8?q?bump:=20version=201.83.12=20=E2=86=92=201.8?= =?UTF-8?q?3.13?= 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 41334f830f..a47d5194a9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "litellm" -version = "1.83.12" +version = "1.83.13" 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.12" +version = "1.83.13" version_files = [ "pyproject.toml:^version", ] From ffaeff54cd8ad8eaf54c797a5af1c456707e6861 Mon Sep 17 00:00:00 2001 From: Yuneng Jiang Date: Thu, 23 Apr 2026 17:00:20 -0700 Subject: [PATCH 2/2] add uv --- uv.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/uv.lock b/uv.lock index 20f519ca70..d04df0ad4f 100644 --- a/uv.lock +++ b/uv.lock @@ -9,7 +9,7 @@ resolution-markers = [ ] [options] -exclude-newer = "2026-04-20T01:21:50.985363Z" +exclude-newer = "2026-04-21T00:00:09.504288Z" exclude-newer-span = "P3D" [manifest] @@ -3085,7 +3085,7 @@ wheels = [ [[package]] name = "litellm" -version = "1.83.12" +version = "1.83.13" source = { editable = "." } dependencies = [ { name = "aiohttp" },