From a94d8bcd875df7dd985587abf605e2d320356aff Mon Sep 17 00:00:00 2001 From: Friedrich Lindenberg Date: Tue, 11 Jul 2023 12:01:46 +0200 Subject: [PATCH] pin click to avoid type check errors --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index cbb716935..4c75cafe1 100644 --- a/setup.py +++ b/setup.py @@ -35,7 +35,7 @@ "types-PyYAML", "sqlalchemy2-stubs", "banal >= 1.0.1, < 1.1.0", - "click >= 8.0, < 9.0.0", + "click >= 8.0, < 8.1.4", "stringcase >= 1.2.0, < 2.0.0", "requests >= 2.21.0, < 3.0.0", "python-levenshtein >= 0.12.0, < 1.0.0",