chore: bump for patch 1.16 release#1073
Open
sicoyle wants to merge 1 commit into
Open
Conversation
Signed-off-by: Samantha Coyle <sam@diagrid.io>
Contributor
There was a problem hiding this comment.
Pull request overview
Prepares the Dapr Python SDK and its extension packages for the 1.16.3 patch release by updating internal package versions, dependency minimums, and example/workflow pins.
Changes:
- Bump
__version__from1.16.2to1.16.3across the core SDK and extensions. - Update extension
install_requiresand examplerequirements.txtfiles to require>=1.16.3. - Update the examples validation GitHub Actions workflow to use Dapr runtime
1.16.14.
Reviewed changes
Copilot reviewed 15 out of 15 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
ext/flask_dapr/setup.cfg |
Bumps minimum dapr dependency to >= 1.16.3 for the Flask extension. |
ext/flask_dapr/flask_dapr/version.py |
Updates Flask extension package version to 1.16.3. |
ext/dapr-ext-workflow/setup.cfg |
Bumps minimum dapr dependency to >= 1.16.3 for the workflow extension. |
ext/dapr-ext-workflow/dapr/ext/workflow/version.py |
Updates workflow extension package version to 1.16.3. |
ext/dapr-ext-grpc/setup.cfg |
Bumps minimum dapr dependency to >= 1.16.3 for the gRPC extension. |
ext/dapr-ext-grpc/dapr/ext/grpc/version.py |
Updates gRPC extension package version to 1.16.3. |
ext/dapr-ext-fastapi/setup.cfg |
Bumps minimum dapr dependency to >= 1.16.3 for the FastAPI extension. |
ext/dapr-ext-fastapi/dapr/ext/fastapi/version.py |
Updates FastAPI extension package version to 1.16.3. |
examples/workflow/requirements.txt |
Pins example dependencies to >= 1.16.3. |
examples/w3c-tracing/requirements.txt |
Pins example dependencies to >= 1.16.3. |
examples/invoke-simple/requirements.txt |
Pins example dependencies to >= 1.16.3. |
examples/demo_workflow/demo_workflow/requirements.txt |
Pins example dependency to >= 1.16.3. |
examples/demo_actor/demo_actor/requirements.txt |
Pins example dependency to >= 1.16.3. |
dapr/version/version.py |
Updates core SDK package version to 1.16.3. |
.github/workflows/validate_examples.yaml |
Updates validation workflow to initialize Dapr runtime 1.16.14. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## release-1.16 #1073 +/- ##
===============================================
Coverage ? 87.15%
===============================================
Files ? 93
Lines ? 6166
Branches ? 0
===============================================
Hits ? 5374
Misses ? 792
Partials ? 0 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
seherv
approved these changes
Jun 1, 2026
seherv
approved these changes
Jun 1, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
patch 1.16 release prep. Once merged i will cut/push the tag
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: #[issue number]
Checklist
Please make sure you've completed the relevant tasks for this PR, out of the following list: