From 17266e5aa0b8066d0ecfb085d7d97867a0fbd2a8 Mon Sep 17 00:00:00 2001 From: Kaxil Naik Date: Fri, 14 Jan 2022 16:59:15 +0530 Subject: [PATCH 1/2] Unpin ``cattrs`` This was pinned because of issue mentioned in https://github.com/apache/airflow/issues/16172 . However this was fixed in 1.8.0 of cattrs by https://github.com/python-attrs/cattrs/issues/151 Changelog entry - https://cattrs.readthedocs.io/en/latest/history.html#id9 --- setup.cfg | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/setup.cfg b/setup.cfg index 98326b4a77ed7..697ad77d0a15d 100644 --- a/setup.cfg +++ b/setup.cfg @@ -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 # Required by vendored-in connexion clickclick>=1.2 colorlog>=4.0.2, <6.0 From a2e6dc57f618d102ef40c3866ddbae29ba850701 Mon Sep 17 00:00:00 2001 From: Kaxil Naik Date: Fri, 14 Jan 2022 19:08:38 +0530 Subject: [PATCH 2/2] Update setup.cfg Co-authored-by: Ash Berlin-Taylor --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 697ad77d0a15d..e5b732f06fcdb 100644 --- a/setup.cfg +++ b/setup.cfg @@ -85,7 +85,7 @@ install_requires = attrs>=20.0, <21.0 blinker cached_property~=1.5;python_version<="3.7" - cattrs~=1.1 + cattrs~=1.1, !=1.7.* # Required by vendored-in connexion clickclick>=1.2 colorlog>=4.0.2, <6.0