Skip to content

Commit

Permalink
Incompatible with httpcore 0.12.0 (#1495)
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon-Le authored Mar 3, 2021
1 parent 06559f8 commit c09e61d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ def get_packages(package):
"certifi",
"sniffio",
"rfc3986[idna2008]>=1.3,<2",
"httpcore==0.12.*",
"httpcore>=0.12.1,<0.13",
],
extras_require={
"http2": "h2==3.*",
Expand Down

0 comments on commit c09e61d

Please sign in to comment.