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 4345d95 commit 8fea807Copy full SHA for 8fea807
2 files changed
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.0a16
+durabletask-dapr >= 0.2.0a19
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
@@ -24,8 +24,8 @@ python_requires = >=3.9
24
packages = find_namespace:
25
include_package_data = True
26
install_requires =
27
- dapr >= 1.17.0rc2
28
- durabletask-dapr >= 0.2.0a16
+ dapr >= 1.17.0rc3
+ durabletask-dapr >= 0.2.0a19
29
30
[options.packages.find]
31
include =
0 commit comments