From 7d3124d102b04b0f6f46918a4371cf309348bd85 Mon Sep 17 00:00:00 2001 From: "Philip K. Warren" Date: Fri, 21 Aug 2026 14:50:26 -0500 Subject: [PATCH] Fix connectrpc/py plugin dependencies connectrpc/py v0.11.1 has a hard requirement on bufbuild/py v0.1.1 - we can't update `deps` until connect-py updates. --- plugins/connectrpc/py/v0.11.1/buf.plugin.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/plugins/connectrpc/py/v0.11.1/buf.plugin.yaml b/plugins/connectrpc/py/v0.11.1/buf.plugin.yaml index 865c368ed..e3b90e1a5 100644 --- a/plugins/connectrpc/py/v0.11.1/buf.plugin.yaml +++ b/plugins/connectrpc/py/v0.11.1/buf.plugin.yaml @@ -6,13 +6,14 @@ description: Generates client and server stubs for Connect Python. Compatible wi spdx_license_id: Apache-2.0 license_url: https://github.com/connectrpc/connect-py/blob/v0.11.1/LICENSE deps: - - plugin: buf.build/bufbuild/py:v0.2.0 + # https://github.com/connectrpc/connect-py/blob/v0.11.1/pyproject.toml#L32 + - plugin: buf.build/bufbuild/py:v0.1.1 output_languages: - python registry: python: package_type: "runtime" - # https://github.com/connectrpc/connect-py/blob/v0.10.1/pyproject.toml#L6 + # https://github.com/connectrpc/connect-py/blob/v0.11.1/pyproject.toml#L6 requires_python: ">=3.10" deps: # https://pypi.org/project/connectrpc/