Skip to content

Commit

Permalink
[Python example] Fix version in generated code in example folder (grp…
Browse files Browse the repository at this point in the history
…c#37665)

Fix: grpc#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.

-->
  • Loading branch information
XuanWang-Amos authored and sourabhsinghs committed Sep 26, 2024
1 parent 1b85b92 commit b73fe12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/python/helloworld/helloworld_pb2_grpc.py
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit b73fe12

Please sign in to comment.