From 86eea5779fdcbb187521bf8a5196b46c927666a1 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 da98363226a2d..88e6adf4e426f 100644 --- a/examples/python/helloworld/helloworld_pb2_grpc.py +++ b/examples/python/helloworld/helloworld_pb2_grpc.py @@ -5,7 +5,7 @@ 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