From 515e8747f70584b484c5e9ea955fcd4cf9c671b3 Mon Sep 17 00:00:00 2001 From: mateo-berri <277851410+mateo-berri@users.noreply.github.com> Date: Thu, 4 Jun 2026 02:38:20 +0000 Subject: [PATCH] chore: restore stable/1.87.x to 1.87.1 (revert premature 1.87.2 bump) The latest 1.87.x GitHub release is v1.87.0, so the branch should sit one patch ahead at 1.87.1 as the patch-to-be. The GHSA-q775 backport (#29636) additionally bumped 1.87.1 -> 1.87.2, cutting a version ahead of release. This reverts just the version bump and its uv.lock refresh, keeping the backported fix and hardening --- pyproject.toml | 4 ++-- uv.lock | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index e9c68d09dd9..3e0b99a2205 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "litellm" -version = "1.87.2" +version = "1.87.1" description = "Library to easily interface with LLM API providers" readme = "README.md" requires-python = ">=3.10, <3.14" @@ -253,7 +253,7 @@ source-exclude = [ profile = "black" [tool.commitizen] -version = "1.87.2" +version = "1.87.1" version_files = [ "pyproject.toml:^version", ] diff --git a/uv.lock b/uv.lock index 2ec92e3471c..9c110bfc5a9 100644 --- a/uv.lock +++ b/uv.lock @@ -3269,7 +3269,7 @@ wheels = [ [[package]] name = "litellm" -version = "1.87.2" +version = "1.87.1" source = { editable = "." } dependencies = [ { name = "aiohttp" },