Skip to content

Commit

Permalink
Unpin cattrs (#20872)
Browse files Browse the repository at this point in the history
This was pinned because of issue mentioned in apache/airflow#16172 . However this was fixed in 1.8.0 of cattrs by python-attrs/cattrs#151

Changelog entry - https://cattrs.readthedocs.io/en/latest/history.html#id9

GitOrigin-RevId: 88814587d451be7493e005e4d477609a39caa1d9
  • Loading branch information
kaxil authored and Cloud Composer Team committed Aug 27, 2022
1 parent da574ed commit 7286a71
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,7 @@ install_requires =
attrs>=20.0, <21.0
blinker
cached_property~=1.5;python_version<="3.7"
# cattrs >= 1.7.0 break lineage - see https://github.com/apache/airflow/issues/16172
cattrs~=1.1, <1.7.0
cattrs~=1.1, !=1.7.*
# Required by vendored-in connexion
clickclick>=1.2
colorlog>=4.0.2, <6.0
Expand Down

0 comments on commit 7286a71

Please sign in to comment.