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


##########
sdks/python/setup.py:
##########
@@ -354,8 +354,10 @@ def get_portability_package_data():
           'cloudpickle~=2.2.1',
           'fastavro>=0.23.6,<2',
           'fasteners>=0.3,<1.0',
-          # TODO(https://github.com/grpc/grpc/issues/37710): Unpin grpc
-          
'grpcio>=1.33.1,<2,!=1.48.0,!=1.59.*,!=1.60.*,!=1.61.*,!=1.62.0,!=1.62.1,<1.66.0',
  # pylint: disable=line-too-long
+          # Unpin grpc for now since we sunset Python 3.8 and this regression 
might be gone

Review Comment:
   ```suggestion
             #  NOTE(https://github.com/grpc/grpc/issues/37710): Some grpc 
1.66.0+ versions 
             #  have a regression, which might not be reproducible in newer 
versions.
   ```



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