This is an automated email from the ASF dual-hosted git repository. kaxilnaik pushed a commit to branch v2-1-test in repository https://gitbox.apache.org/repos/asf/airflow.git
commit 9f98a7d4319f2b1c7cf88f026f7f8442ff7d6560 Author: Malthe Borch <[email protected]> AuthorDate: Thu Sep 9 00:05:34 2021 +0200 Limit colorlog version (6.x is incompatible) (#18099) The "color" method seems to have been removed. (cherry picked from commit a1d91725bf7c842a72a9c174fecf9d9fc41ac5e5) --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index d3c5f57..8774291 100644 --- a/setup.cfg +++ b/setup.cfg @@ -88,7 +88,7 @@ install_requires = cattrs~=1.1, <1.7.0;python_version>"3.6" # Required by vendored-in connexion clickclick>=1.2 - colorlog>=4.0.2 + colorlog>=4.0.2, <6.0 croniter>=0.3.17, <1.1 cryptography>=0.9.3 dataclasses;python_version<"3.7"
