bump: version 1.92.1 → 1.92.2

This commit is contained in:
Yuneng Jiang 2026-08-08 12:35:09 -07:00
parent 6b296cb020
commit a13bd8865f
No known key found for this signature in database

View file

@ -1,6 +1,6 @@
[project]
name = "litellm"
version = "1.92.1"
version = "1.92.2"
description = "Library to easily interface with LLM API providers"
readme = "README.md"
requires-python = ">=3.10, <3.14"
@ -280,7 +280,7 @@ members = ["enterprise", "litellm-proxy-extras"]
profile = "black"
[tool.commitizen]
version = "1.92.1"
version = "1.92.2"
version_files = [
"pyproject.toml:^version",
]