diff --git a/pyproject.toml b/pyproject.toml index 50b08e718ec..95f1646a697 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "litellm" -version = "1.84.3" +version = "1.84.4" description = "Library to easily interface with LLM API providers" readme = "README.md" requires-python = ">=3.10, <3.14" @@ -242,7 +242,7 @@ source-exclude = [ profile = "black" [tool.commitizen] -version = "1.84.3" +version = "1.84.4" version_files = [ "pyproject.toml:^version", ] diff --git a/uv.lock b/uv.lock index 86753fbd711..2624670f84c 100644 --- a/uv.lock +++ b/uv.lock @@ -9,7 +9,7 @@ resolution-markers = [ ] [options] -exclude-newer = "2026-05-24T07:50:00.208911Z" +exclude-newer = "2026-05-28T03:42:45.028694Z" exclude-newer-span = "P3D" [manifest] @@ -3083,7 +3083,7 @@ wheels = [ [[package]] name = "litellm" -version = "1.84.3" +version = "1.84.4" source = { editable = "." } dependencies = [ { name = "aiohttp" },