From b05212acbd886d7df590e0a072063e9a4b182a35 Mon Sep 17 00:00:00 2001 From: CaptainB Date: Mon, 15 Jun 2026 13:57:04 +0800 Subject: [PATCH] fix: update pypdf version to 6.12.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e437804e04b..b54d8fcbcfa 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -52,7 +52,7 @@ dependencies = [ "python-docx==1.2.0", "xlrd==2.0.2", "xlwt==1.3.0", - "pypdf==6.10.2", + "pypdf==6.12.0", "pydub==0.25.1", "pysilk==0.0.1", "gunicorn==23.0.0",