bump: version 1.91.2

This commit is contained in:
mateo-berri 2026-07-10 20:39:08 -07:00
parent 951e0ae29b
commit cb973ae523
2 changed files with 3 additions and 3 deletions

View file

@ -1,6 +1,6 @@
[project]
name = "litellm"
version = "1.91.1"
version = "1.91.2"
description = "Library to easily interface with LLM API providers"
readme = "README.md"
requires-python = ">=3.10, <3.14"
@ -269,7 +269,7 @@ source-exclude = [
profile = "black"
[tool.commitizen]
version = "1.91.1"
version = "1.91.2"
version_files = [
"pyproject.toml:^version",
]

2
uv.lock generated
View file

@ -3232,7 +3232,7 @@ wheels = [
[[package]]
name = "litellm"
version = "1.91.1"
version = "1.91.2"
source = { editable = "." }
dependencies = [
{ name = "aiohttp" },