Commit fcc02c9 1 parent 5cc34cb commit fcc02c9 Copy full SHA for fcc02c9
File tree 15 files changed +19
-19
lines changed
demo_workflow/demo_workflow
15 files changed +19
-19
lines changed Original file line number Diff line number Diff line change 13
13
limitations under the License.
14
14
"""
15
15
16
- __version__ = '1.15.0rc2 '
16
+ __version__ = '1.15.0rc3 '
Original file line number Diff line number Diff line change @@ -15,4 +15,4 @@ Flask>=1.1
15
15
# needed for auto fix
16
16
ruff===0.2.2
17
17
# needed for dapr-ext-workflow
18
- durabletask-dapr >= 0.2.0a4
18
+ durabletask-dapr >= 0.2.0a6
Original file line number Diff line number Diff line change 1
- dapr-ext-fastapi >= 1.15.0rc2
1
+ dapr-ext-fastapi >= 1.15.0rc3
Original file line number Diff line number Diff line change 1
- dapr-ext-workflow >= 0.6.0rc2
1
+ dapr-ext-workflow >= 0.6.0rc3
Original file line number Diff line number Diff line change 1
- dapr-ext-grpc >= 1.15.0rc2
2
- dapr >= 1.15.0rc2
1
+ dapr-ext-grpc >= 1.15.0rc3
2
+ dapr >= 1.15.0rc3
Original file line number Diff line number Diff line change 1
- dapr-ext-grpc >= 1.15.0rc2
2
- dapr >= 1.15.0rc2
1
+ dapr-ext-grpc >= 1.15.0rc3
2
+ dapr >= 1.15.0rc3
3
3
opentelemetry-sdk
4
4
opentelemetry-instrumentation-grpc
5
5
opentelemetry-exporter-zipkin
Original file line number Diff line number Diff line change 1
- dapr-ext-workflow >= 0.6.0rc2
2
- dapr >= 1.15.0rc2
1
+ dapr-ext-workflow >= 0.6.0rc3
2
+ dapr >= 1.15.0rc3
Original file line number Diff line number Diff line change 13
13
limitations under the License.
14
14
"""
15
15
16
- __version__ = '1.15.0rc2 '
16
+ __version__ = '1.15.0rc3 '
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ python_requires = >=3.9
24
24
packages = find_namespace:
25
25
include_package_data = True
26
26
install_requires =
27
- dapr >= 1.15.0rc2
27
+ dapr >= 1.15.0rc3
28
28
uvicorn >= 0.11.6
29
29
fastapi >= 0.60.1
30
30
Original file line number Diff line number Diff line change 13
13
limitations under the License.
14
14
"""
15
15
16
- __version__ = '1.15.0rc2 '
16
+ __version__ = '1.15.0rc3 '
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ python_requires = >=3.9
24
24
packages = find_namespace:
25
25
include_package_data = True
26
26
install_requires =
27
- dapr >= 1.15.0rc2
27
+ dapr >= 1.15.0rc3
28
28
cloudevents >= 1.0.0
29
29
30
30
[options.packages.find]
Original file line number Diff line number Diff line change 13
13
limitations under the License.
14
14
"""
15
15
16
- __version__ = '0.6.0rc2 '
16
+ __version__ = '0.6.0rc3 '
Original file line number Diff line number Diff line change @@ -24,8 +24,8 @@ python_requires = >=3.9
24
24
packages = find_namespace:
25
25
include_package_data = True
26
26
install_requires =
27
- dapr >= 1.15.0rc2
28
- durabletask-dapr >= 0.2.0a4
27
+ dapr >= 1.15.0rc3
28
+ durabletask-dapr >= 0.2.0a6
29
29
30
30
[options.packages.find]
31
31
include =
Original file line number Diff line number Diff line change 13
13
limitations under the License.
14
14
"""
15
15
16
- __version__ = '1.15.0rc2 '
16
+ __version__ = '1.15.0rc3 '
Original file line number Diff line number Diff line change @@ -26,4 +26,4 @@ include_package_data = true
26
26
zip_safe = false
27
27
install_requires =
28
28
Flask >= 1.1
29
- dapr >= 1.15.0rc2
29
+ dapr >= 1.15.0rc3
You can’t perform that action at this time.
0 commit comments