Fix: key error "content" #12844 (#12847)

### What problem does this PR solve?

Fix: key error "content" #12844

### Type of change

- [x] Bug Fix (non-breaking change which fixes an issue)

---------

Co-authored-by: Kevin Hu <kevinhu.sh@gmail.com>
This commit is contained in:
Magicbook1108
2026-01-28 14:39:34 +08:00
committed by GitHub
parent 15a534909f
commit 2c4499ec45
3 changed files with 11 additions and 7 deletions

View File

@ -79,7 +79,7 @@ dependencies = [
"pyobvector==0.2.22",
"pyodbc>=5.2.0,<6.0.0",
"pypandoc>=1.16",
"pypdf==6.4.0",
"pypdf>=6.6.2",
"pypdf2>=3.0.1,<4.0.0",
"python-calamine>=0.4.0",
"python-docx>=1.1.2,<2.0.0",