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
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@ tenacity==8.2.2
tqdm==4.65.0
typing-inspect==0.8.0
typing_extensions==4.5.0
urllib3==1.26.15
urllib3==2.6.0
Copy link

Choose a reason for hiding this comment

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

Bug: urllib3 2.x incompatible with requests 2.29.0

Upgrading urllib3 to 2.6.0 creates a dependency conflict with requests==2.29.0, which only supports urllib3<2. The requests 2.29.0 release predates urllib3 2.x compatibility, which was added in requests 2.31.0. This incompatibility will cause import errors or installation failures at runtime. The PR warning itself notes this issue. Both requests and urllib3 need to be upgraded together.

Additional Locations (1)

Fix in Cursor Fix in Web

yarl==1.9.2