From c561c8ba1a6021a1512f6179c88c9219aae49962 Mon Sep 17 00:00:00 2001 From: jessikitty Date: Fri, 12 Dec 2025 10:20:11 +1100 Subject: [PATCH] Update PyMuPDF to >=1.24.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 06cf8fc..9f80806 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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