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
charset-normalizer released version 3.0.0, requests require charset-normalizer <3, as a result packages can't be kept up to date (possible security issues left unpatched going forward)
The conflict is caused by:
The user requested charset-normalizer==3.0.0
requests 2.28.1 depends on charset-normalizer<3 and >=2
charset-normalizer released version 3.0.0, requests require charset-normalizer <3, as a result packages can't be kept up to date (possible security issues left unpatched going forward)
this is due to https://github.com/psf/requests/blob/main/setup.py#L62
Seems quite similar to and idna issue I fixed a while back at #5710
Expected Result
Be able to install requests with the latest version of the dependent package
Actual Result
Fails installing with the latest version of charset-normalizer
Reproduction Steps
Watch it fails
The text was updated successfully, but these errors were encountered: