bump: version 1.84.5 → 1.84.6

This commit is contained in:
Yuneng Jiang 2026-06-08 18:12:44 -07:00
parent bab25d40c9
commit 97c22c3d77
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.84.5"
version = "1.84.6"
description = "Library to easily interface with LLM API providers"
readme = "README.md"
requires-python = ">=3.10, <3.14"
@ -242,7 +242,7 @@ source-exclude = [
profile = "black"
[tool.commitizen]
version = "1.84.5"
version = "1.84.6"
version_files = [
"pyproject.toml:^version",
]

2
uv.lock generated
View file

@ -3083,7 +3083,7 @@ wheels = [
[[package]]
name = "litellm"
version = "1.84.5"
version = "1.84.6"
source = { editable = "." }
dependencies = [
{ name = "aiohttp" },