From d1199b81ae80d64c5109d244feacae4c38ef5b77 Mon Sep 17 00:00:00 2001 From: mateo-berri <277851410+mateo-berri@users.noreply.github.com> Date: Thu, 4 Jun 2026 02:38:19 +0000 Subject: [PATCH] chore: restore stable/1.86.x to 1.86.4 (revert premature 1.86.5 bump) The latest 1.86.x GitHub release is v1.86.3, so the branch should sit one patch ahead at 1.86.4 as the patch-to-be. The GHSA-q775 backport (#29635) additionally bumped 1.86.4 -> 1.86.5, 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 651129f6dbf..5deb5b42822 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "litellm" -version = "1.86.5" +version = "1.86.4" description = "Library to easily interface with LLM API providers" readme = "README.md" requires-python = ">=3.10, <3.14" @@ -251,7 +251,7 @@ source-exclude = [ profile = "black" [tool.commitizen] -version = "1.86.5" +version = "1.86.4" version_files = [ "pyproject.toml:^version", ] diff --git a/uv.lock b/uv.lock index 90e6f7d5003..8cb57ce94eb 100644 --- a/uv.lock +++ b/uv.lock @@ -3189,7 +3189,7 @@ wheels = [ [[package]] name = "litellm" -version = "1.86.5" +version = "1.86.4" source = { editable = "." } dependencies = [ { name = "aiohttp" },