Running hatch run development
raises google Protobuf VersionError
#100
Labels
bug
Something isn't working
hatch run development
raises google Protobuf VersionError
#100
What happened?
I cannot run
hatch run development
Error is
google.protobuf.runtime_version.VersionError: Detected incompatible Protobuf Gencode/Runtime versions when loading grpc_reflection/v1alpha/reflection.proto: gencode 5.28.1 runtime 5.27.2. Runtime version cannot be older than the linked gencode version. See Protobuf version guarantees at https://protobuf.dev/support/cross-version-runtime-guarantee.
How can we reproduce it?
hatch run development
This is the error message we get 👇
Note that :
then
Makes
hatch run development
work.(It seems that the dependencies set on Crossplane-sdk regarding protobuf seems lower than the gencode on this template ?)
The text was updated successfully, but these errors were encountered: