Skip to content

Commit c26b536

Browse files
committed
Release Dapr Python SDK 1.12.0 and Workflow 0.3.0
Signed-off-by: Bernd Verst <github@bernd.dev>
1 parent 6ee22eb commit c26b536

File tree

14 files changed

+16
-16
lines changed

14 files changed

+16
-16
lines changed

dapr/version/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
limitations under the License.
1414
"""
1515

16-
__version__ = "1.11.0rc1.dev"
16+
__version__ = "1.12.0"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
dapr-ext-fastapi-dev>=1.11.0rc1.dev
1+
dapr-ext-fastapi>=1.12.0
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
dapr-ext-workflow-dev>=0.0.1rc1.dev
1+
dapr-ext-workflow>=0.3.0
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
dapr-ext-grpc-dev >= 1.11.0rc1.dev
2-
dapr-dev >= 1.11.0rc1.dev
1+
dapr-ext-grpc >= 1.12.0
2+
dapr >= 1.12.0

examples/w3c-tracing/requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
dapr-ext-grpc-dev >= 1.11.0rc1.dev
2-
dapr-dev >= 1.11.0rc1.dev
1+
dapr-ext-grpc >= 1.12.0
2+
dapr >= 1.12.0
33
opencensus == 0.9.0
44
opencensus-ext-grpc == 0.7.2
55
opencensus-ext-zipkin == 0.2.2

examples/workflow/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
dapr-ext-workflow>=0.1.0
1+
dapr-ext-workflow>=0.3.0

ext/dapr-ext-fastapi/dapr/ext/fastapi/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
limitations under the License.
1414
"""
1515

16-
__version__ = "1.11.0rc1.dev"
16+
__version__ = "1.12.0"

ext/dapr-ext-fastapi/setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ python_requires = >=3.8
2424
packages = find_namespace:
2525
include_package_data = True
2626
install_requires =
27-
dapr-dev >= 1.11.0rc1.dev
27+
dapr >= 1.12.0
2828
uvicorn >= 0.11.6
2929
fastapi >= 0.60.1
3030

ext/dapr-ext-grpc/dapr/ext/grpc/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
limitations under the License.
1414
"""
1515

16-
__version__ = "1.11.0rc1.dev"
16+
__version__ = "1.12.0"

ext/dapr-ext-grpc/setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ python_requires = >=3.8
2424
packages = find_namespace:
2525
include_package_data = True
2626
install_requires =
27-
dapr-dev >= 1.11.0rc1.dev
27+
dapr >= 1.12.0
2828
cloudevents >= 1.0.0
2929

3030
[options.packages.find]

ext/dapr-ext-workflow/dapr/ext/workflow/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
limitations under the License.
1414
"""
1515

16-
__version__ = "0.2.0rc1.dev"
16+
__version__ = "0.3.0"

ext/dapr-ext-workflow/setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ python_requires = >=3.8
2424
packages = find_namespace:
2525
include_package_data = True
2626
install_requires =
27-
dapr-dev >= 1.11.0rc1.dev
27+
dapr >= 1.12.0
2828
durabletask >= 0.1.0
2929

3030
[options.packages.find]

ext/flask_dapr/flask_dapr/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
limitations under the License.
1414
"""
1515

16-
__version__ = "1.11.0rc1.dev"
16+
__version__ = "1.12.0"

ext/flask_dapr/setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@ include_package_data = true
2626
zip_safe = false
2727
install_requires =
2828
Flask >= 1.1
29-
dapr-dev >= 1.11.0rc1.dev
29+
dapr >= 1.12.0

0 commit comments

Comments
 (0)