[Python example] Fix version in generated code in example folder (#37665)

Fix: https://github.com/grpc/grpc/issues/37610
<!--

If you know who should review your pull request, please assign it to
that
person, otherwise the pull request would get assigned randomly.

If your pull request is for a specific language, please add the
appropriate
lang label.

-->
pull/37643/head^2
Xuan Wang 2 months ago committed by GitHub
parent f188fe4587
commit ac31fb0f61
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      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

Loading…
Cancel
Save