Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion dapr/version/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
limitations under the License.
"""

__version__ = '1.16.1rc1'
__version__ = '1.16.1'
2 changes: 1 addition & 1 deletion examples/demo_actor/demo_actor/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
dapr-ext-fastapi>=1.16.1rc1
dapr-ext-fastapi>=1.16.1
2 changes: 1 addition & 1 deletion examples/demo_workflow/demo_workflow/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
dapr-ext-workflow>=1.16.1rc1
dapr-ext-workflow>=1.16.1
4 changes: 2 additions & 2 deletions examples/invoke-simple/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
dapr-ext-grpc >= 1.16.1rc1
dapr >= 1.16.1rc1
dapr-ext-grpc >= 1.16.1
dapr >= 1.16.1
4 changes: 2 additions & 2 deletions examples/metadata/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ expected_stdout_lines:
- "== APP == registered_components:"
- "== APP == name=lockstore type=lock.redis version= capabilities=[]"
- "== APP == name=pubsub type=pubsub.redis version=v1 capabilities=[]"
- "== APP == name=statestore type=state.redis version=v1 capabilities=['ACTOR', 'ETAG', 'TRANSACTIONAL'"
- "== APP == name=statestore type=state.redis version=v1 capabilities=['ACTOR', 'ETAG', 'KEYS_LIKE', 'TRANSACTIONAL', 'TTL'"
- "== APP == We will update our custom label value and check it was persisted"
- "== APP == We added a custom label named [is-this-our-metadata-example]"
- "== APP == Its old value was [yes] but now it is [You bet it is!]"
Expand All @@ -64,7 +64,7 @@ The output should be as follows:
== APP == registered_components:
== APP == name=lockstore type=lock.redis version= capabilities=[]
== APP == name=pubsub type=pubsub.redis version=v1 capabilities=[]
== APP == name=statestore type=state.redis version=v1 capabilities=['ACTOR', 'ETAG', 'TRANSACTIONAL', 'TTL']
== APP == name=statestore type=state.redis version=v1 capabilities=['ACTOR', 'ETAG', 'KEYS_LIKE', 'TRANSACTIONAL', 'TTL']
== APP == We will update our custom label value and check it was persisted
== APP == We added a custom label named [is-this-our-metadata-example]
== APP == Its old value was [yes] but now it is [You bet it is!]
Expand Down
4 changes: 2 additions & 2 deletions examples/w3c-tracing/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
dapr-ext-grpc >= 1.16.1rc1
dapr >= 1.16.1rc1
dapr-ext-grpc >= 1.16.1
dapr >= 1.16.1
opentelemetry-sdk
opentelemetry-instrumentation-grpc
opentelemetry-exporter-zipkin
4 changes: 2 additions & 2 deletions examples/workflow/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
dapr-ext-workflow>=1.16.1rc1
dapr>=1.16.1rc1
dapr-ext-workflow>=1.16.1
dapr>=1.16.1
2 changes: 1 addition & 1 deletion ext/dapr-ext-fastapi/dapr/ext/fastapi/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
limitations under the License.
"""

__version__ = '1.16.1rc1'
__version__ = '1.16.1'
2 changes: 1 addition & 1 deletion ext/dapr-ext-fastapi/setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ python_requires = >=3.9
packages = find_namespace:
include_package_data = True
install_requires =
dapr >= 1.16.1rc1
dapr >= 1.16.1
uvicorn >= 0.11.6
fastapi >= 0.60.1

Expand Down
2 changes: 1 addition & 1 deletion ext/dapr-ext-grpc/dapr/ext/grpc/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
limitations under the License.
"""

__version__ = '1.16.1rc1'
__version__ = '1.16.1'
2 changes: 1 addition & 1 deletion ext/dapr-ext-grpc/setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ python_requires = >=3.9
packages = find_namespace:
include_package_data = True
install_requires =
dapr >= 1.16.1rc1
dapr >= 1.16.1
cloudevents >= 1.0.0

[options.packages.find]
Expand Down
2 changes: 1 addition & 1 deletion ext/dapr-ext-workflow/dapr/ext/workflow/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
limitations under the License.
"""

__version__ = '1.16.1rc1'
__version__ = '1.16.1'
2 changes: 1 addition & 1 deletion ext/dapr-ext-workflow/setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ python_requires = >=3.9
packages = find_namespace:
include_package_data = True
install_requires =
dapr >= 1.16.1rc1
dapr >= 1.16.1
durabletask-dapr >= 0.2.0a9

[options.packages.find]
Expand Down
2 changes: 1 addition & 1 deletion ext/flask_dapr/flask_dapr/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
limitations under the License.
"""

__version__ = '1.16.1rc1'
__version__ = '1.16.1'
2 changes: 1 addition & 1 deletion ext/flask_dapr/setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ include_package_data = true
zip_safe = false
install_requires =
Flask >= 1.1
dapr >= 1.16.1rc1
dapr >= 1.16.1