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.txt
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ tqdm==4.50.0
traitlets==5.9.0
typish==1.9.3
uri-template==1.2.0
urllib3==1.25.11
urllib3==2.6.3
Copy link

Choose a reason for hiding this comment

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

urllib3 major version breaks requests and sentry-sdk compatibility

High Severity

Upgrading urllib3 from 1.25.11 to 2.6.3 is a major version change that breaks compatibility with requests==2.22.0 (line 90) and sentry-sdk==1.9.0 (line 96). The requests library only added urllib3 2.x support in version 2.29.0, and sentry-sdk 1.9.0 also requires urllib3 1.x. This will cause runtime failures because urllib3 2.0 removed deprecated APIs that these older libraries depend on. The PR warnings confirm this dependency conflict.

Fix in Cursor Fix in Web

wandb==0.13.10
wcwidth==0.2.6
webcolors==1.12
Expand Down
Loading