tvalentyn commented on code in PR #31004:
URL: https://github.com/apache/beam/pull/31004#discussion_r1567973507


##########
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:
   a better fix would be to exclude the broken versions of grpcio, but that 
would revert a recent change to enable Py 3.12 support and I'd prefer to let 
people to experiment with Py 3.12 as early as possible to gather more feedback 
even before we officially support it.



-- 
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: github-unsubscr...@beam.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to