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
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ openai~=1.37.1
mistralai~=0.4.2
python-dotenv~=1.0.1
ipykernel~=6.29.5
zipp>=3.19.1 # not directly required, pinned by Snyk to avoid a vulnerability

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

medium

For more deterministic builds and to avoid potential breaking changes in future updates, it's a best practice to pin security-patched dependencies to an exact version using == instead of a flexible one like >=. This ensures that every environment uses the exact same version of the dependency that is known to be secure and compatible.

zipp==3.19.1 # not directly required, pinned by Snyk to avoid a vulnerability