From d7a85d9904f16ce937cb61e600a6544fd7c3256b Mon Sep 17 00:00:00 2001 From: Yuneng Jiang Date: Sat, 8 Aug 2026 13:16:53 -0700 Subject: [PATCH] =?UTF-8?q?bump:=20version=201.93.1=20=E2=86=92=201.93.2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyproject.toml | 4 ++-- uv.lock | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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" },