-
Notifications
You must be signed in to change notification settings - Fork 138
update protobuf version in workflow #850
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
update protobuf version in workflow #850
Conversation
|
@acroca ptal |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## release-1.16 #850 +/- ##
===============================================
Coverage ? 87.15%
===============================================
Files ? 93
Lines ? 6164
Branches ? 0
===============================================
Hits ? 5372
Misses ? 792
Partials ? 0 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
| # 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 |
There was a problem hiding this comment.
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
There was a problem hiding this comment.
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
Signed-off-by: Filinto Duran <[email protected]>
6357150 to
4b822dd
Compare
|
closing in favor of dapr/durabletask-python#26 |
Description
Fixes: #849
Issue reference
We strive to have all PR being opened based on an issue, where the problem or feature have been discussed prior to implementation.
Please reference the issue this PR will close: #849
Checklist
Please make sure you've completed the relevant tasks for this PR, out of the following list: