bump: version 1.93.1 → 1.93.2

This commit is contained in:
Yuneng Jiang 2026-08-08 13:16:53 -07:00
parent c5113d4e5b
commit d7a85d9904
No known key found for this signature in database
2 changed files with 4 additions and 4 deletions

View file

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

4
uv.lock generated
View file

@ -10,7 +10,7 @@ resolution-markers = [
]
[options]
exclude-newer = "2026-08-05T20:16:23.412533Z"
exclude-newer = "2026-08-05T20:16:46.189128Z"
exclude-newer-span = "P3D"
[manifest]
@ -3732,7 +3732,7 @@ wheels = [
[[package]]
name = "litellm"
version = "1.93.1"
version = "1.93.2"
source = { editable = "." }
dependencies = [
{ name = "aiohttp" },