From 307a4aded9a83c3f1af6b50b982cf85772c15987 Mon Sep 17 00:00:00 2001 From: Christine Chen Date: Wed, 28 Oct 2020 15:32:55 -0400 Subject: [PATCH] Update cryptography dependency pin --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 311ec0599..5a571f9ba 100644 --- a/setup.py +++ b/setup.py @@ -200,7 +200,7 @@ def _get_arrow_lib_as_linker_input(self): 'pycryptodomex>=3.2,!=3.5.0,<4.0.0', 'pyOpenSSL>=16.2.0,<21.0.0', 'cffi>=1.9,<1.15', - 'cryptography>=2.5.0,<3.0.0', + 'cryptography>=2.5.0,<4.0.0', 'pyjwt<2.0.0', 'idna<2.11', 'oscrypto<2.0.0',