You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by bo...@apache.org on 2017/09/11 11:14:55 UTC

incubator-airflow git commit: [AIRFLOW-1573] Remove `thrift < 0.10.0` requirement

Repository: incubator-airflow
Updated Branches:
  refs/heads/master 17ac070b2 -> aa95f2579


[AIRFLOW-1573] Remove `thrift < 0.10.0` requirement

Closes #2574 from dan-disqus/Thrift


Project: http://git-wip-us.apache.org/repos/asf/incubator-airflow/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-airflow/commit/aa95f257
Tree: http://git-wip-us.apache.org/repos/asf/incubator-airflow/tree/aa95f257
Diff: http://git-wip-us.apache.org/repos/asf/incubator-airflow/diff/aa95f257

Branch: refs/heads/master
Commit: aa95f257967a91bcfb60f69674be8b809a63bab5
Parents: 17ac070
Author: Dan Fuller <da...@gmail.com>
Authored: Mon Sep 11 13:14:47 2017 +0200
Committer: Bolke de Bruin <bo...@xs4all.nl>
Committed: Mon Sep 11 13:14:47 2017 +0200

----------------------------------------------------------------------
 setup.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-airflow/blob/aa95f257/setup.py
----------------------------------------------------------------------
diff --git a/setup.py b/setup.py
index 12e00ec..b22e4e8 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={