Skip to content

Commit 291fe71

Browse files
Damienclaudehappy-otter
committed
fix(deps): remove obsolete pdfminer (Py2 legacy) — keep pdfminer.six only
The two packages both install to /pdfminer/, so pdfminer (last release 2019, Python 2 era) shadows pdfminer.six (the maintained successor). This breaks pdfplumber with: ImportError: cannot import name 'PDFStackT' from 'pdfminer.pdfinterp' pdfminer.six is the correct dependency for all modern PDF tooling (pdfplumber, markitdown, etc.). The legacy pdfminer entry was a bug from the initial commit. Generated with [Claude Code](https://claude.ai/code) via [Happy](https://happy.engineering) Co-Authored-By: Claude <noreply@anthropic.com> Co-Authored-By: Happy <yesreply@happy.engineering>
1 parent b263215 commit 291fe71

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

docker/requirements/python-documents.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ PyPDF2>=3.0
55
pypdf>=4.0
66
pdfplumber>=0.10
77
pdfminer.six>=20221105
8-
pdfminer>=20191125
98
pdf2image>=1.16
109
reportlab>=4.0
1110

0 commit comments

Comments
 (0)