Skip to content

Commit

Permalink
Version bump (dapr rc8, cli rc3 and python sdk 1.15.0rc2) (#1148)
Browse files Browse the repository at this point in the history
* Updates to python sdk 1.15.0rc2

Signed-off-by: Elena Kolevska <elena@kolevska.com>

* Test fix

Signed-off-by: Elena Kolevska <elena@kolevska.com>

* test fix

Signed-off-by: Elena Kolevska <elena@kolevska.com>

* Bumps runtime and cli versions

Signed-off-by: Elena Kolevska <elena@kolevska.com>

* Bumps runtime to rc8

Signed-off-by: Elena Kolevska <elena@kolevska.com>

---------

Signed-off-by: Elena Kolevska <elena@kolevska.com>
Signed-off-by: Elena Kolevska <elena-kolevska@users.noreply.github.com>
  • Loading branch information
elena-kolevska authored Jan 30, 2025
1 parent 7dfc415 commit 6993063
Show file tree
Hide file tree
Showing 9 changed files with 12 additions and 11 deletions.
4 changes: 2 additions & 2 deletions .github/env/global.env
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
DAPR_CLI_VERSION: 1.15.0-rc.2
DAPR_RUNTIME_VERSION: 1.15.0-rc.5
DAPR_CLI_VERSION: 1.15.0-rc.3
DAPR_RUNTIME_VERSION: 1.15.0-rc.8
DAPR_INSTALL_URL: https://raw.githubusercontent.com/dapr/cli/v${DAPR_CLI_VERSION}/install/
DAPR_DEFAULT_IMAGE_REGISTRY: ghcr

Expand Down
2 changes: 1 addition & 1 deletion bindings/python/sdk/batch/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
dapr>=1.14.0a,<1.15.0
dapr>=1.15.0rc2
Flask
typing-extensions
werkzeug>=3.0.3 # not directly required, pinned by Snyk to avoid a vulnerability
2 changes: 1 addition & 1 deletion configuration/python/sdk/order-processor/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
dapr>=1.14.0a,<1.15.0
dapr>=1.15.0rc2
typing-extensions
2 changes: 1 addition & 1 deletion cryptography/python/sdk/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ expected_stdout_lines:
- '== APP == Encrypted the message, got 856 bytes'
- '== APP == Decrypted the message, got 24 bytes'
- '== APP == The secret is "passw0rd"'
- '== APP == Wrote decrypted data to encrypted.out'
- '== APP == Wrote encrypted data to encrypted.out'
- '== APP == Wrote decrypted data to decrypted.out.jpg'
- "Exited App successfully"
expected_stderr_lines:
Expand Down
2 changes: 1 addition & 1 deletion pub_sub/python/sdk/checkout/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
dapr>=1.14.0a,<1.15.0
dapr>=1.15.0rc2
2 changes: 1 addition & 1 deletion pub_sub/python/sdk/order-processor/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Flask
dapr>=1.14.0a,<1.15.0
dapr>=1.15.0rc2
cloudevents
uvicorn
typing-extensions
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
dapr>=1.14.0a,<1.15.0
dapr>=1.15.0rc2
typing-extensions
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
Flask
dapr
dapr>=1.15.0rc2
typing-extensions
werkzeug>=3.0.3 # not directly required, pinned by Snyk to avoid a vulnerability
werkzeug>=3.0.3 # not directly required, pinned by Snyk to avoid a vulnerability

Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
dapr>=1.14.0a,<1.15.0
dapr>=1.15.0rc2
typing-extensions

0 comments on commit 6993063

Please sign in to comment.