From c09e61d50c8f169187cada6dbf14b89c7763c63f Mon Sep 17 00:00:00 2001 From: Simon L Date: Wed, 3 Mar 2021 12:25:21 +0100 Subject: [PATCH] Incompatible with httpcore 0.12.0 (#1495) --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.*",