From ffc113b4288925abb57241a7a695ffcb541f602f Mon Sep 17 00:00:00 2001 From: yuneng-jiang Date: Thu, 28 May 2026 18:49:04 -0700 Subject: [PATCH] chore(ci): bump version (#29242) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * bump: version 1.87.0 → 1.88.0 * uv lock --- pyproject.toml | 4 ++-- uv.lock | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 92ac526f570..6e84afad17e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "litellm" -version = "1.87.0" +version = "1.88.0" description = "Library to easily interface with LLM API providers" readme = "README.md" requires-python = ">=3.10, <3.14" @@ -257,7 +257,7 @@ source-exclude = [ profile = "black" [tool.commitizen] -version = "1.87.0" +version = "1.88.0" version_files = [ "pyproject.toml:^version", ] diff --git a/uv.lock b/uv.lock index f8e7eeabeeb..080cd89df6b 100644 --- a/uv.lock +++ b/uv.lock @@ -9,7 +9,7 @@ resolution-markers = [ ] [options] -exclude-newer = "2026-05-25T20:42:18.420988002Z" +exclude-newer = "2026-05-26T01:39:13.630743Z" exclude-newer-span = "P3D" [manifest] @@ -3264,7 +3264,7 @@ wheels = [ [[package]] name = "litellm" -version = "1.87.0" +version = "1.88.0" source = { editable = "." } dependencies = [ { name = "aiohttp" },