From 327d0fb4a3c3f4c05bbef9f697655dfdf6ccb085 Mon Sep 17 00:00:00 2001 From: mateo Date: Tue, 7 Jul 2026 20:42:35 +0000 Subject: [PATCH] bump: version 1.90.4 Co-Authored-By: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> --- pyproject.toml | 4 ++-- uv.lock | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index cfab1b0ae49..e088e0c0484 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "litellm" -version = "1.90.3" +version = "1.90.4" 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.3" +version = "1.90.4" version_files = [ "pyproject.toml:^version", ] diff --git a/uv.lock b/uv.lock index 77e6a5c562d..2c0ff2c0a0f 100644 --- a/uv.lock +++ b/uv.lock @@ -3245,7 +3245,7 @@ wheels = [ [[package]] name = "litellm" -version = "1.90.3" +version = "1.90.4" source = { editable = "." } dependencies = [ { name = "aiohttp" },