eladkal commented on code in PR #52072:
URL: https://github.com/apache/airflow/pull/52072#discussion_r2162428115


##########
dev/breeze/src/airflow_breeze/commands/release_management_commands.py:
##########
@@ -3762,7 +3762,7 @@ def generate_issue_content(
 ):
     from github import Github, Issue, PullRequest, UnknownObjectException
 
-    PullRequestOrIssue = Union[PullRequest.PullRequest, Issue.Issue]
+    PullRequestOrIssue = PullRequest.PullRequest | Issue.Issue

Review Comment:
   Similar failures now happens only on Amazon provider. Need to invistigate 



-- 
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: commits-unsubscr...@airflow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to