From 3b1c5df288c0c790e23b91eaf2ce2b6cbbbe1faa Mon Sep 17 00:00:00 2001 From: Ishaan Jaff Date: Wed, 2 Jul 2025 20:33:29 -0700 Subject: [PATCH] =?UTF-8?q?Revert=20"bump:=20version=201.74.0=20=E2=86=92?= =?UTF-8?q?=201.75.0"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit e1c801a1a92a8de8d22134860430c6083db8362d. --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 5ba9927fd2..2920229f0b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "litellm" -version = "1.75.0" +version = "1.73.7" description = "Library to easily interface with LLM API providers" authors = ["BerriAI"] license = "MIT" @@ -141,7 +141,7 @@ requires = ["poetry-core", "wheel"] build-backend = "poetry.core.masonry.api" [tool.commitizen] -version = "1.75.0" +version = "1.73.7" version_files = [ "pyproject.toml:^version" ]