Merge pull request #36570 from BerriAI/litellm_bump_version_1_96_2

bump: version 1.96.1 → 1.96.2 (1.96.1 burned by the PyPI storage failure)
This commit is contained in:
yuneng-jiang 2026-08-11 13:43:14 -07:00 committed by GitHub
commit 83d6d84bfb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 4 additions and 4 deletions

View file

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

4
uv.lock generated
View file

@ -10,7 +10,7 @@ resolution-markers = [
]
[options]
exclude-newer = "2026-08-08T02:01:05.094812Z"
exclude-newer = "2026-08-08T20:21:09.567144Z"
exclude-newer-span = "P3D"
[manifest]
@ -4116,7 +4116,7 @@ wheels = [
[[package]]
name = "litellm"
version = "1.96.1"
version = "1.96.2"
source = { editable = "." }
dependencies = [
{ name = "aiohttp" },