diff --git a/pyproject.toml b/pyproject.toml index 0563d0e6093..28553b3f026 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "litellm" -version = "1.85.4" +version = "1.85.5" 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.4" +version = "1.85.5" version_files = [ "pyproject.toml:^version", ] diff --git a/uv.lock b/uv.lock index 97d007a3843..045ee6d100e 100644 --- a/uv.lock +++ b/uv.lock @@ -9,7 +9,7 @@ resolution-markers = [ ] [options] -exclude-newer = "2026-05-30T01:59:13.763795Z" +exclude-newer = "2026-06-08T01:27:07.799499Z" exclude-newer-span = "P3D" [manifest] @@ -3189,7 +3189,7 @@ wheels = [ [[package]] name = "litellm" -version = "1.85.4" +version = "1.85.5" source = { editable = "." } dependencies = [ { name = "aiohttp" },