potiuk commented on code in PR #52072: URL: https://github.com/apache/airflow/pull/52072#discussion_r2162455774
########## 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: @uranusjr is our typing guru.... any ideas TP ? -- 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