We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6745935 commit 4b822ddCopy full SHA for 4b822dd
ext/dapr-ext-workflow/setup.cfg
@@ -27,6 +27,11 @@ install_requires =
27
dapr >= 1.16.1rc1
28
durabletask-dapr >= 0.2.0a9
29
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
+
35
[options.packages.find]
36
include =
37
dapr.*
0 commit comments