From 14c9f9320acedc243cdb1eb231f9929d9b6b567f Mon Sep 17 00:00:00 2001 From: Bernd Verst Date: Mon, 29 Jun 2026 13:30:22 -0700 Subject: [PATCH 1/2] Release v1.7.0: bump SDK versions and update changelogs Bump durabletask and durabletask.azuremanaged to 1.7.0, update the azuremanaged dependency floors, and move Unreleased changelog entries into a v1.7.0 section for both packages. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- CHANGELOG.md | 2 ++ durabletask-azuremanaged/CHANGELOG.md | 2 ++ durabletask-azuremanaged/pyproject.toml | 6 +++--- pyproject.toml | 2 +- 4 files changed, 8 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1564cbce..46df1f48 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## Unreleased +## v1.7.0 + ADDED - Added `durabletask.scheduled`, a recurring schedule feature built on durable diff --git a/durabletask-azuremanaged/CHANGELOG.md b/durabletask-azuremanaged/CHANGELOG.md index e9eb2b09..36829f24 100644 --- a/durabletask-azuremanaged/CHANGELOG.md +++ b/durabletask-azuremanaged/CHANGELOG.md @@ -7,6 +7,8 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## Unreleased +## v1.7.0 + ADDED - `DurableTaskSchedulerWorker`, `DurableTaskSchedulerClient`, and the async diff --git a/durabletask-azuremanaged/pyproject.toml b/durabletask-azuremanaged/pyproject.toml index f0205136..4c113b06 100644 --- a/durabletask-azuremanaged/pyproject.toml +++ b/durabletask-azuremanaged/pyproject.toml @@ -9,7 +9,7 @@ build-backend = "setuptools.build_meta" [project] name = "durabletask.azuremanaged" -version = "1.6.0" +version = "1.7.0" description = "Durable Task Python SDK provider implementation for the Azure Durable Task Scheduler" keywords = [ "durable", @@ -26,13 +26,13 @@ requires-python = ">=3.10" license = {file = "LICENSE"} readme = "README.md" dependencies = [ - "durabletask>=1.6.0", + "durabletask>=1.7.0", "azure-identity>=1.19.0" ] [project.optional-dependencies] azure-blob-payloads = [ - "durabletask[azure-blob-payloads]>=1.6.0" + "durabletask[azure-blob-payloads]>=1.7.0" ] [project.urls] diff --git a/pyproject.toml b/pyproject.toml index f9f581e4..fca9df36 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ build-backend = "setuptools.build_meta" [project] name = "durabletask" -version = "1.6.0" +version = "1.7.0" description = "A Durable Task Client SDK for Python" keywords = [ "durable", From ec13cae01e469821dc312ffbc73bf400371c8b04 Mon Sep 17 00:00:00 2001 From: Bernd Verst Date: Mon, 29 Jun 2026 13:36:25 -0700 Subject: [PATCH 2/2] Document azuremanaged dependency bump Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- durabletask-azuremanaged/CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/durabletask-azuremanaged/CHANGELOG.md b/durabletask-azuremanaged/CHANGELOG.md index 36829f24..f06faae1 100644 --- a/durabletask-azuremanaged/CHANGELOG.md +++ b/durabletask-azuremanaged/CHANGELOG.md @@ -9,6 +9,8 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## v1.7.0 +- Updates base dependency to durabletask v1.7.0. + ADDED - `DurableTaskSchedulerWorker`, `DurableTaskSchedulerClient`, and the async