Skip to content

Commit 4ba0039

Browse files
committed
🚑 fix: Downgrade PyPDF2 version to 3.0.1 in requirements.txt
1 parent be986b0 commit 4ba0039

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ llama-index-vector-stores-chroma==0.4.1
1212

1313
# Document processing
1414
python-docx==1.1.0
15-
PyPDF2==3.0.2
15+
PyPDF2==3.0.1
1616

1717
# Utilities
1818
requests==2.32.0

0 commit comments

Comments
 (0)