potiuk commented on PR #31379: URL: https://github.com/apache/airflow/pull/31379#issuecomment-1552879978
> ```python > airflow_version = airflow.version.version > ``` I thnk that is not going to work - it will trigger the very same recursive import error. I think the only "good" solution is to query airflow package metadata if` __version__` import fails. -- 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]
