potiuk commented on code in PR #56793: URL: https://github.com/apache/airflow/pull/56793#discussion_r2442143494
########## providers/common/compat/pyproject.toml: ########## @@ -25,7 +25,7 @@ build-backend = "flit_core.buildapi" [project] name = "apache-airflow-providers-common-compat" -version = "1.7.4" +version = "1.8.0" Review Comment: We discussed (and followed) with @eladkal that non-released should **NOT** upgrade version of common.provider in other places than during release prepaaration. While we do not have a final "robust" mechanism for that, I propose that we do it this way now: * keep 1.7.4 here (and in the version below) * in the google provider use `apache-airflow-providers-common-compat >=1.7.4", # TODO: bump to next version` Then release manager (we can automate that) release manager will have to remember to bump all such version to the next version of common provider. The main reason for that is that it makes it difficult for the release manager who manually bumps all the versions of providers and prepares release notes - once the version is dumped, our mechanism of deriving the next version to bump and generate properly grouped release notes does not work well -- 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]
