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 @@ -146,7 +146,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

While this upgrade is necessary, this requirements.txt file has severe structural problems. It contains multiple duplicate dependencies (e.g., tiktoken on lines 123 and 140, psycopg2 on lines 92 and 141, pytest on lines 99 and 143, and Pillow on lines 89 and 151). These duplicates, along with the numerous version conflicts mentioned in the Snyk report in the PR description, make the dependency set unstable and likely to cause build or runtime failures. These issues should be addressed urgently.

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