Skip to content

Commit cf46f26

Browse files
fix(DATAGO-130869): bump pypdf for sam-rag (#152)
1 parent 019e8b6 commit cf46f26

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sam-rag/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ classifiers = [
2929
]
3030
dependencies = [
3131
"pdfplumber>=0.11.7,<1", # For high-quality PDF processing (MIT License)
32-
"pypdf>=6.9.1,<7", # For PDF processing fallback (BSD License)
32+
"pypdf>=6.9.2,<7", # For PDF processing fallback (BSD License)
3333
"python-docx==1.2.0", # For DOCX processing
3434
"beautifulsoup4==4.13.5", # For HTML processing
3535
"pandas==2.3.2", # For Excel processing

0 commit comments

Comments
 (0)