From a10991ad6d9dd57d8725b6716a8555a1794dd522 Mon Sep 17 00:00:00 2001 From: CaptainB Date: Tue, 19 Aug 2025 12:40:05 +0800 Subject: [PATCH] fix: update pypdf version to 6.0.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 52ea56180..3f6afe3ed 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -39,7 +39,7 @@ html2text = "2024.2.26" django-ipware = "6.0.5" django-apscheduler = "0.6.2" pymupdf = "1.24.9" -pypdf = "4.3.1" +pypdf = "6.0.0" rapidocr-onnxruntime = "1.3.24" python-docx = "1.1.2" xlwt = "1.3.0"