damccorm commented on code in PR #31004:
URL: https://github.com/apache/beam/pull/31004#discussion_r1568814831
##########
sdks/python/setup.py:
##########
@@ -436,7 +436,9 @@ def get_portability_package_data():
],
'gcp': [
'cachetools>=3.1.0,<6',
- 'google-api-core>=2.0.0,<3',
+ # Temporary workaround until grpcio releases a fix for
+ # https://github.com/grpc/grpc/issues/36265
+ 'google-api-core>=2.0.0,!=2.17.*,!=2.18.*,<3',
Review Comment:
My concern is mostly that if google-api-core releases 2.19 and people are on
old grpcio this problem will still exist. I think you're probably right, that
is the best option still though.
Hopefully the fix comes in soon and we can cherry-pick in a better patch
--
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]