You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Recent versions of requests use "urllib3>=1.21.1,<3", but this project still constrains to <2, making it incompatible with modules that require urllib3 >=2. Is there a reason for not updating the constraint?
Recent versions of
requestsuse"urllib3>=1.21.1,<3", but this project still constrains to<2, making it incompatible with modules that require urllib3 >=2. Is there a reason for not updating the constraint?