bump: version 1.84.6 → 1.84.7

This commit is contained in:
Yuneng Jiang 2026-06-10 17:27:59 -07:00
parent 90057353bd
commit c84b902d2e
No known key found for this signature in database

View file

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