Skip to content

Commit e0afd71

Browse files
committed
Update durabletask to 0.17.1 (#944)
Signed-off-by: Albert Callarisa <albert@diagrid.io> (cherry picked from commit 47d6fe8) Signed-off-by: Albert Callarisa <albert@diagrid.io>
1 parent 5dec36a commit e0afd71

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

dev-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Flask>=1.1
1414
# needed for auto fix
1515
ruff===0.14.1
1616
# needed for dapr-ext-workflow
17-
durabletask-dapr >= 0.2.0a19
17+
durabletask-dapr >= 0.17.1
1818
# needed for .env file loading in examples
1919
python-dotenv>=1.0.0
2020
# needed for enhanced schema generation from function features

ext/dapr-ext-workflow/setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ packages = find_namespace:
2525
include_package_data = True
2626
install_requires =
2727
dapr >= 1.17.0
28-
durabletask-dapr >= 0.2.0a19
28+
durabletask-dapr >= 0.17.1
2929

3030
[options.packages.find]
3131
include =

0 commit comments

Comments
 (0)