You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by po...@apache.org on 2021/05/30 20:56:31 UTC

[airflow] branch limit-cattrs created (now 5b4e05d)

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

potiuk pushed a change to branch limit-cattrs
in repository https://gitbox.apache.org/repos/asf/airflow.git.


      at 5b4e05d  Cattrs 1.7.0 released by the end of May 2021 break lineage usage

This branch includes the following new commits:

     new 5b4e05d  Cattrs 1.7.0 released by the end of May 2021 break lineage usage

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


[airflow] 01/01: Cattrs 1.7.0 released by the end of May 2021 break lineage usage

Posted by po...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

potiuk pushed a commit to branch limit-cattrs
in repository https://gitbox.apache.org/repos/asf/airflow.git

commit 5b4e05de468ae52aebd93b35327827b424c2db2d
Author: Jarek Potiuk <ja...@potiuk.com>
AuthorDate: Sun May 30 22:48:45 2021 +0200

    Cattrs 1.7.0 released by the end of May 2021 break lineage usage
    
    See https://github.com/apache/airflow/issues/16172
    
    For now we limit the cattrs to < 1.7.0
---
 setup.cfg | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/setup.cfg b/setup.cfg
index fc438d4..46bf15b 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -83,7 +83,8 @@ install_requires =
     cached_property~=1.5;python_version<="3.7"
     # cattrs >= 1.1.0 dropped support for Python 3.6
     cattrs>=1.0, <1.1.0;python_version<="3.6"
-    cattrs~=1.1;python_version>"3.6"
+    # cattrs >= 1.7.0 break lineage - see https://github.com/apache/airflow/issues/16172
+    cattrs~=1.1, <1.7.0;python_version>"3.6"
     # Required by vendored-in connexion
     clickclick>=1.2
     colorlog>=4.0.2