Skip to content

Commit 4b822dd

Browse files
committed
update protobuf min
Signed-off-by: Filinto Duran <[email protected]>
1 parent 6745935 commit 4b822dd

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

ext/dapr-ext-workflow/setup.cfg

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,11 @@ install_requires =
2727
dapr >= 1.16.1rc1
2828
durabletask-dapr >= 0.2.0a9
2929

30+
# protobuf dependency constrained per durabletask grpc generator
31+
# in https://github.com/dapr/durabletask-python/blob/main/dev-requirements.txt
32+
# check install_requires in https://github.com/grpc/grpc/blob/master/tools/distrib/python/grpcio_tools/setup.py#L349
33+
protobuf>=6.31.0,<7.0.0
34+
3035
[options.packages.find]
3136
include =
3237
dapr.*

0 commit comments

Comments
 (0)