From 6357150d5617b17515d734b4256cfca8fdc3f8a8 Mon Sep 17 00:00:00 2001 From: Filinto Duran <1373693+filintod@users.noreply.github.com> Date: Mon, 13 Oct 2025 04:34:30 +0100 Subject: [PATCH] update protobuf version in workflow Signed-off-by: Filinto Duran <1373693+filintod@users.noreply.github.com> --- ext/dapr-ext-workflow/setup.cfg | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/ext/dapr-ext-workflow/setup.cfg b/ext/dapr-ext-workflow/setup.cfg index 3776ec899..ec745c5cb 100644 --- a/ext/dapr-ext-workflow/setup.cfg +++ b/ext/dapr-ext-workflow/setup.cfg @@ -27,6 +27,11 @@ install_requires = dapr-dev >= 1.15.0.dev durabletask-dapr >= 0.2.0a7 + # protobuf dependency constrained per durabletask grpc generator + # in https://github.com/dapr/durabletask-python/blob/main/dev-requirements.txt + # check install_requires in https://github.com/grpc/grpc/blob/master/tools/distrib/python/grpcio_tools/setup.py#L349 + protobuf>=6.31.0,<7.0.0 + [options.packages.find] include = dapr.*