From ac31fb0f61fd056ef6c36968812267b0d598d150 Mon Sep 17 00:00:00 2001 From: Xuan Wang Date: Wed, 25 Sep 2024 10:43:15 -0700 Subject: [PATCH] [Python example] Fix version in generated code in example folder (#37665) Fix: https://github.com/grpc/grpc/issues/37610 --- examples/python/helloworld/helloworld_pb2_grpc.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/python/helloworld/helloworld_pb2_grpc.py b/examples/python/helloworld/helloworld_pb2_grpc.py index da98363226a..88e6adf4e42 100644 --- a/examples/python/helloworld/helloworld_pb2_grpc.py +++ b/examples/python/helloworld/helloworld_pb2_grpc.py @@ -5,7 +5,7 @@ import warnings import helloworld_pb2 as helloworld__pb2 -GRPC_GENERATED_VERSION = '1.67.0.dev0' +GRPC_GENERATED_VERSION = '1.66.0' GRPC_VERSION = grpc.__version__ _version_not_supported = False