Skip to content

Commit fcc02c9

Browse files
Bumps to rc3
Signed-off-by: Elena Kolevska <[email protected]>
1 parent 5cc34cb commit fcc02c9

File tree

15 files changed

+19
-19
lines changed

15 files changed

+19
-19
lines changed

dapr/version/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
limitations under the License.
1414
"""
1515

16-
__version__ = '1.15.0rc2'
16+
__version__ = '1.15.0rc3'

dev-requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ Flask>=1.1
1515
# needed for auto fix
1616
ruff===0.2.2
1717
# needed for dapr-ext-workflow
18-
durabletask-dapr >= 0.2.0a4
18+
durabletask-dapr >= 0.2.0a6
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
dapr-ext-fastapi>=1.15.0rc2
1+
dapr-ext-fastapi>=1.15.0rc3
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
dapr-ext-workflow>=0.6.0rc2
1+
dapr-ext-workflow>=0.6.0rc3
+2-2
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
dapr-ext-grpc >= 1.15.0rc2
2-
dapr >= 1.15.0rc2
1+
dapr-ext-grpc >= 1.15.0rc3
2+
dapr >= 1.15.0rc3

examples/w3c-tracing/requirements.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
dapr-ext-grpc >= 1.15.0rc2
2-
dapr >= 1.15.0rc2
1+
dapr-ext-grpc >= 1.15.0rc3
2+
dapr >= 1.15.0rc3
33
opentelemetry-sdk
44
opentelemetry-instrumentation-grpc
55
opentelemetry-exporter-zipkin

examples/workflow/requirements.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
dapr-ext-workflow>=0.6.0rc2
2-
dapr>=1.15.0rc2
1+
dapr-ext-workflow>=0.6.0rc3
2+
dapr>=1.15.0rc3

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
limitations under the License.
1414
"""
1515

16-
__version__ = '1.15.0rc2'
16+
__version__ = '1.15.0rc3'

ext/dapr-ext-fastapi/setup.cfg

+1-1
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.15.0rc2
27+
dapr >= 1.15.0rc3
2828
uvicorn >= 0.11.6
2929
fastapi >= 0.60.1
3030

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
limitations under the License.
1414
"""
1515

16-
__version__ = '1.15.0rc2'
16+
__version__ = '1.15.0rc3'

ext/dapr-ext-grpc/setup.cfg

+1-1
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.15.0rc2
27+
dapr >= 1.15.0rc3
2828
cloudevents >= 1.0.0
2929

3030
[options.packages.find]

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
limitations under the License.
1414
"""
1515

16-
__version__ = '0.6.0rc2'
16+
__version__ = '0.6.0rc3'

ext/dapr-ext-workflow/setup.cfg

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ python_requires = >=3.9
2424
packages = find_namespace:
2525
include_package_data = True
2626
install_requires =
27-
dapr >= 1.15.0rc2
28-
durabletask-dapr >= 0.2.0a4
27+
dapr >= 1.15.0rc3
28+
durabletask-dapr >= 0.2.0a6
2929

3030
[options.packages.find]
3131
include =

ext/flask_dapr/flask_dapr/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
limitations under the License.
1414
"""
1515

16-
__version__ = '1.15.0rc2'
16+
__version__ = '1.15.0rc3'

ext/flask_dapr/setup.cfg

+1-1
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 >= 1.15.0rc2
29+
dapr >= 1.15.0rc3

0 commit comments

Comments
 (0)