From a700bc126f43e033472bc94eea6f66aaee3edd1a Mon Sep 17 00:00:00 2001 From: CaptainB Date: Fri, 15 Aug 2025 16:26:32 +0800 Subject: [PATCH] fix: update pypdf dependency to version 6.0.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e4f4a3052..91a1cfd84 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -67,7 +67,7 @@ python-docx = "1.2.0" xlrd = "2.0.2" xlwt = "1.3.0" pymupdf = "1.26.3" -pypdf = "5.7.0" +pypdf = "6.0.0" # 音频处理 pydub = "0.25.1"