From b577372246243385d5aae15e8d7b6d60311028dc Mon Sep 17 00:00:00 2001 From: Yuneng Jiang Date: Mon, 8 Jun 2026 16:55:18 -0700 Subject: [PATCH] chore(release): bump version to 1.88.1 Bump the litellm version from 1.88.0 to 1.88.1 for the stable/1.88.x patch that carries the pyjwt and ws dependency bumps. Updates the project and commitizen versions in pyproject.toml and the editable litellm entry in uv.lock. --- pyproject.toml | 4 ++-- uv.lock | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 51548d6814b..df370a08f01 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "litellm" -version = "1.88.0" +version = "1.88.1" description = "Library to easily interface with LLM API providers" readme = "README.md" requires-python = ">=3.10, <3.14" @@ -260,7 +260,7 @@ source-exclude = [ profile = "black" [tool.commitizen] -version = "1.88.0" +version = "1.88.1" version_files = [ "pyproject.toml:^version", ] diff --git a/uv.lock b/uv.lock index a2b44f2ee97..988c62d8ada 100644 --- a/uv.lock +++ b/uv.lock @@ -9,7 +9,7 @@ resolution-markers = [ ] [options] -exclude-newer = "2026-06-05T23:44:32.616894Z" +exclude-newer = "2026-06-05T23:54:44.890497Z" exclude-newer-span = "P3D" [manifest] @@ -3276,7 +3276,7 @@ wheels = [ [[package]] name = "litellm" -version = "1.88.0" +version = "1.88.1" source = { editable = "." } dependencies = [ { name = "aiohttp" },