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
#460 added a dependency on urllib3>=2.0.7, but this version of urllib3 no longer supports Python 3.6 (https://github.com/urllib3/urllib3/blob/2.0.7/pyproject.toml). However, since the setup.py was not updated accordingly, Python 3.6 will still attempt to install versions after PR 245, resulting in the following error.
#460 added a dependency on
urllib3>=2.0.7
, but this version of urllib3 no longer supports Python 3.6 (https://github.com/urllib3/urllib3/blob/2.0.7/pyproject.toml). However, since thesetup.py
was not updated accordingly, Python 3.6 will still attempt to install versions after PR 245, resulting in the following error.The text was updated successfully, but these errors were encountered: