Skip to content

Commit

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

See apache#16172

For now we limit the cattrs to < 1.7.0

(cherry picked from commit 19eb7ef)
  • Loading branch information
potiuk committed Jun 22, 2021
1 parent b9d4ffb commit 79706e4
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 79706e4

Please sign in to comment.