mutianf commented on code in PR #27085:
URL: https://github.com/apache/beam/pull/27085#discussion_r1224744251


##########
sdks/python/setup.py:
##########
@@ -314,9 +314,7 @@ 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',
-            # TODO(https://github.com/apache/beam/issues/26673)
-            # 2.18.x breaks unit test
-            'google-cloud-bigtable>=2.0.0,<2.18.0',
+            'google-cloud-bigtable>=2.19.0,<3',

Review Comment:
   FYI, the updates in bigtableio.py will break with older version of 
google-cloud-bigtable :(. And seems like the lower boundary was updated for 
some other modules before (e.g. bigquery-storage) 



-- 
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]

Reply via email to