Skip to content
New issue

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 is not supported #5804

Closed
mgorny opened this issue Apr 28, 2021 · 1 comment
Closed

idna-3 is not supported #5804

mgorny opened this issue Apr 28, 2021 · 1 comment

Comments

@mgorny
Copy link
Contributor

mgorny commented Apr 28, 2021

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

$ 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
}
@nateprewitt
Copy link
Member

Hi @mgorny, this is a duplicate of #5710. Please be sure to check open issues before posting new ones. Thanks!

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Aug 27, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants