-
Notifications
You must be signed in to change notification settings - Fork 129
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
Pin workflow SDK 0.4.1 in example #715
Merged
Merged
Conversation
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
Signed-off-by: Bernd Verst <[email protected]>
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #715 +/- ##
==========================================
- Coverage 86.37% 86.35% -0.02%
==========================================
Files 79 82 +3
Lines 4094 4193 +99
==========================================
+ Hits 3536 3621 +85
- Misses 558 572 +14 ☔ View full report in Codecov by Sentry. |
Signed-off-by: Bernd Verst <[email protected]>
Signed-off-by: Bernd Verst <[email protected]>
akshaya-a
pushed a commit
to akshaya-a/python-sdk
that referenced
this pull request
May 18, 2024
* Pin workflow SDK 0.4.1 in example Signed-off-by: Bernd Verst <[email protected]> * fix workflow dev version Signed-off-by: Bernd Verst <[email protected]> * fix workflow example dependency Signed-off-by: Bernd Verst <[email protected]> --------- Signed-off-by: Bernd Verst <[email protected]> Signed-off-by: Akshaya Annavajhala <[email protected]>
akshaya-a
pushed a commit
to akshaya-a/python-sdk
that referenced
this pull request
May 18, 2024
* Pin workflow SDK 0.4.1 in example Signed-off-by: Bernd Verst <[email protected]> * fix workflow dev version Signed-off-by: Bernd Verst <[email protected]> * fix workflow example dependency Signed-off-by: Bernd Verst <[email protected]> --------- Signed-off-by: Bernd Verst <[email protected]> Signed-off-by: Akshaya Annavajhala <[email protected]>
ksachdeva
pushed a commit
to ksachdeva/dapr-python-sdk
that referenced
this pull request
Jun 24, 2024
* Pin workflow SDK 0.4.1 in example Signed-off-by: Bernd Verst <[email protected]> * fix workflow dev version Signed-off-by: Bernd Verst <[email protected]> * fix workflow example dependency Signed-off-by: Bernd Verst <[email protected]> --------- Signed-off-by: Bernd Verst <[email protected]> Signed-off-by: Kapil Sachdeva <[email protected]>
berndverst
added a commit
that referenced
this pull request
Jun 26, 2024
* only serialize failure details if they exist Signed-off-by: Akshaya Annavajhala <[email protected]> * Pin workflow SDK 0.4.1 in example (#715) * Pin workflow SDK 0.4.1 in example Signed-off-by: Bernd Verst <[email protected]> * fix workflow dev version Signed-off-by: Bernd Verst <[email protected]> * fix workflow example dependency Signed-off-by: Bernd Verst <[email protected]> --------- Signed-off-by: Bernd Verst <[email protected]> Signed-off-by: Akshaya Annavajhala <[email protected]> --------- Signed-off-by: Akshaya Annavajhala <[email protected]> Signed-off-by: Bernd Verst <[email protected]> Co-authored-by: Bernd Verst <[email protected]>
berndverst
added a commit
that referenced
this pull request
Jun 26, 2024
…Runtime & ext/fastapi,flask (#714) * Fix Holopin alias (#706) Signed-off-by: Marc Duiker <[email protected]> Signed-off-by: Kapil Sachdeva <[email protected]> * Add the support to pass user supplied actor_factory callable in ActorRuntime & ext/fastapi,flask Signed-off-by: Kapil Sachdeva <[email protected]> * chore - lint runtime.py & test_actor_factory.py Signed-off-by: Kapil Sachdeva <[email protected]> * Pin workflow SDK 0.4.1 in example (#715) * Pin workflow SDK 0.4.1 in example Signed-off-by: Bernd Verst <[email protected]> * fix workflow dev version Signed-off-by: Bernd Verst <[email protected]> * fix workflow example dependency Signed-off-by: Bernd Verst <[email protected]> --------- Signed-off-by: Bernd Verst <[email protected]> Signed-off-by: Kapil Sachdeva <[email protected]> * doc: document that users can self-assign issues (#712) * doc: document that users can self-assign issues Signed-off-by: KentHsu <[email protected]> * doc: reorder paragraph and update CONTRIBUTING.md Signed-off-by: KentHsu <[email protected]> --------- Signed-off-by: KentHsu <[email protected]> Co-authored-by: Elena Kolevska <[email protected]> Signed-off-by: Kapil Sachdeva <[email protected]> * Standardize README shield badges (#721) Signed-off-by: Pieter de Bruin <[email protected]> Co-authored-by: Bernd Verst <[email protected]> Signed-off-by: Kapil Sachdeva <[email protected]> * remove unneeded import Signed-off-by: Bernd Verst <[email protected]> --------- Signed-off-by: Marc Duiker <[email protected]> Signed-off-by: Kapil Sachdeva <[email protected]> Signed-off-by: Bernd Verst <[email protected]> Signed-off-by: KentHsu <[email protected]> Signed-off-by: Pieter de Bruin <[email protected]> Co-authored-by: Marc Duiker <[email protected]> Co-authored-by: Bernd Verst <[email protected]> Co-authored-by: Kent (Chia-Hao), Hsu <[email protected]> Co-authored-by: Elena Kolevska <[email protected]> Co-authored-by: Pieter de Bruin <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Pin minimum workflow SDK in example