In requirements.txtgrpcio and grpcio-reflection are pinned to >=0.1.53, but the code has support for older versions. I think it would make sense to set the requirements.txt to a less strict version. I think its probably the protobuf version that actually matters, so something like:
In
requirements.txt
grpcio
andgrpcio-reflection
are pinned to>=0.1.53
, but the code has support for older versions. I think it would make sense to set therequirements.txt
to a less strict version. I think its probably the protobuf version that actually matters, so something like: