Skip to content

Commit

Permalink
[AIRFLOW-2876] Update Tenacity to 4.12 (apache#3723)
Browse files Browse the repository at this point in the history
Tenacity 4.8 is not python 3.7 compatible because it contains
reserved keywords in the code
  • Loading branch information
Fokko authored and Tao Feng committed Jan 31, 2019
1 parent 0fef65a commit 05d4351
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@ def do_setup():
'setproctitle>=1.1.8, <2',
'sqlalchemy>=1.1.15, <1.3.0',
'tabulate>=0.7.5, <=0.8.2',
'tenacity==4.8.0',
'tenacity==4.12.0',
'text-unidecode==1.2', # Avoid GPL dependency, pip uses reverse order(!)
'thrift>=0.9.2',
'tzlocal>=1.4',
Expand Down

0 comments on commit 05d4351

Please sign in to comment.