We use uv to manage the regen environment.
Run the following commands:
uv sync --all-packages --group dev
export DAPR_BRANCH=master # Optional, defaults to master
uv run ./tools/regen_grpcclient.shNote: To use the newly generated protobuf stubs and gRPC interface replace
daprdwithedgeversion ofdaprdbuilt from master branch. Refer this for instructions on how to builddaprdfrom master.