xBis7 commented on code in PR #56187:
URL: https://github.com/apache/airflow/pull/56187#discussion_r2588793692
##########
airflow-core/pyproject.toml:
##########
@@ -187,7 +187,7 @@ dependencies = [
"statsd>=3.3.0",
]
"all" = [
- "apache-airflow-core[graphviz,kerberos,otel,statsd]"
+ "apache-airflow-core[async,graphviz,kerberos,memray,otel,statsd]"
Review Comment:
There have been so many changes in this PR that it's hard to remember about
each individual one. I went through the commits and these two dependencies
already existed above but weren't part of `[all]` and so I decided to include
them.
Removing them has caused a number of irrelevant CI failures.
--
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]