From 4930d9315c976317a44b5c65f3f17c3de199507c Mon Sep 17 00:00:00 2001 From: jessikitty Date: Fri, 12 Dec 2025 10:22:48 +1100 Subject: [PATCH] Update Pillow to >=11.0.0 for Python 3.14+ compatibility (fixes wheel build error) --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 9f80806..b4b4a8d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -21,7 +21,7 @@ requests==2.31.0 httpx==0.25.2 # File Handling -Pillow==10.4.0 +Pillow>=11.0.0 # For image processing (updated for Python 3.14+ compatibility) PyPDF2==3.0.1 PyMuPDF>=1.24.0 # For PDF thumbnail generation (updated for Python 3.14+ compatibility)