Update PyMuPDF to >=1.24.0 for Python 3.14+ compatibility (fixes wheel build error)

This commit is contained in:
2025-12-12 10:20:11 +11:00
parent 5e62fc132f
commit c561c8ba1a

View File

@@ -23,7 +23,7 @@ httpx==0.25.2
# File Handling
Pillow==10.4.0
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
python-dotenv==1.0.0