You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ci: remove manual protoc installation, use grpcio-tools instead
The grpcio-tools package bundles a compatible protoc compiler. This
ensures the protoc version always matches the protobuf Python package,
avoiding version mismatches between generated code and runtime.
The Makefile uses 'python -m grpc_tools.protoc' for code generation,
which is invoked via 'uv run' to use the virtual environment.
0 commit comments