Merge pull request #29464 from BerriAI/litellm_bump_1_85_3

bump: version 1.85.2 → 1.85.3
This commit is contained in:
Mateo Wang 2026-06-01 19:02:53 -07:00 committed by GitHub
commit a8183a642d
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.85.2"
version = "1.85.3"
description = "Library to easily interface with LLM API providers"
readme = "README.md"
requires-python = ">=3.10, <3.14"
@ -250,7 +250,7 @@ source-exclude = [
profile = "black"
[tool.commitizen]
version = "1.85.2"
version = "1.85.3"
version_files = [
"pyproject.toml:^version",
]

4
uv.lock generated
View file

@ -9,7 +9,7 @@ resolution-markers = [
]
[options]
exclude-newer = "2026-05-24T07:23:21.190322Z"
exclude-newer = "2026-05-30T01:59:13.763795Z"
exclude-newer-span = "P3D"
[manifest]
@ -3189,7 +3189,7 @@ wheels = [
[[package]]
name = "litellm"
version = "1.85.2"
version = "1.85.3"
source = { editable = "." }
dependencies = [
{ name = "aiohttp" },