potiuk commented on issue #31322: URL: https://github.com/apache/airflow/issues/31322#issuecomment-1556144725
Everything Looks good: * no more circular import problems (I checked it in similar way as is done in our CI now: https://github.com/apache/airflow/pull/31385 - but I did it also for Airflow 2.5 and 2.6.1 (not only 2.4 and main). * All providers now have `__version__` defined at their top-level * I also checked that this version of preinstalled providers cannot be used for airflow < 2.4. When you try to import those you get this nice exception:  All looks good! -- 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]
