eladkal commented on code in PR #43777:
URL: https://github.com/apache/airflow/pull/43777#discussion_r2022694189


##########
providers/celery/pyproject.toml:
##########
@@ -61,7 +61,8 @@ dependencies = [
     # The Celery is known to introduce problems when upgraded to a MAJOR 
version. Airflow Core
     # Uses Celery for CeleryExecutor, and we also know that Kubernetes Python 
client follows SemVer
     # 
(https://docs.celeryq.dev/en/stable/contributing.html?highlight=semver#versions).
-    "celery[redis]>=5.4.0,<6",
+    # Updating min version to 5.5.0 to avoid redis import bug 
https://github.com/apache/airflow/issues/41359
+    "celery[redis]>=5.5.0,<6",

Review Comment:
   `breeze testing core-integration-tests --integration celery`
   passed on the celery branch
   ![Screenshot 2025-04-01 at 14 44 
09](https://github.com/user-attachments/assets/07390c8e-5283-4b4e-b29f-36e64f0be39f)
   



-- 
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]

Reply via email to