From 9df9c19ab39c89044f66b665af061fde04b5d075 Mon Sep 17 00:00:00 2001 From: Ishaan Jaff Date: Mon, 15 Apr 2024 17:52:50 -0700 Subject: [PATCH] fix - gemini bug with pillow --- requirements.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/requirements.txt b/requirements.txt index 26f1dbd35..e44f04334 100644 --- a/requirements.txt +++ b/requirements.txt @@ -26,6 +26,8 @@ apscheduler==3.10.4 # for resetting budget in background fastapi-sso==0.10.0 # admin UI, SSO pyjwt[crypto]==2.8.0 python-multipart==0.0.9 # admin UI +Pillow==10.0.1 + ### LITELLM PACKAGE DEPENDENCIES python-dotenv>=0.2.0 # for env tiktoken>=0.4.0 # for calculating usage