mik-laj opened a new issue #12116: URL: https://github.com/apache/airflow/issues/12116
Hello, Google Cloud API Libraries introduced breaking changes in 2.0.0 (https://github.com/googleapis/python-container/blob/master/UPGRADING.md) and they already caused a number of changes. For this reason, we limit all our google-cloud deps to <2.0.0. This limit means our updates will not receive updates, but everything will still work. We should try to code all operators to use newer versions, so that our users can use the newest API versions. At the moment (5 November 2020), this is the status of our packages: | package_name | current_version | latest_version | diff_part | |------------------------------------|-------------------|------------------|-------------| | google-cloud-automl | 1.0.1 | 2.1.0 | 1-major | | google-cloud-bigquery | 1.26.1 | 2.3.1 | 1-major | | google-cloud-bigquery-datatransfer | 1.1.0 | 2.1.0 | 1-major | | google-cloud-container | 1.0.1 | 2.1.0 | 1-major | | google-cloud-datacatalog | 0.7.0 | 2.0.0 | 1-major | | google-cloud-dataproc | 1.1.1 | 2.0.2 | 1-major | | google-cloud-dlp | 1.0.0 | 2.0.0 | 1-major | | google-cloud-kms | 1.4.0 | 2.2.0 | 1-major | | google-cloud-language | 1.3.0 | 2.0.0 | 1-major | | google-cloud-monitoring | 1.0.0 | 2.0.0 | 1-major | | google-cloud-pubsub | 1.7.0 | 2.1.0 | 1-major | | google-cloud-redis | 1.0.0 | 2.0.0 | 1-major | | google-cloud-secret-manager | 1.0.0 | 2.0.0 | 1-major | | google-cloud-speech | 1.3.2 | 2.0.0 | 1-major | | google-cloud-tasks | 1.5.0 | 2.0.0 | 1-major | | google-cloud-texttospeech | 1.0.1 | 2.2.0 | 1-major | | google-cloud-translate | 1.7.0 | 3.0.1 | 1-major | | google-cloud-vision | 1.0.0 | 2.0.0 | 1-major | | google-cloud-bigtable | 1.4.0 | 1.5.1 | 2-minor | | google-cloud-spanner | 1.17.1 | 1.19.1 | 2-minor | | google-cloud-storage | 1.30.0 | 1.32.0 | 2-minor | | google-cloud-videointelligence | 1.15.0 | 1.16.0 | 2-minor | | google-cloud-core | 1.4.1 | 1.4.3 | 3-patch | I generated these tables with the script: https://gist.github.com/mik-laj/880b07bfbdbd5c65b4b2260f6c0fee72 Related issue: https://github.com/apache/airflow/issues/10316 ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
