File tree 4 files changed +4
-3
lines changed
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"
9
9
10
10
[project ]
11
11
name = " durabletask.azuremanaged"
12
- version = " 0.1.2 "
12
+ version = " 0.1.3 "
13
13
description = " Extensions for the Durable Task Python SDK for integrating with the Durable Task Scheduler in Azure"
14
14
keywords = [
15
15
" durable" ,
@@ -26,7 +26,7 @@ requires-python = ">=3.9"
26
26
license = {file = " LICENSE" }
27
27
readme = " README.md"
28
28
dependencies = [
29
- " durabletask>=0.2.0 " ,
29
+ " durabletask>=0.2.1 " ,
30
30
" azure-identity>=1.19.0"
31
31
]
32
32
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ build-backend = "setuptools.build_meta"
9
9
10
10
[project ]
11
11
name = " durabletask"
12
- version = " 0.2.0 "
12
+ version = " 0.2.1 "
13
13
description = " A Durable Task Client SDK for Python"
14
14
keywords = [
15
15
" durable" ,
@@ -26,6 +26,7 @@ license = {file = "LICENSE"}
26
26
readme = " README.md"
27
27
dependencies = [
28
28
" grpcio" ,
29
+ " protobuf"
29
30
]
30
31
31
32
[project .urls ]
You can’t perform that action at this time.
0 commit comments