From 3b7b65d46cdeff62c478a9ea4ac3734a8b4da365 Mon Sep 17 00:00:00 2001 From: Pere Miquel Brull Date: Tue, 29 Mar 2022 07:58:41 +0200 Subject: [PATCH] Upper bound click req (#3724) --- ingestion/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ingestion/setup.py b/ingestion/setup.py index cd670e980b3..024c01217da 100644 --- a/ingestion/setup.py +++ b/ingestion/setup.py @@ -26,7 +26,7 @@ base_requirements = { "openmetadata-ingestion-core==0.9.0", "commonregex", "idna<3,>=2.5", - "click>=7.1.1", + "click>=7.1.1,<8", "typing_extensions>=3.7.4", "mypy_extensions>=0.4.3", "typing-inspect",