We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
idna-3 has been released on Jan 1st. However, requests still requires idna<3 preventing a lot of projects from upgrading.
requests supporting idna-3.1
requests force idna<3
Errr, install requests? ;-)
$ python -m requests.help { "chardet": { "version": "4.0.0" }, "cryptography": { "version": "3.4.7" }, "idna": { "version": "2.10" }, "implementation": { "name": "CPython", "version": "3.9.4" }, "platform": { "release": "5.11.16-gentoo-dist", "system": "Linux" }, "pyOpenSSL": { "openssl_version": "101010bf", "version": "20.0.1" }, "requests": { "version": "2.25.1" }, "system_ssl": { "version": "101010bf" }, "urllib3": { "version": "1.26.4" }, "using_pyopenssl": true }
The text was updated successfully, but these errors were encountered:
Hi @mgorny, this is a duplicate of #5710. Please be sure to check open issues before posting new ones. Thanks!
Sorry, something went wrong.
No branches or pull requests
idna-3 has been released on Jan 1st. However, requests still requires idna<3 preventing a lot of projects from upgrading.
Expected Result
requests supporting idna-3.1
Actual Result
requests force idna<3
Reproduction Steps
Errr, install requests? ;-)
System Information
The text was updated successfully, but these errors were encountered: