diff --git a/Makefile b/Makefile index debcecf..dc777d2 100644 --- a/Makefile +++ b/Makefile @@ -167,6 +167,13 @@ gen.proto.python: ${PROTOC} -I=$(PROTOC_INCLUDE) \ --python_betterproto_opt=typing.310 \ --python_betterproto_out=gen/python/src/dp_sdk + @uvx --from 'grpcio-tools==1.80.0' python-grpc-tools-protoc \ + proto/ocf/dp/*.proto \ + -I=proto \ + -I=$(PROTOC_INCLUDE) \ + --python_out=gen/python/src/dp_sdk \ + --pyi_out=gen/python/src/dp_sdk \ + --grpc_python_out=gen/python/src/dp_sdk @touch gen/python/src/dp_sdk/py.typed @echo "$$GEN_PYPROJ" > gen/python/pyproject.toml @echo "Building wheel..."