tvalentyn commented on PR #32773:
URL: https://github.com/apache/beam/pull/32773#issuecomment-2415258973
Got this message:
```
packages/apache_beam/portability/api/org/apache/beam/model/job_management/v1/beam_expansion_api_pb2_grpc.py:21:
RuntimeWarning: The grpc package installed is at version 1.58.3, but the
generated code in
org/apache/beam/model/job_management/v1/beam_expansion_api_pb2_grpc.py depends
on grpcio>=1.65.5. Please upgrade your grpc module to grpcio>=1.65.5 or
downgrade your generated code using grpcio-tools<=1.58.3. This warning will
become an error in 1.66.0, scheduled for release on August 6, 2024.
warnings.warn(
```
so, grpc wants to use the grpc version newer or equal than the version used
to generate stubs. If we are to heed to these warnings, we should either bump
the lower bound for grpc io, or revert this change (if this change didn't have
intended impact).
--
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]