Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version bump (dapr rc8, cli rc3 and python sdk 1.15.0rc2) #1148

Merged
merged 6 commits into from
Jan 30, 2025
Merged
Show file tree
Hide file tree
Changes from 5 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
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.7
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
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
Loading