From f74d9f19630e397abc7f3593e9c4cea3f072ad08 Mon Sep 17 00:00:00 2001 From: Krrish Dholakia Date: Tue, 5 Aug 2025 22:03:47 -0700 Subject: [PATCH] fix(pyproject.toml): fix version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 90c5c9fdb9..c4a0ed0477 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "litellm" -version = "1.75.0" +version = "1.75.2" description = "Library to easily interface with LLM API providers" authors = ["BerriAI"] license = "MIT"