eladkal commented on code in PR #57067: URL: https://github.com/apache/airflow/pull/57067#discussion_r2452669753
########## providers/celery/pyproject.toml: ########## @@ -69,6 +69,9 @@ dependencies = [ # The optional dependencies should be modified in place in the generated file # Any change in the dependencies is preserved when the file is regenerated [project.optional-dependencies] +"common.compat" = [ + "apache-airflow-providers-common-compat>=1.7.4", # + TODO: bump to next version +] Review Comment: Why as optional dependency? -- 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]
