Skip to content

Commit c36d81b

Browse files
committed
py: Update protobuf and grpc stubs
1 parent b40d7e8 commit c36d81b

File tree

9 files changed

+769
-579
lines changed

9 files changed

+769
-579
lines changed

libs/gl-client-py/Makefile

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,10 @@ PROTODIR=${REPO}/libs/proto
1212

1313
PYPROTOC_OPTS = \
1414
-I ${PROTODIR} \
15-
--python_out=. \
16-
--grpc_python_out=. \
17-
--mypy_out=. \
15+
--python_out=${PYDIR} \
16+
--grpc_python_out=${PYDIR} \
17+
--mypy_out=${PYDIR} \
18+
--mypy_grpc_out=${PYDIR} \
1819
--experimental_allow_proto3_optional
1920

2021
PYPROTOS = \

libs/gl-client-py/glclient/greenlight_pb2.py

Lines changed: 3 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

libs/gl-client-py/glclient/greenlight_pb2.pyi

Lines changed: 181 additions & 175 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

libs/gl-client-py/glclient/greenlight_pb2_grpc.py

Lines changed: 139 additions & 32 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)