From 553af5f783142c5a872b578f2995f82e362b3197 Mon Sep 17 00:00:00 2001 From: shaohuzhang1 <80892890+shaohuzhang1@users.noreply.github.com> Date: Thu, 18 Apr 2024 17:06:37 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=9B=BA=E5=AE=9Apymupdf=E7=89=88?= =?UTF-8?q?=E6=9C=AC=20(#159)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d300f6195..35d4a42f0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,7 +29,7 @@ html2text = "^2024.2.26" langchain-openai = "^0.0.8" django-ipware = "^6.0.4" django-apscheduler = "^0.6.2" -pymupdf = "^1.24.0" +pymupdf = "1.24.1" python-docx = "^1.1.0" xlwt = "^1.3.0" dashscope = "^1.17.0"