From 608f1c037e609c25d9d15b393352ac3c5a92ed86 Mon Sep 17 00:00:00 2001 From: Mandana Vaziri Date: Mon, 3 Feb 2025 16:34:28 -0500 Subject: [PATCH] lowered lower bound of litellm to 1.57.3 (#365) * lowered lower bound of litellm to 1.57.3 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 14206727..30cf968e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ dependencies = [ "jinja2~=3.0", "PyYAML~=6.0", "jsonschema~=4.0", - "litellm>=1.59.6,<1.59.9", + "litellm>=1.57.3,<1.59.9", "termcolor~=2.0", "ipython~=8.0", ]