Skip to content

Commit 6ebee61

Browse files
committed
chore(deps): bump durabletask-dapr to 0.2.0a15
Signed-off-by: Casper Nielsen <casper@diagrid.io>
1 parent 0fe1c11 commit 6ebee61

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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.0a9
17+
durabletask-dapr >= 0.2.0a15
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.dev
28-
durabletask-dapr >= 0.2.0a12
28+
durabletask-dapr >= 0.2.0a15
2929

3030
[options.packages.find]
3131
include =

0 commit comments

Comments
 (0)