Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Cattrs 1.7.0 released by the end of May 2021 break lineage usage (#16173
)

See #16172

For now we limit the cattrs to < 1.7.0
  • Loading branch information
potiuk committed May 30, 2021
1 parent 4bdf46d commit 19eb7ef
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.cfg
Expand Up @@ -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
Expand Down

0 comments on commit 19eb7ef

Please sign in to comment.