potiuk commented on PR #49799: URL: https://github.com/apache/airflow/pull/49799#issuecomment-2831636140
Some more checks: 1) when generating PyPI constraints we automatically build the non-released-yet providers (either being voted or not yet even RC-d)  2) they are nicely reflected in PYPI constraints:  3) When building PROD image for testing in CI. all "prod" prod packages are built from sources - and the non-released yetproviders have the "future" versions:  4) This all works despite `common.compat 1.6.1` not released yet  5) And with several packages having common.compat >= 1.6.1 in their dependencies:  All seem to be working as expected. -- 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]
