diff --git a/setup.py b/setup.py index 0c59851011..0f1b2864ff 100644 --- a/setup.py +++ b/setup.py @@ -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.*",