potiuk commented on code in PR #47281:
URL: https://github.com/apache/airflow/pull/47281#discussion_r1977888426
##########
task_sdk/pyproject.toml:
##########
@@ -114,11 +104,19 @@ codegen = [
"rich",
"ruff",
]
-
+dev = [
+ "apache-airflow",
Review Comment:
Note that `task_sdk` currently depends on those providers to be present
(without them task_sdk tests will not import). We will have to do follow-up
steps and cleanup those eventually - but for now they are needed to make the
isolated `uv runs to work` - those are also great indicators that there is a
cleanup to be done still.
--
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]