Update Pillow to >=11.0.0 for Python 3.14+ compatibility (fixes wheel build error)

This commit is contained in:
2025-12-12 10:22:48 +11:00
parent c561c8ba1a
commit 4930d9315c

View File

@@ -21,7 +21,7 @@ requests==2.31.0
httpx==0.25.2 httpx==0.25.2
# File Handling # File Handling
Pillow==10.4.0 Pillow>=11.0.0 # For image processing (updated for Python 3.14+ compatibility)
PyPDF2==3.0.1 PyPDF2==3.0.1
PyMuPDF>=1.24.0 # For PDF thumbnail generation (updated for Python 3.14+ compatibility) PyMuPDF>=1.24.0 # For PDF thumbnail generation (updated for Python 3.14+ compatibility)