From 08a9323fdad3408f4c7ff1c057171665d3083feb Mon Sep 17 00:00:00 2001 From: Patrick Gray Date: Mon, 23 Jun 2025 18:21:19 +0000 Subject: [PATCH] litellm - bug in v1.73.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 4bb69ce87..0fa4ced15 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -65,7 +65,7 @@ docs = [ "sphinx-autodoc-typehints>=1.12.0,<2.0.0", ] litellm = [ - "litellm>=1.72.6,<2.0.0", + "litellm>=1.72.6,<1.73.0", ] llamaapi = [ "llama-api-client>=0.1.0,<1.0.0",