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