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 @@ -27,3 +27,4 @@ rsa>=4.7 # not directly required, pinned by Snyk to avoid a vulnerability
zipp>=3.19.1 # not directly required, pinned by Snyk to avoid a vulnerability
pyarrow>=14.0.1
pytest
urllib3>=2.6.0 # 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.

Bug: urllib3 v2 pin may break installs

Adding urllib3>=2.6.0 can introduce install/runtime breakage in environments that don’t meet urllib3 v2’s platform constraints (notably newer OpenSSL and Python versions) and can also create dependency resolution conflicts if any transitive dependency effectively requires urllib3<2.

Fix in Cursor Fix in Web

Loading