We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 745ead9 commit dc45241Copy full SHA for dc45241
2 files changed
durabletask-azuremanaged/pyproject.toml
@@ -9,7 +9,7 @@ build-backend = "setuptools.build_meta"
9
10
[project]
11
name = "durabletask.azuremanaged"
12
-version = "0.2.0"
+version = "0.3.0"
13
description = "Durable Task Python SDK provider implementation for the Azure Durable Task Scheduler"
14
keywords = [
15
"durable",
@@ -26,7 +26,7 @@ requires-python = ">=3.9"
26
license = {file = "LICENSE"}
27
readme = "README.md"
28
dependencies = [
29
- "durabletask>=0.3.0",
+ "durabletask>=0.4.0",
30
"azure-identity>=1.19.0"
31
]
32
pyproject.toml
name = "durabletask"
-version = "0.3.0"
+version = "0.4.0"
description = "A Durable Task Client SDK for Python"
0 commit comments