diff --git a/airflow/providers/google/provider.yaml b/airflow/providers/google/provider.yaml index 4b050b714f739..a8a08f3da88f6 100644 --- a/airflow/providers/google/provider.yaml +++ b/airflow/providers/google/provider.yaml @@ -110,6 +110,9 @@ dependencies: # A transient dependency of google-cloud-bigquery-datatransfer, but we # further constrain it since older versions are buggy. - proto-plus>=1.19.6 + # Google bigtable client require protobuf <= 3.20.0. We can remove the limitation + # when this limitation is removed + - protobuf<=3.20.0 integrations: - integration-name: Google Analytics360 diff --git a/generated/provider_dependencies.json b/generated/provider_dependencies.json index afb04628331c9..3bcf75c9fb194 100644 --- a/generated/provider_dependencies.json +++ b/generated/provider_dependencies.json @@ -337,6 +337,7 @@ "pandas-gbq", "pandas>=0.17.1", "proto-plus>=1.19.6", + "protobuf<=3.20.0", "sqlalchemy-bigquery>=1.2.1" ], "cross-providers-deps": [