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 f959cd5 commit 6357150Copy full SHA for 6357150
ext/dapr-ext-workflow/setup.cfg
@@ -27,6 +27,11 @@ install_requires =
27
dapr-dev >= 1.15.0.dev
28
durabletask-dapr >= 0.2.0a7
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