potiuk commented on a change in pull request #19703:
URL: https://github.com/apache/airflow/pull/19703#discussion_r777370408
##########
File path: setup.py
##########
@@ -227,7 +227,7 @@ def write_version(filename: str = os.path.join(*[my_dir,
"airflow", "git_version
'cassandra-driver>=3.13.0,<4',
]
celery = [
- 'celery~=5.1,>=5.1.2',
+ 'celery~=5.2,>=5.2.3',
Review comment:
IF this one contains some security issue and memory leaks, then I am ok
with >=5.2.3.
But I thought a bit and we should really remove the upper limit - this is
our default behaviour and our constraint mechanism will keep it in check but we
will avoid any need for future changes like that for 5.3 and above.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]