Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ pyrsistent==0.19.3
pytest==7.3.2
python-dateutil==2.8.2
python-dotenv==1.0.0
python-multipart==0.0.6
python-multipart==0.0.22
pytz==2023.3
PyYAML==6.0
qdrant-client==1.3.1
Expand Down Expand Up @@ -148,7 +148,7 @@ pre-commit==3.3.3
pytest-cov==4.1.0
pytest-mock==3.11.1
transformers==4.30.2
pypdf==3.11.0
pypdf==6.6.2

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

critical

The update of pypdf to version 6.6.2 is a significant change. However, the requirements.txt file still lists PyPDF2==3.0.1 at line 96. pypdf is the direct successor to PyPDF2, and having both specified can lead to dependency conflicts and unexpected behavior during package installation or runtime. It is crucial to consolidate to a single library, preferably pypdf, and remove the PyPDF2 entry.

python-pptx==0.6.21
Pillow==9.5.0
EbookLib==0.18
Expand Down
Loading