pierrejeambrun commented on code in PR #57441:
URL: https://github.com/apache/airflow/pull/57441#discussion_r2581619848


##########
airflow-core/src/airflow/api_fastapi/core_api/datamodels/common.py:
##########
@@ -92,7 +91,7 @@ class BulkDeleteAction(BulkBaseAction[T]):
     """Bulk Delete entity serializer for request bodies."""
 
     action: Literal[BulkAction.DELETE] = Field(description="The action to be 
performed on the entities.")
-    entities: list[Union[str, BulkTaskInstanceBody]] = Field(
+    entities: list[Union[str, T]] = Field(

Review Comment:
   If you want to spin up a separate PR for that, feel free, so we can include 
it in the next patch release, and not wait for 3.2.0. (because the rest of this 
PR forces `3.2.0`)



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