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
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ typing-extensions==3.7.4.2
# mypy
uritemplate==3.0.1
# via coreapi
urllib3==1.26.4
urllib3==2.6.3

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Incompatible urllib3 version breaks requests library

High Severity

The urllib3 upgrade from 1.26.4 to 2.6.3 is incompatible with the pinned requests==2.25.1 dependency. The requests library version 2.25.1 requires urllib3>=1.21.1,<1.27 and does not support urllib3 2.x. Support for urllib3 2.0 was only added in requests version 2.31.0. This mismatch will cause import errors and runtime failures when using the requests library. The PR warning also explicitly notes this incompatibility.

Fix in Cursor Fix in Web

# via requests

# The following packages are considered to be unsafe in a requirements file:
Expand Down