Skip to content

Update connectrpc/python to v0.10.0#2443

Merged
pkwarren merged 1 commit intomainfrom
pkw/update-connectrpc-python
Apr 29, 2026
Merged

Update connectrpc/python to v0.10.0#2443
pkwarren merged 1 commit intomainfrom
pkw/update-connectrpc-python

Conversation

@pkwarren
Copy link
Copy Markdown
Member

No description provided.

Copy link
Copy Markdown
Member Author

@pkwarren pkwarren left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Diff from previous release:

diff -ru plugins/connectrpc/python/v0.9.0/Dockerfile plugins/connectrpc/python/v0.10.0/Dockerfile
--- plugins/connectrpc/python/v0.9.0/Dockerfile	2026-04-20 11:34:40
+++ plugins/connectrpc/python/v0.10.0/Dockerfile	2026-04-29 10:44:34
@@ -1,16 +1,16 @@
-# syntax=docker/dockerfile:1.22
-FROM python:3.11.15-bookworm AS build
+# syntax=docker/dockerfile:1.23
+FROM python:3.13.13-trixie@sha256:d52f7ef162003e17330f0dd9c3e0b4ac6775b39ea988be0c23de6d1461191569 AS build
 WORKDIR /app
 RUN python -mvenv /app
 RUN . ./bin/activate \
- && pip install --no-cache-dir protoc-gen-connect-python==0.9.0 \
+ && pip install --no-cache-dir protoc-gen-connectrpc==0.10.0 \
  && pip uninstall --yes pip setuptools \
  && rm -f bin/activate.fish bin/activate.csh bin/Activate.ps1
 
-FROM gcr.io/distroless/python3-debian12:latest@sha256:e19b29c8473bed88f8b6e31e49d1133d1bdb2bf9c0af7e82d0e7434f7c036a63 AS base
+FROM gcr.io/distroless/python3-debian13:latest@sha256:ed3a4beb46f8f8baac068743ba1b1f95ea3f793422129cf6dd23967f779b6018 AS base
 
 FROM scratch
 COPY --link --from=base / /
 COPY --link --from=build --chmod=0755 /app /app
 USER nobody
-ENTRYPOINT [ "/app/bin/protoc-gen-connect-python" ]
+ENTRYPOINT [ "/app/bin/protoc-gen-connectrpc" ]
diff -ru plugins/connectrpc/python/v0.9.0/buf.plugin.yaml plugins/connectrpc/python/v0.10.0/buf.plugin.yaml
--- plugins/connectrpc/python/v0.9.0/buf.plugin.yaml	2026-04-20 11:34:40
+++ plugins/connectrpc/python/v0.10.0/buf.plugin.yaml	2026-04-29 10:44:34
@@ -1,19 +1,19 @@
 version: v1
 name: buf.build/connectrpc/python
-plugin_version: v0.9.0
+plugin_version: v0.10.0
 source_url: https://github.com/connectrpc/connect-python
 description: Generates client and server stubs for Connect Python. Compatible with the Connect RPC protocol.
 spdx_license_id: Apache-2.0
-license_url: https://github.com/connectrpc/connect-python/blob/v0.9.0/LICENSE
+license_url: https://github.com/connectrpc/connect-python/blob/v0.10.0/LICENSE
 deps:
-  - plugin: buf.build/protocolbuffers/python:v34.0
+  - plugin: buf.build/protocolbuffers/python:v34.1
 output_languages:
   - python
 registry:
   python:
     package_type: "runtime"
-    # https://github.com/connectrpc/connect-python/blob/v0.9.0/protoc-gen-connect-python/pyproject.toml#L11
+    # https://github.com/connectrpc/connect-python/blob/v0.10.0/pyproject.toml#L6
     requires_python: ">=3.10"
     deps:
       # https://pypi.org/project/connectrpc/
-      - "connectrpc >= 0.9.0"
+      - "connectrpc >= 0.10.0"

@pkwarren pkwarren merged commit 49d2f4c into main Apr 29, 2026
4 checks passed
@pkwarren pkwarren deleted the pkw/update-connectrpc-python branch April 29, 2026 15:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants