Pin grpcio and grpcio-tools versions#10378
Pin grpcio and grpcio-tools versions#10378martinvol wants to merge 1 commit intogoogleapis:masterfrom
Conversation
|
Thanks for your pull request. It looks like this may be your first contribution to a Google open source project (if not, look below for help). Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). 📝 Please visit https://cla.developers.google.com/ to sign. Once you've signed (or fixed any issues), please reply here with What to do if you already signed the CLAIndividual signers
Corporate signers
ℹ️ Googlers: Go here for more info. |
|
Actually, the @martinvol I'm not sure how you've been triggering the missing-grpc-version problem, but it cannot have been here: that file was always an internal-development-only tool, and never had anything to do with how |
Pinned the version to the latest one to avoid install irreproducibility and save users with grpcio-tools==1.27.0 and grpcio==1.27.0 installed.
See grpc/grpc#21922
Fixes #10377 🦕