diff --git a/sdks/python/setup.py b/sdks/python/setup.py index 601b3fcffee9..36a3c8a9e617 100644 --- a/sdks/python/setup.py +++ b/sdks/python/setup.py @@ -531,9 +531,9 @@ def get_portability_package_data(): 'google-cloud-bigquery>=2.0.0,<4', 'google-cloud-bigquery-storage>=2.6.3,<3', 'google-cloud-core>=2.0.0,<3', - # 2.42.0 improves MutationsBatcher error handling: it surfaces - # errors raised during async flushes instead of swallowing them. - 'google-cloud-bigtable>=2.42.0,<3', + # 2.44.0 changed DirectRow mutation storage; native WriteToBigTable + # requires this version on both driver and workers. + 'google-cloud-bigtable>=2.44.0,<3', 'google-cloud-build>=3.35.0,<4', 'google-cloud-spanner>=3.0.0,<4', # GCP Packages required by ML functionality