Skip to content

chore: bump for patch 1.17 release#1074

Open
sicoyle wants to merge 1 commit into
dapr:release-1.17from
sicoyle:chore/bump-for-patch-release-1.17
Open

chore: bump for patch 1.17 release#1074
sicoyle wants to merge 1 commit into
dapr:release-1.17from
sicoyle:chore/bump-for-patch-release-1.17

Conversation

@sicoyle
Copy link
Copy Markdown
Contributor

@sicoyle sicoyle commented Jun 1, 2026

Description

patch 1.17 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:

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

Signed-off-by: Samantha Coyle <sam@diagrid.io>
Copilot AI review requested due to automatic review settings June 1, 2026 14:57
@sicoyle sicoyle requested review from a team as code owners June 1, 2026 14:57
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

Prepares the Python SDK and its extension packages for the Dapr 1.17.5 patch release by aligning internal package version constants and extension dependency minimums.

Changes:

  • Bump core SDK version to 1.17.5.
  • Bump each extension’s __version__ to 1.17.5.
  • Update each extension’s install_requires to dapr >= 1.17.5.

Reviewed changes

Copilot reviewed 13 out of 13 changed files in this pull request and generated no comments.

Show a summary per file
File Description
ext/flask_dapr/setup.cfg Update Flask extension dependency to dapr >= 1.17.5.
ext/flask_dapr/flask_dapr/version.py Bump Flask extension package version to 1.17.5.
ext/dapr-ext-workflow/setup.cfg Update Workflow extension dependency to dapr >= 1.17.5.
ext/dapr-ext-workflow/dapr/ext/workflow/version.py Bump Workflow extension package version to 1.17.5.
ext/dapr-ext-strands/setup.cfg Update Strands extension dependency to dapr >= 1.17.5.
ext/dapr-ext-strands/dapr/ext/strands/version.py Bump Strands extension package version to 1.17.5.
ext/dapr-ext-langgraph/setup.cfg Update LangGraph extension dependency to dapr >= 1.17.5.
ext/dapr-ext-langgraph/dapr/ext/langgraph/version.py Bump LangGraph extension package version to 1.17.5.
ext/dapr-ext-grpc/setup.cfg Update gRPC extension dependency to dapr >= 1.17.5.
ext/dapr-ext-grpc/dapr/ext/grpc/version.py Bump gRPC extension package version to 1.17.5.
ext/dapr-ext-fastapi/setup.cfg Update FastAPI extension dependency to dapr >= 1.17.5.
ext/dapr-ext-fastapi/dapr/ext/fastapi/version.py Bump FastAPI extension package version to 1.17.5.
dapr/version/version.py Bump core SDK package version to 1.17.5.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@codecov
Copy link
Copy Markdown

codecov Bot commented Jun 1, 2026

Codecov Report

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

Additional details and impacted files
@@               Coverage Diff               @@
##             release-1.17    #1074   +/-   ##
===============================================
  Coverage                ?   87.84%           
===============================================
  Files                   ?      103           
  Lines                   ?     7538           
  Branches                ?        0           
===============================================
  Hits                    ?     6622           
  Misses                  ?      916           
  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.

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.

2 participants