We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0fe1c11 commit 6ebee61Copy full SHA for 6ebee61
dev-requirements.txt
@@ -14,7 +14,7 @@ Flask>=1.1
14
# needed for auto fix
15
ruff===0.14.1
16
# needed for dapr-ext-workflow
17
-durabletask-dapr >= 0.2.0a9
+durabletask-dapr >= 0.2.0a15
18
# needed for .env file loading in examples
19
python-dotenv>=1.0.0
20
# 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.17.0.dev
28
- durabletask-dapr >= 0.2.0a12
+ durabletask-dapr >= 0.2.0a15
29
30
[options.packages.find]
31
include =
0 commit comments