From 0dc44c94b31f83cf914923124e5e81b35e178b1a Mon Sep 17 00:00:00 2001 From: Chuck <33324927+ChuckBuilds@users.noreply.github.com> Date: Mon, 20 Oct 2025 09:09:55 -0400 Subject: [PATCH] Update requirements.txt (#122) clamp Pillow version under 12 to prevent imaging core error Signed-off-by: Chuck <33324927+ChuckBuilds@users.noreply.github.com> --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index ffacb9d1..8618a83f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -Pillow>=10.3.0 +Pillow>=10.4.0,<12.0.0 pytz==2023.3 requests>=2.32.0 timezonefinder==6.2.0 @@ -14,4 +14,4 @@ icalevents python-socketio python-engineio websockets -websocket-client \ No newline at end of file +websocket-client