From 8d85b5ffa3e8d66519c77180b48bfbe5f8546288 Mon Sep 17 00:00:00 2001 From: Stefan VanBuren Date: Thu, 19 Mar 2026 10:54:15 -0400 Subject: [PATCH] Switch connect-python to new upstream runtime dep --- plugins/connectrpc/python/v0.9.0/buf.plugin.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/connectrpc/python/v0.9.0/buf.plugin.yaml b/plugins/connectrpc/python/v0.9.0/buf.plugin.yaml index bd428d8d7..aa5424b46 100644 --- a/plugins/connectrpc/python/v0.9.0/buf.plugin.yaml +++ b/plugins/connectrpc/python/v0.9.0/buf.plugin.yaml @@ -15,5 +15,5 @@ registry: # https://github.com/connectrpc/connect-python/blob/v0.9.0/protoc-gen-connect-python/pyproject.toml#L11 requires_python: ">=3.10" deps: - # https://pypi.org/project/connect-python/ - - "connect-python >= 0.9.0" + # https://pypi.org/project/connectrpc/ + - "connectrpc >= 0.9.0"