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
This commit is contained in:
mateo-berri 2026-06-04 02:38:19 +00:00
parent 1b3169078d
commit d1199b81ae
No known key found for this signature in database
2 changed files with 3 additions and 3 deletions

View file

@ -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",
]

2
uv.lock generated
View file

@ -3189,7 +3189,7 @@ wheels = [
[[package]]
name = "litellm"
version = "1.86.5"
version = "1.86.4"
source = { editable = "." }
dependencies = [
{ name = "aiohttp" },