We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ae168c commit 62e2bd4Copy full SHA for 62e2bd4
1 file changed
python_modules/dagster-airflow/setup.py
@@ -51,7 +51,7 @@ def _do_setup(name='dagster-airflow'):
51
'future>=0.16.0, <0.17.0a0', # pin to range for Airflow compat
52
'six>=1.11.0',
53
# airflow
54
- 'apache-airflow==1.10.3',
+ 'apache-airflow==1.10.2',
55
# dagster
56
'dagster>=0.2.0',
57
# docker api
0 commit comments