From 731d58bc24928cd55a10db2cc12732fa42fca6bc Mon Sep 17 00:00:00 2001 From: Anuraag Agrawal Date: Tue, 14 Jul 2026 10:25:02 +0900 Subject: [PATCH 1/2] Prepare for 0.11.1 Signed-off-by: Anuraag Agrawal --- protoc-gen-connectrpc/pyproject.toml | 2 +- pyproject.toml | 2 +- uv.lock | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/protoc-gen-connectrpc/pyproject.toml b/protoc-gen-connectrpc/pyproject.toml index a9ca9751..932cb494 100644 --- a/protoc-gen-connectrpc/pyproject.toml +++ b/protoc-gen-connectrpc/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "protoc-gen-connectrpc" -version = "0.11.0" +version = "0.11.1" description = "Code generator for connectrpc" readme = "README.md" requires-python = ">= 3.10" diff --git a/pyproject.toml b/pyproject.toml index 48d0de7c..04bff312 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "connectrpc" -version = "0.11.0" +version = "0.11.1" description = "Server and client runtime library for Connect RPC" readme = "README.md" requires-python = ">= 3.10" diff --git a/uv.lock b/uv.lock index d0fc054f..58978882 100644 --- a/uv.lock +++ b/uv.lock @@ -153,7 +153,7 @@ wheels = [ [[package]] name = "connectrpc" -version = "0.11.0" +version = "0.11.1" source = { editable = "." } dependencies = [ { name = "protobuf-py" }, @@ -1229,7 +1229,7 @@ wheels = [ [[package]] name = "protoc-gen-connectrpc" -version = "0.11.0" +version = "0.11.1" source = { editable = "protoc-gen-connectrpc" } dependencies = [ { name = "protobuf-py" }, From 8f5bf520ee9be78fd33ed94d76d43d5b2a650b62 Mon Sep 17 00:00:00 2001 From: Anuraag Agrawal Date: Tue, 14 Jul 2026 10:28:52 +0900 Subject: [PATCH 2/2] Regen Signed-off-by: Anuraag Agrawal --- .../test/gen/connectrpc/conformance/v1/service_connect.py | 2 +- .../_gen/grpc/reflection/v1/reflection_connect.py | 2 +- .../_gen/grpc/reflection/v1alpha/reflection_connect.py | 2 +- example/example/gen/connectrpc/eliza/v1/eliza_connect.py | 2 +- test/connectrpc/example/haberdasher_connect.py | 2 +- test/google_compat/connectrpc/example/haberdasher_connect.py | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/conformance/test/gen/connectrpc/conformance/v1/service_connect.py b/conformance/test/gen/connectrpc/conformance/v1/service_connect.py index 5af95f21..5f0eb043 100644 --- a/conformance/test/gen/connectrpc/conformance/v1/service_connect.py +++ b/conformance/test/gen/connectrpc/conformance/v1/service_connect.py @@ -1,5 +1,5 @@ # Generated from connectrpc/conformance/v1/service.proto. DO NOT EDIT. -# Generated by protoc-gen-connectrpc-py v0.11.0 with parameter "". +# Generated by protoc-gen-connectrpc-py v0.11.1 with parameter "". # ruff: noqa: PGH004 # ruff: noqa # fmt: off diff --git a/connectrpc-grpcreflect/connectrpc_grpcreflect/_gen/grpc/reflection/v1/reflection_connect.py b/connectrpc-grpcreflect/connectrpc_grpcreflect/_gen/grpc/reflection/v1/reflection_connect.py index b5213bff..3e5ea45c 100644 --- a/connectrpc-grpcreflect/connectrpc_grpcreflect/_gen/grpc/reflection/v1/reflection_connect.py +++ b/connectrpc-grpcreflect/connectrpc_grpcreflect/_gen/grpc/reflection/v1/reflection_connect.py @@ -1,5 +1,5 @@ # Generated from grpc/reflection/v1/reflection.proto. DO NOT EDIT. -# Generated by protoc-gen-connectrpc-py v0.11.0 with parameter "". +# Generated by protoc-gen-connectrpc-py v0.11.1 with parameter "". # ruff: noqa: PGH004 # ruff: noqa # fmt: off diff --git a/connectrpc-grpcreflect/connectrpc_grpcreflect/_gen/grpc/reflection/v1alpha/reflection_connect.py b/connectrpc-grpcreflect/connectrpc_grpcreflect/_gen/grpc/reflection/v1alpha/reflection_connect.py index 666608d9..d940d193 100644 --- a/connectrpc-grpcreflect/connectrpc_grpcreflect/_gen/grpc/reflection/v1alpha/reflection_connect.py +++ b/connectrpc-grpcreflect/connectrpc_grpcreflect/_gen/grpc/reflection/v1alpha/reflection_connect.py @@ -1,5 +1,5 @@ # Generated from grpc/reflection/v1alpha/reflection.proto. DO NOT EDIT. -# Generated by protoc-gen-connectrpc-py v0.11.0 with parameter "". +# Generated by protoc-gen-connectrpc-py v0.11.1 with parameter "". # ruff: noqa: PGH004 # ruff: noqa # fmt: off diff --git a/example/example/gen/connectrpc/eliza/v1/eliza_connect.py b/example/example/gen/connectrpc/eliza/v1/eliza_connect.py index 3a21043d..b7dde0e4 100644 --- a/example/example/gen/connectrpc/eliza/v1/eliza_connect.py +++ b/example/example/gen/connectrpc/eliza/v1/eliza_connect.py @@ -1,5 +1,5 @@ # Generated from connectrpc/eliza/v1/eliza.proto. DO NOT EDIT. -# Generated by protoc-gen-connectrpc-py v0.11.0 with parameter "". +# Generated by protoc-gen-connectrpc-py v0.11.1 with parameter "". # ruff: noqa: PGH004 # ruff: noqa # fmt: off diff --git a/test/connectrpc/example/haberdasher_connect.py b/test/connectrpc/example/haberdasher_connect.py index 2d143db1..fa426e35 100644 --- a/test/connectrpc/example/haberdasher_connect.py +++ b/test/connectrpc/example/haberdasher_connect.py @@ -1,5 +1,5 @@ # Generated from connectrpc/example/haberdasher.proto. DO NOT EDIT. -# Generated by protoc-gen-connectrpc-py v0.11.0 with parameter "". +# Generated by protoc-gen-connectrpc-py v0.11.1 with parameter "". # ruff: noqa: PGH004 # ruff: noqa # fmt: off diff --git a/test/google_compat/connectrpc/example/haberdasher_connect.py b/test/google_compat/connectrpc/example/haberdasher_connect.py index 4ce48460..25d8d045 100644 --- a/test/google_compat/connectrpc/example/haberdasher_connect.py +++ b/test/google_compat/connectrpc/example/haberdasher_connect.py @@ -1,5 +1,5 @@ # Generated from connectrpc/example/haberdasher.proto. DO NOT EDIT. -# Generated by protoc-gen-connectrpc-py v0.11.0 with parameter "protobuf=google". +# Generated by protoc-gen-connectrpc-py v0.11.1 with parameter "protobuf=google". # ruff: noqa: PGH004 # ruff: noqa # fmt: off