bump: version 1.84.3 → 1.84.4 (#29374)

* bump: version 1.84.3 → 1.84.4

* chore: update uv.lock for 1.84.4
This commit is contained in:
yuneng-jiang 2026-05-30 20:45:30 -07:00 committed by GitHub
parent 2e76be019a
commit e4493edcdb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 4 additions and 4 deletions

View file

@ -1,6 +1,6 @@
[project]
name = "litellm"
version = "1.84.3"
version = "1.84.4"
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.3"
version = "1.84.4"
version_files = [
"pyproject.toml:^version",
]

4
uv.lock generated
View file

@ -9,7 +9,7 @@ resolution-markers = [
]
[options]
exclude-newer = "2026-05-24T07:50:00.208911Z"
exclude-newer = "2026-05-28T03:42:45.028694Z"
exclude-newer-span = "P3D"
[manifest]
@ -3083,7 +3083,7 @@ wheels = [
[[package]]
name = "litellm"
version = "1.84.3"
version = "1.84.4"
source = { editable = "." }
dependencies = [
{ name = "aiohttp" },