yandex-cloud / python-sdk

Yandex.Cloud Python SDK
MIT License
75 stars 24 forks source link

Freeze protobuf lib in dependencies #54

Closed l0kix2 closed 2 years ago

l0kix2 commented 2 years ago

We have frozen grpcio-tools dependency in requirements-dev and unfrozen dependency googleapis-common-protos. The result is that the resulting stubs are not compatible with the runtime protobuf library version. So we freeze the runtime protobuf version while figuring out a better solution.