Update PyMuPDF to >=1.24.0 for Python 3.14+ compatibility (fixes wheel build error)
This commit is contained in:
@@ -23,7 +23,7 @@ httpx==0.25.2
|
|||||||
# File Handling
|
# File Handling
|
||||||
Pillow==10.4.0
|
Pillow==10.4.0
|
||||||
PyPDF2==3.0.1
|
PyPDF2==3.0.1
|
||||||
PyMuPDF==1.23.8 # For PDF thumbnail generation
|
PyMuPDF>=1.24.0 # For PDF thumbnail generation (updated for Python 3.14+ compatibility)
|
||||||
|
|
||||||
# Environment Variables
|
# Environment Variables
|
||||||
python-dotenv==1.0.0
|
python-dotenv==1.0.0
|
||||||
|
|||||||
Reference in New Issue
Block a user