Skip to content
This repository was archived by the owner on Mar 31, 2026. It is now read-only.

Commit 11f45d7

Browse files
committed
chore: prepare to archive this repo
Signed-off-by: Samantha Coyle <sam@diagrid.io>
1 parent c534178 commit 11f45d7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
# Durable Task Client SDK for Python (Dapr fork)
22

3+
> **This repository has been archived.** The Durable Task client logic that lived here has been moved into the [Dapr Python SDK](https://github.com/dapr/python-sdk). All future development, issues, and contributions should be directed there.
4+
35
[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT)
46
[![Build Validation](https://github.com/microsoft/durabletask-python/actions/workflows/pr-validation.yml/badge.svg)](https://github.com/microsoft/durabletask-python/actions/workflows/pr-validation.yml)
57
[![PyPI version](https://badge.fury.io/py/durabletask.svg)](https://badge.fury.io/py/durabletask)
68

79
This repo contains a Python client SDK for use with the [Durable Task Framework for Go](https://github.com/microsoft/durabletask-go) and [Dapr Workflow](https://docs.dapr.io/developing-applications/building-blocks/workflow/workflow-overview/). With this SDK, you can define, schedule, and manage durable orchestrations using ordinary Python code.
810

9-
⚠️ **This SDK is currently under active development and is not yet ready for production use.** ⚠️
10-
1111
> Note that this project is **not** currently affiliated with the [Durable Functions](https://docs.microsoft.com/azure/azure-functions/durable/durable-functions-overview) project for Azure Functions. If you are looking for a Python SDK for Durable Functions, please see [this repo](https://github.com/Azure/azure-functions-durable-python).
1212
1313

0 commit comments

Comments
 (0)