Use custom package for grpc status.proto by anuraaga · Pull Request #76 · connectrpc/connect-python

@anuraaga requested a review from a team

January 7, 2026 03:08

@anuraaga

Signed-off-by: Anuraag Agrawal <anuraaga@gmail.com>

@anuraaga

Signed-off-by: Anuraag Agrawal <anuraaga@gmail.com>

anuraaga

stefanvanburen

rjpower added a commit to marin-community/marin that referenced this pull request

Jan 8, 2026
Use specific git commit (5342eace) from connect-python main branch that fixes
the duplicate google.rpc.Status symbol conflict with googleapis-common-protos.

The fix renames the package from google.rpc to grpc.status.v1 to avoid conflicts.
This resolves the itest (3.12) failure caused by importing both google-cloud-storage
and connect-python.

Ref: connectrpc/connect-python#76