Skip to content

Commit 7925e8b

Browse files
committed
Add missing protobuf dependency
1 parent 8ad3849 commit 7925e8b

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed

durabletask-azuremanaged/durabletask/azuremanaged/internal/py.typed

Whitespace-only changes.

durabletask-azuremanaged/durabletask/azuremanaged/py.typed

Whitespace-only changes.

durabletask-azuremanaged/pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ build-backend = "setuptools.build_meta"
99

1010
[project]
1111
name = "durabletask.azuremanaged"
12-
version = "0.1.2"
12+
version = "0.1.3"
1313
description = "Extensions for the Durable Task Python SDK for integrating with the Durable Task Scheduler in Azure"
1414
keywords = [
1515
"durable",
@@ -26,7 +26,7 @@ requires-python = ">=3.9"
2626
license = {file = "LICENSE"}
2727
readme = "README.md"
2828
dependencies = [
29-
"durabletask>=0.2.0",
29+
"durabletask>=0.2.1",
3030
"azure-identity>=1.19.0"
3131
]
3232

pyproject.toml

+2-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ build-backend = "setuptools.build_meta"
99

1010
[project]
1111
name = "durabletask"
12-
version = "0.2.0"
12+
version = "0.2.1"
1313
description = "A Durable Task Client SDK for Python"
1414
keywords = [
1515
"durable",
@@ -26,6 +26,7 @@ license = {file = "LICENSE"}
2626
readme = "README.md"
2727
dependencies = [
2828
"grpcio",
29+
"protobuf"
2930
]
3031

3132
[project.urls]

0 commit comments

Comments
 (0)