We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 019e8b6 commit cf46f26Copy full SHA for cf46f26
1 file changed
sam-rag/pyproject.toml
@@ -29,7 +29,7 @@ classifiers = [
29
]
30
dependencies = [
31
"pdfplumber>=0.11.7,<1", # For high-quality PDF processing (MIT License)
32
- "pypdf>=6.9.1,<7", # For PDF processing fallback (BSD License)
+ "pypdf>=6.9.2,<7", # For PDF processing fallback (BSD License)
33
"python-docx==1.2.0", # For DOCX processing
34
"beautifulsoup4==4.13.5", # For HTML processing
35
"pandas==2.3.2", # For Excel processing
0 commit comments