Skip to content

Commit

Permalink
Bump cattrs version
Browse files Browse the repository at this point in the history
  • Loading branch information
Radek Tomšej authored and potiuk committed Aug 12, 2022
1 parent 1b84048 commit 198fb6f
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 198fb6f

Please sign in to comment.