Skip to content

Commit 5c027a6

Browse files
kaxilAlice Berard
authored and
Alice Berard
committed
[AIRFLOW-2476] Allow tabulate up to 0.8.2 (apache#3835)
1 parent 37d1f08 commit 5c027a6

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
@@ -322,7 +322,7 @@ def do_setup():
322322
'requests>=2.5.1, <3',
323323
'setproctitle>=1.1.8, <2',
324324
'sqlalchemy>=1.1.15, <1.2.0',
325-
'tabulate>=0.7.5, <0.8.0',
325+
'tabulate>=0.7.5, <=0.8.2',
326326
'tenacity==4.8.0',
327327
'thrift>=0.9.2',
328328
'tzlocal>=1.4',

0 commit comments

Comments
 (0)