potiuk commented on code in PR #45185: URL: https://github.com/apache/airflow/pull/45185#discussion_r1896015527
########## providers/src/airflow/providers/google/provider.yaml: ########## @@ -125,7 +125,7 @@ dependencies: - google-cloud-build>=3.22.0 - google-cloud-compute>=1.10.0 - google-cloud-container>=2.17.4 - - google-cloud-datacatalog>=3.11.1 + - google-cloud-datacatalog>=3.23.0 Review Comment: Because otherwise some provider tests will fail (due to some issues with newly released versions of providers that required fixes to make "canary" builds greeen. This is the reason why I had to back-port those 5 extra commits from main - because the PRs started to fail when they pulled the latest dependencies. So this is a bit of difficulty (but just a bit) of branching of from old version of a provider - all the fixes in main that have been implemented in order to make "canary" builds work with latest dependencies will have to be backported to such a branch. -- 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]
