-
Notifications
You must be signed in to change notification settings - Fork 530
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Version bump (dapr rc8, cli rc3 and python sdk 1.15.0rc2) (#1148)
* 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
1 parent
7dfc415
commit 6993063
Showing
9 changed files
with
12 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
dapr>=1.14.0a,<1.15.0 | ||
dapr>=1.15.0rc2 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
5 changes: 3 additions & 2 deletions
5
service_invocation/python/http/order-processor/requirements.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |