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
After requestslifted its upper bound on urllib3 from 1.27 to <3 in its recent v2.30.0 (2023-05-03), it will be necessary to reintroduce an upper bound on urllib3 for the moment.
Specifically, I was seeing this failure with pip install -r arches/install/requirements.txt:
After
requests
lifted its upper bound onurllib3
from 1.27 to <3 in its recent v2.30.0 (2023-05-03), it will be necessary to reintroduce an upper bound onurllib3
for the moment.Specifically, I was seeing this failure with
pip install -r arches/install/requirements.txt
:I plan to submit a PR shortly.
The text was updated successfully, but these errors were encountered: