Skip to content

Commit 0e6840d

Browse files
committed
chore: bump for patch 1.16 release
Signed-off-by: Samantha Coyle <sam@diagrid.io>
1 parent 0df5da0 commit 0e6840d

15 files changed

Lines changed: 18 additions & 18 deletions

File tree

.github/workflows/validate_examples.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
GOOS: linux
3838
GOARCH: amd64
3939
GOPROXY: https://proxy.golang.org
40-
DAPR_RUNTIME_VER: 1.16.10
40+
DAPR_RUNTIME_VER: 1.16.14
4141
DAPR_CLI_VER: 1.16.5
4242
DAPR_CLI_REF: ${{ github.event.inputs.daprcli_commit }}
4343
DAPR_REF: ${{ github.event.inputs.daprdapr_commit }}

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.16.2'
16+
__version__ = '1.16.3'
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
dapr-ext-fastapi>=1.16.2
1+
dapr-ext-fastapi>=1.16.3
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
dapr-ext-workflow>=1.16.2
1+
dapr-ext-workflow>=1.16.3
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
dapr-ext-grpc >= 1.16.2
2-
dapr >= 1.16.2
1+
dapr-ext-grpc >= 1.16.3
2+
dapr >= 1.16.3
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
dapr-ext-grpc >= 1.16.2
2-
dapr >= 1.16.2
1+
dapr-ext-grpc >= 1.16.3
2+
dapr >= 1.16.3
33
opentelemetry-sdk
44
opentelemetry-instrumentation-grpc
55
opentelemetry-exporter-zipkin

examples/workflow/requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
dapr-ext-workflow>=1.16.2
2-
dapr>=1.16.2
1+
dapr-ext-workflow>=1.16.3
2+
dapr>=1.16.3

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.16.2'
16+
__version__ = '1.16.3'

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.9
2424
packages = find_namespace:
2525
include_package_data = True
2626
install_requires =
27-
dapr >= 1.16.2
27+
dapr >= 1.16.3
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.16.2'
16+
__version__ = '1.16.3'

0 commit comments

Comments
 (0)