Incompatible with httpcore 0.12.0 (#1495)

This commit is contained in:
Simon L 2021-03-03 12:25:21 +01:00 committed by GitHub
parent 06559f8266
commit c09e61d50c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -59,7 +59,7 @@ setup(
"certifi",
"sniffio",
"rfc3986[idna2008]>=1.3,<2",
"httpcore==0.12.*",
"httpcore>=0.12.1,<0.13",
],
extras_require={
"http2": "h2==3.*",