From 6f3b83ab1b38a746f0a72ae84a487b4f6e9298ca Mon Sep 17 00:00:00 2001 From: tazlin Date: Sat, 16 Sep 2023 06:46:55 -0400 Subject: [PATCH] fix: security issue with pillow+webp --- requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/requirements.txt b/requirements.txt index bc57d4ce..55521ceb 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,6 @@ --extra-index-url https://download.pytorch.org/whl/cu118 torch # We have to place it here otherwise it installs the CPU version +Pillow>=10.0.1 pydantic==1.10.12 horde_model_reference~=0.2.2 transformers==4.30.2