This is an automated email from the ASF dual-hosted git repository.

kaxilnaik pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git


The following commit(s) were added to refs/heads/main by this push:
     new a1d9172  Limit colorlog version (6.x is incompatible) (#18099)
a1d9172 is described below

commit a1d91725bf7c842a72a9c174fecf9d9fc41ac5e5
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.
---
 setup.cfg | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/setup.cfg b/setup.cfg
index ef4f76f..eecc500 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -91,7 +91,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"

Reply via email to