Skip to content

Commit

Permalink
Pin workflow SDK 0.4.1 in example (#715)
Browse files Browse the repository at this point in the history
* 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]>
  • Loading branch information
berndverst authored and akshaya-a committed May 18, 2024
1 parent d2cf289 commit c5323f1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion examples/workflow/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
dapr-ext-workflow>=0.1.0
dapr-ext-workflow-dev>=0.4.1rc1.dev
dapr-dev>=1.13.0rc1.dev
2 changes: 1 addition & 1 deletion ext/dapr-ext-workflow/dapr/ext/workflow/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
limitations under the License.
"""

__version__ = '0.4.0rc1.dev'
__version__ = '0.4.1rc1.dev'

0 comments on commit c5323f1

Please sign in to comment.