Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions ext/dapr-ext-workflow/setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,11 @@ install_requires =
dapr >= 1.16.1rc1
durabletask-dapr >= 0.2.0a9

# 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
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we probably should bump durabletask-dapr too

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we need to update durable task with fix for continue_as_new


[options.packages.find]
include =
dapr.*
Expand Down
Loading