fix: 固定pymupdf版本 (#159)

This commit is contained in:
shaohuzhang1 2024-04-18 17:06:37 +08:00 committed by GitHub
parent b7199468ef
commit 553af5f783
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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"