Closed
Description
Issue Description
google.protobuf.runtime_version.VersionError: Detected incompatible Protobuf Gencode/Runtime versions when loading protos/brand_inference.proto: gencode 5.29.2 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.
bazel_dep(name = "rules_proto_grpc_python", version = "5.0.1") # 5.27.2
bazel_dep(name = "protobuf", version = "29.2", repo_name = "com_google_protobuf") # 5.29.2
Log Output
rules_proto_grpc Version
5.0.1
Bazel Version
8.0.0.0
OS
linux
Link to Demo Repo
No response
MODULE.bazel or WORKSPACE Content
BUILD Content
Proto Content
Any Other Content
Metadata
Metadata
Assignees
Type
Projects
Milestone
Relationships
Development
No branches or pull requests
Activity
aaliddell commentedon Jul 2, 2025
This should be resolved since 5.2.0, as the plugin and runtime are sourced from the same version locked repo