From f05b6dda03994835a67f7423e1e20a89a75565d1 Mon Sep 17 00:00:00 2001 From: Kaxil Naik Date: Fri, 14 Jan 2022 20:29:29 +0530 Subject: [PATCH] Unpin ``cattrs`` (#20872) 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 GitOrigin-RevId: 88814587d451be7493e005e4d477609a39caa1d9 --- setup.cfg | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/setup.cfg b/setup.cfg index 98326b4a77e..e5b732f06fc 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, !=1.7.* # Required by vendored-in connexion clickclick>=1.2 colorlog>=4.0.2, <6.0