ashb commented on a change in pull request #4838: [AIRFLOW-4012] - Upgrade
tabulate to 0.8.3
URL: https://github.com/apache/airflow/pull/4838#discussion_r262599568
##########
File path: setup.py
##########
@@ -317,7 +317,7 @@ def do_setup():
'requests>=2.20.0, <3',
'setproctitle>=1.1.8, <2',
'sqlalchemy>=1.1.15, <1.3.0',
- 'tabulate>=0.7.5, <=0.8.2',
+ 'tabulate>=0.7.5, <=0.8.3',
Review comment:
Should we change it to `>=0.7.5, <0.9` instead?
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services