From bb6ab205fe60fd9ae9a1465188540dbfe46cf048 Mon Sep 17 00:00:00 2001 From: Tom Christie Date: Fri, 20 Dec 2019 15:14:30 +0000 Subject: [PATCH] Upgrade h11 to support both 0.8 and 0.9 (#658) --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index a28e0e03..d1f15a12 100644 --- a/setup.py +++ b/setup.py @@ -54,7 +54,7 @@ setup( "certifi", "hstspreload", "chardet==3.*", - "h11==0.8.*", + "h11>=0.8,<0.10", "h2==3.*", "idna==2.*", "rfc3986>=1.3,<2", -- 2.47.3