From cb0cf1864e923ca1c081beb9848714b4e3377b75 Mon Sep 17 00:00:00 2001 From: Stephen Freund Date: Tue, 24 Dec 2024 10:57:39 -0500 Subject: [PATCH] Pinned litellm version To avoid future issues with updates to litellm. --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ebaea52..b1315bd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,7 +19,7 @@ dependencies = [ "traitlets>=5.14.1", "ipdb>=0.13.13", "ipython>=8.18.1", - "litellm>=1.37.9", + "litellm==1.55.9", "PyYAML>=6.0.1", "ipyflow>=0.0.130", "numpy>=1.26.3",