From d42517b7ed563272614767a026cce619aedc0c55 Mon Sep 17 00:00:00 2001 From: Justin Hayes Date: Sun, 28 Apr 2024 11:43:57 -0400 Subject: [PATCH] Update LiteLLM (and Gunicorn) --- backend/requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index 336cae17a..4ae93ca0b 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -19,8 +19,8 @@ psycopg2-binary pymysql bcrypt -litellm==1.35.17 -litellm[proxy]==1.35.17 +litellm==1.35.28 +litellm[proxy]==1.35.28 boto3