Python: Add Durabletask samples and minor fixes (#3157)

* Add samples and minor fixes

* Add redis sample and wait-for-completion

* Add wait-for-completion support

* ADd missing docs
This commit is contained in:
Laveesh Rohra
2026-01-14 10:56:11 -08:00
committed by GitHub
Unverified
parent 1e36ba33c4
commit 3df916064c
48 changed files with 4221 additions and 1153 deletions
+2 -2
View File
@@ -23,8 +23,8 @@ classifiers = [
]
dependencies = [
"agent-framework-core",
"durabletask>=1.1.0",
"durabletask-azuremanaged>=1.1.0"
"durabletask>=1.3.0",
"durabletask-azuremanaged>=1.3.0"
]
[dependency-groups]