Skip to content

Commit

Permalink
Relax the version constraint of rich (#15531)
Browse files Browse the repository at this point in the history
`rich` is used in cli to print tables to the terminal, as well as in settings.py to print deprecation warnings. Neither uses require the version constraint.

fixes #15529
  • Loading branch information
yuqian90 authored May 15, 2021
1 parent dcb8932 commit 6b46af1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ install_requires =
# More info: https://github.com/apache/airflow/issues/13149#issuecomment-748705193
python3-openid~=3.2
requests>=2.20.0
rich==9.2.0
rich>=9.2.0
setproctitle>=1.1.8, <2
# SQLAlchemy 1.4 breaks sqlalchemy-utils https://github.com/kvesteri/sqlalchemy-utils/issues/505
sqlalchemy>=1.3.18, <1.4
Expand Down

0 comments on commit 6b46af1

Please sign in to comment.