From aa95f257967a91bcfb60f69674be8b809a63bab5 Mon Sep 17 00:00:00 2001 From: Dan Fuller Date: Mon, 11 Sep 2017 13:14:47 +0200 Subject: [PATCH] [AIRFLOW-1573] Remove `thrift < 0.10.0` requirement Closes #2574 from dan-disqus/Thrift --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 12e00ecd2a710..b22e4e829f40d 100644 --- a/setup.py +++ b/setup.py @@ -247,7 +247,7 @@ def do_setup(): 'setproctitle>=1.1.8, <2', 'sqlalchemy>=0.9.8', 'tabulate>=0.7.5, <0.8.0', - 'thrift>=0.9.2, <0.10', + 'thrift>=0.9.2', 'zope.deprecation>=4.0, <5.0', ], extras_require={