Upper bound click req (#3724)

This commit is contained in:
Pere Miquel Brull 2022-03-29 07:58:41 +02:00 committed by GitHub
parent 5325e0c350
commit 3b7b65d46c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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",