bump: litellm 1.95.0 -> 1.96.0 (#35254)

This commit is contained in:
yuneng-jiang 2026-07-30 12:12:13 -07:00 committed by GitHub
parent 8bb8628ab5
commit 4eecf7a050
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.95.0"
version = "1.96.0"
description = "Library to easily interface with LLM API providers"
readme = "README.md"
requires-python = ">=3.10, <3.15"
@ -302,7 +302,7 @@ members = ["enterprise", "litellm-proxy-extras"]
profile = "black"
[tool.commitizen]
version = "1.95.0"
version = "1.96.0"
version_files = [
"pyproject.toml:^version",
]

4
uv.lock generated
View file

@ -10,7 +10,7 @@ resolution-markers = [
]
[options]
exclude-newer = "2026-07-24T16:43:28.506903Z"
exclude-newer = "2026-07-27T18:40:42.08538Z"
exclude-newer-span = "P3D"
[manifest]
@ -4116,7 +4116,7 @@ wheels = [
[[package]]
name = "litellm"
version = "1.95.0"
version = "1.96.0"
source = { editable = "." }
dependencies = [
{ name = "aiohttp" },