haseebmalik18 opened a new pull request, #62206:
URL: https://github.com/apache/airflow/pull/62206

   The `airflow-ctl` CLI config parser had a workaround for Python 3.9 that 
used string splitting (`split("|")`) to parse union return type annotations.
   
   Now that Python 3.9 is no longer supported, this replaces it with a 
`_union_members()` helper that walks the AST directly using `ast.BinOp` (`|`) 
nodes instead. 


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