Skip to content

Commit 364d1f6

Browse files
tedmistonAlice Berard
authored and
Alice Berard
committed
[AIRFLOW-2544][AIRFLOW-1967] Guard against next major release of Celery, Flower
Closes apache#3439 from tedmiston/celery-flower-guard
1 parent 80c26a8 commit 364d1f6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -116,8 +116,8 @@ def write_version(filename=os.path.join(*['airflow',
116116
]
117117
cassandra = ['cassandra-driver>=3.13.0']
118118
celery = [
119-
'celery>=4.1.1',
120-
'flower>=0.7.3'
119+
'celery>=4.1.1, <4.2.0',
120+
'flower>=0.7.3, <1.0'
121121
]
122122
cgroups = [
123123
'cgroupspy>=0.1.4',

0 commit comments

Comments
 (0)