This is an automated email from the ASF dual-hosted git repository. ephraimanierobi pushed a commit to branch v2-3-test in repository https://gitbox.apache.org/repos/asf/airflow.git
commit 4e4be5a5e6df458a772e7649466c8f63633441a2 Author: Radek Tomšej <[email protected]> AuthorDate: Sat Aug 13 00:08:31 2022 +0200 Bump cattrs version (#25689) Co-authored-by: Radek Tomšej <[email protected]> (cherry picked from commit c0e637a57f109515fd8fd0158da5eeaf9f046d5c) --- setup.cfg | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/setup.cfg b/setup.cfg index 773c8b65cf..fb38696ec1 100644 --- a/setup.cfg +++ b/setup.cfg @@ -85,13 +85,9 @@ install_requires = # together with SQLAlchemy. Our experience with Alembic is that it very stable in minor version alembic>=1.5.1, <2.0 argcomplete>=1.10 - # We limit the version of attrs to work with the old version of cattrs - attrs>=20.0,<21.0 blinker cached_property>=1.5.0;python_version<="3.7" - # Cattrs upgrades were known to break lineage https://github.com/apache/airflow/issues/16172 - # TODO: Cattrs is now at 3.8 version so we should attempt to upgrade cattrs soon. - cattrs~=1.1, !=1.7.* + cattrs>=22.1.0 # Colorlog 6.x merges TTYColoredFormatter into ColoredFormatter, breaking backwards compatibility with 4.x # Update CustomTTYColoredFormatter to remove colorlog>=4.0.2, <5.0
