From 7351c6b3c085102fc0c8869fea009d223886fc19 Mon Sep 17 00:00:00 2001 From: Guoqiang Ding Date: Sat, 3 Nov 2018 14:36:43 +0800 Subject: [PATCH] [AIRFLOW-3193] Pin docker requirement version Since the change of AIRFLOW-3203, the dockerpy client has upgraded actually. Therefore, the requirements config should upgrade also to avoid potentially misleading. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 8c6c9271538a4..1d2d1598e59e2 100644 --- a/setup.py +++ b/setup.py @@ -174,7 +174,7 @@ def write_version(filename=os.path.join(*['airflow', 'sphinx-rtd-theme>=0.1.6', 'Sphinx-PyPI-upload>=0.2.1' ] -docker = ['docker>=2.0.0'] +docker = ['docker>=3.0.0'] druid = ['pydruid>=0.4.1'] elasticsearch = [ 'elasticsearch>=5.0.0,<6.0.0',