Update Pillow to >=11.0.0 for Python 3.14+ compatibility (fixes wheel build error)
This commit is contained in:
@@ -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)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user