Skip to content

Commit 8fea807

Browse files
authored
Update durabletask (#909)
Signed-off-by: Albert Callarisa <albert@diagrid.io>
1 parent 4345d95 commit 8fea807

2 files changed

Lines changed: 3 additions & 3 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.0a16
17+
durabletask-dapr >= 0.2.0a19
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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ python_requires = >=3.9
2424
packages = find_namespace:
2525
include_package_data = True
2626
install_requires =
27-
dapr >= 1.17.0rc2
28-
durabletask-dapr >= 0.2.0a16
27+
dapr >= 1.17.0rc3
28+
durabletask-dapr >= 0.2.0a19
2929

3030
[options.packages.find]
3131
include =

0 commit comments

Comments
 (0)