xBis7 commented on code in PR #56187:
URL: https://github.com/apache/airflow/pull/56187#discussion_r2584386947
##########
scripts/ci/prek/update_airflow_pyproject_toml.py:
##########
@@ -182,13 +182,7 @@ def get_python_exclusion(provider_dependencies: dict[str,
Any]) -> str:
else:
all_optional_dependencies.append(f'"{optional}" = [\n
"apache-airflow-core[{optional}]"\n]\n')
optional_airflow_task_sdk_dependencies =
get_optional_dependencies(AIRFLOW_TASK_SDK_PYPROJECT_TOML_FILE)
- for optional in sorted(optional_airflow_task_sdk_dependencies):
- if optional == "all":
- all_optional_dependencies.append('"all-task-sdk" = [\n
"apache-airflow-task-sdk[all]"\n]\n')
- else:
- all_optional_dependencies.append(
- f'"{optional}" = [\n
"apache-airflow-task-sdk[{optional}]"\n]\n'
- )
+ all_optional_dependencies.append('"all-task-sdk" = [\n
"apache-airflow-task-sdk[all]"\n]\n')
Review Comment:
I don't follow. Should we revert it?
--
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]