File tree Expand file tree Collapse file tree 4 files changed +4
-3
lines changed
Expand file tree Collapse file tree 4 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ build-backend = "setuptools.build_meta"
99
1010[project ]
1111name = " durabletask.azuremanaged"
12- version = " 0.1.2 "
12+ version = " 0.1.3 "
1313description = " Extensions for the Durable Task Python SDK for integrating with the Durable Task Scheduler in Azure"
1414keywords = [
1515 " durable" ,
@@ -26,7 +26,7 @@ requires-python = ">=3.9"
2626license = {file = " LICENSE" }
2727readme = " README.md"
2828dependencies = [
29- " durabletask>=0.2.0 " ,
29+ " durabletask>=0.2.1 " ,
3030 " azure-identity>=1.19.0"
3131]
3232
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ build-backend = "setuptools.build_meta"
99
1010[project ]
1111name = " durabletask"
12- version = " 0.2.0 "
12+ version = " 0.2.1 "
1313description = " A Durable Task Client SDK for Python"
1414keywords = [
1515 " durable" ,
@@ -26,6 +26,7 @@ license = {file = "LICENSE"}
2626readme = " README.md"
2727dependencies = [
2828 " grpcio" ,
29+ " protobuf"
2930]
3031
3132[project .urls ]
You can’t perform that action at this time.
0 commit comments