fix: relax lower bound for pdfminer.six#4262
Conversation
|
@claude does this intro any CVEs? |
|
Claude finished @lawrence-u10d's task —— View job CVE Analysis: pdfminer.six Version ChangeNo CVEs introduced ✅ Version Change AnalysisThe PR changes the
This relaxes the minimum required version by 8 days (from January 7, 2026 to December 30, 2025). Security AssessmentThe version rollback does NOT introduce any CVEs for the following reasons:
Compatibility BenefitsThis change enables compatibility with tools like Recommendation: ✅ Safe to merge - no security concerns introduced. |
|
@claude when did that performance bump get added? Which PR? |
|
Claude finished @lawrence-u10d's task —— View job Finding Performance Bump DetailsTask Checklist:
Research FindingsAfter searching through the git history and CHANGELOG.md, I've found the key information: The Performance Bump (pdfminer.six 20260107) Details:
Key Timeline:
Missing Information: The CHANGELOG entry in 0.18.27 indicates this was when the performance fix was officially documented, but the actual implementation may have occurred in a different commit that's not immediately visible in the recent history. Would you like me to search more extensively through older git history to find the exact PR that first introduced this version constraint? |
The current lower bound for pdfminer.six is still too new for some commonly used file parsing tools like
pdfplumber. This PR lowers this bound so thatunstructuredis compatible with those tools.