Skip to content

Commit a7414eb

Browse files
authored
use latest durabletask (#840)
Signed-off-by: Cassandra Coyle <[email protected]>
1 parent 1569fba commit a7414eb

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
@@ -15,7 +15,7 @@ Flask>=1.1
1515
# needed for auto fix
1616
ruff===0.2.2
1717
# needed for dapr-ext-workflow
18-
durabletask-dapr >= 0.2.0a7
18+
durabletask-dapr >= 0.2.0a8
1919
# needed for .env file loading in examples
2020
python-dotenv>=1.0.0
2121
# 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.16.0rc2
28-
durabletask-dapr >= 0.2.0a7
28+
durabletask-dapr >= 0.2.0a8
2929

3030
[options.packages.find]
3131
include =

0 commit comments

Comments
 (0)