diff --git a/pyproject.toml b/pyproject.toml index 461ec96e3e2..7cad59f1a2e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "litellm" -version = "1.93.1" +version = "1.93.2" description = "Library to easily interface with LLM API providers" readme = "README.md" requires-python = ">=3.10, <3.15" @@ -287,7 +287,7 @@ members = ["enterprise", "litellm-proxy-extras"] profile = "black" [tool.commitizen] -version = "1.93.1" +version = "1.93.2" version_files = [ "pyproject.toml:^version", ] diff --git a/uv.lock b/uv.lock index 78574f77408..fddcdd8854f 100644 --- a/uv.lock +++ b/uv.lock @@ -10,7 +10,7 @@ resolution-markers = [ ] [options] -exclude-newer = "2026-08-05T20:16:23.412533Z" +exclude-newer = "2026-08-05T20:16:46.189128Z" exclude-newer-span = "P3D" [manifest] @@ -3732,7 +3732,7 @@ wheels = [ [[package]] name = "litellm" -version = "1.93.1" +version = "1.93.2" source = { editable = "." } dependencies = [ { name = "aiohttp" },