Open jocacace opened 1 day ago
No reason at all. Any version of gRPC/protobuf will be good, as long as it is recent enough to digest our proto files (> 3.12, IIRC).
Note the Python container is a mere example, which has to be adapted to the application developer needs.
Running the docker build -t python-function command, i got different error in the installation of the requirements. In particular it is not able to install the desired versions of the following libraries:
grpcio grpcio-tools protobuf
To solve the image generation error, I removed the version, installing the last one. Is there any particular reason to have different versions with respect to the last one?