Lee-W commented on PR #31379:
URL: https://github.com/apache/airflow/pull/31379#issuecomment-1552888205

   > 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.
   
   Do you mean something like 
   
   ```python
   from importlib.metadata import version
   
   version("airflow")
   ```


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