xBis7 commented on code in PR #56187:
URL: https://github.com/apache/airflow/pull/56187#discussion_r2584383598


##########
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 couldn't remember making this change and so I went through the commits and 
it was actually yours.
   
   
https://github.com/apache/airflow/pull/56187/commits/f0ef1ea400830978bd1ffe24901fa9f5ebed1e35
 



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