We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1569fba commit a7414ebCopy full SHA for a7414eb
dev-requirements.txt
@@ -15,7 +15,7 @@ Flask>=1.1
15
# needed for auto fix
16
ruff===0.2.2
17
# needed for dapr-ext-workflow
18
-durabletask-dapr >= 0.2.0a7
+durabletask-dapr >= 0.2.0a8
19
# needed for .env file loading in examples
20
python-dotenv>=1.0.0
21
# needed for enhanced schema generation from function features
ext/dapr-ext-workflow/setup.cfg
@@ -25,7 +25,7 @@ packages = find_namespace:
25
include_package_data = True
26
install_requires =
27
dapr >= 1.16.0rc2
28
- durabletask-dapr >= 0.2.0a7
+ durabletask-dapr >= 0.2.0a8
29
30
[options.packages.find]
31
include =
0 commit comments