From 97c22c3d7795aa479dfe3bd44e1beecd91803217 Mon Sep 17 00:00:00 2001 From: Yuneng Jiang Date: Mon, 8 Jun 2026 18:12:44 -0700 Subject: [PATCH] =?UTF-8?q?bump:=20version=201.84.5=20=E2=86=92=201.84.6?= 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 f504893bef2..ed5c39ca1b2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "litellm" -version = "1.84.5" +version = "1.84.6" 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.5" +version = "1.84.6" version_files = [ "pyproject.toml:^version", ] diff --git a/uv.lock b/uv.lock index 178c1a8d241..2120a8f8983 100644 --- a/uv.lock +++ b/uv.lock @@ -3083,7 +3083,7 @@ wheels = [ [[package]] name = "litellm" -version = "1.84.5" +version = "1.84.6" source = { editable = "." } dependencies = [ { name = "aiohttp" },