From 68bce90754a546d15ea9a5fa75ff324da3a18086 Mon Sep 17 00:00:00 2001 From: Maximilian Hils Date: Mon, 22 Nov 2021 12:52:37 +0100 Subject: [PATCH] require cryptography 36+ 3.3+ should mostly work fine, but our tests cover v36-specific behavior --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index b41c456bc..934affc8e 100644 --- a/setup.py +++ b/setup.py @@ -72,7 +72,7 @@ setup( "Brotli>=1.0,<1.1", "certifi>=2019.9.11", # no semver here - this should always be on the last release! "click>=7.0,<8.1", - "cryptography>=3.3,<37,!=35", + "cryptography>=36,<37", "flask>=1.1.1,<2.1", "h11>=0.11,<0.13", "h2>=4.1,<5",