From 01363fee3d919693e07c0dce49431abbff239d1b Mon Sep 17 00:00:00 2001 From: mateo-berri <277851410+mateo-berri@users.noreply.github.com> Date: Thu, 2 Jul 2026 21:22:16 -0700 Subject: [PATCH] =?UTF-8?q?bump:=20version=201.90.2=20=E2=86=92=201.90.3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyproject.toml | 4 ++-- uv.lock | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 063a32f0138..cfab1b0ae49 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "litellm" -version = "1.90.2" +version = "1.90.3" description = "Library to easily interface with LLM API providers" readme = "README.md" requires-python = ">=3.10, <3.14" @@ -272,7 +272,7 @@ source-exclude = [ profile = "black" [tool.commitizen] -version = "1.90.2" +version = "1.90.3" version_files = [ "pyproject.toml:^version", ] diff --git a/uv.lock b/uv.lock index a48c2ac373e..77e6a5c562d 100644 --- a/uv.lock +++ b/uv.lock @@ -3245,7 +3245,7 @@ wheels = [ [[package]] name = "litellm" -version = "1.90.2" +version = "1.90.3" source = { editable = "." } dependencies = [ { name = "aiohttp" },