bump: version 1.84.0 → 1.84.1

This commit is contained in:
Yuneng Jiang 2026-05-20 19:00:45 -07:00
parent 5fb1f46183
commit e9f5fc1dd8
No known key found for this signature in database

View file

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