Skip to content

Commit ad95170

Browse files
kaxilashb
authored andcommitted
[AIRFLOW-2476] Allow tabulate up to 0.8.2 (apache#3835)
1 parent 2b596f0 commit ad95170

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,7 @@ def do_setup():
299299
'requests>=2.5.1, <3',
300300
'setproctitle>=1.1.8, <2',
301301
'sqlalchemy>=1.1.15, <1.2.0',
302-
'tabulate>=0.7.5, <0.8.0',
302+
'tabulate>=0.7.5, <=0.8.2',
303303
'tenacity==4.8.0',
304304
'thrift>=0.9.2',
305305
'tzlocal>=1.4',

0 commit comments

Comments
 (0)