tvalentyn commented on issue #30867:
URL: https://github.com/apache/beam/issues/30867#issuecomment-2040544276

   Thanks.
   
   ```
   (py38) :python$ docker run --rm -it --entrypoint=/bin/sh 
apache/beam_python3.10_sdk:2.54.0  -c "pip list | grep grpcio" 
   grpcio                          1.60.0
   grpcio-status                   1.60.0
   (py38) :python$ docker run --rm -it --entrypoint=/bin/sh 
apache/beam_python3.10_sdk:2.55.0  -c "pip list | grep grpcio" 
   grpcio                          1.62.0
   grpcio-status                   1.62.0
   (py38) :python$ docker run --rm -it --entrypoint=/bin/sh 
apache/beam_python3.10_sdk:2.55.1  -c "pip list | grep grpcio" 
   grpcio                          1.62.0
   grpcio-status                   1.62.0
   ```
   
   > I could determine that at least version 1.60.0 doesn't exhibit this issue.
   
   Double checking, is this still the case?
   


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