Skip to content

Conversation

@filintod
Copy link
Contributor

@filintod filintod commented Oct 13, 2025

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:

  • Code compiles correctly
  • Created/updated tests
  • Extended the documentation

@filintod filintod requested review from a team as code owners October 13, 2025 03:36
@filintod
Copy link
Contributor Author

@acroca ptal

@codecov
Copy link

codecov bot commented Oct 21, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
⚠️ Please upload report for BASE (release-1.16@6745935). Learn more about missing BASE report.

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.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

# 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

@filintod filintod changed the base branch from main to release-1.16 October 25, 2025 13:29
Signed-off-by: Filinto Duran <[email protected]>
@filintod filintod force-pushed the filinto/update-protobuf-workflows-version branch from 6357150 to 4b822dd Compare October 25, 2025 13:42
@filintod
Copy link
Contributor Author

closing in favor of dapr/durabletask-python#26

@filintod filintod closed this Oct 28, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[WORKFLOW SDK BUG] Setup protobuf version to handle upgrades gracefully

2 participants