From 9fa344f42a99db1af27b8ca126a2ea6b3c01d837 Mon Sep 17 00:00:00 2001 From: Andrew Gorcester Date: Thu, 2 Sep 2021 12:36:50 -0700 Subject: [PATCH] fix: temporarily pin google-crc32c to 1.1.2 to mitigate upstream issue affecting OS X Big Sur (#264) --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index b1ee5de8..f197b77b 100644 --- a/setup.py +++ b/setup.py @@ -24,7 +24,7 @@ REQUIREMENTS = [ - 'google-crc32c >= 1.0, < 2.0dev', + 'google-crc32c >= 1.0, <= 1.1.2', ] EXTRAS_REQUIRE = { 'requests': [