Skip to content

Commit

Permalink
python-sdk update to 1.13.0 for 1.13.0 final release.
Browse files Browse the repository at this point in the history
Signed-off-by: Paul Yuknewicz <[email protected]>
  • Loading branch information
paulyuk committed Mar 6, 2024
1 parent ec32345 commit 77e421e
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion bindings/python/sdk/batch/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
dapr==1.13.0rc1
dapr>=1.13.0,<1.14.0
Flask
typing-extensions
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.13.0rc1
dapr>=1.13.0a,<1.14.0
typing-extensions
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.13.0rc1
dapr>=1.13.0,<1.14.0
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.13.0rc1
dapr>=1.13.0,<1.14.0
cloudevents
uvicorn
typing-extensions
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
dapr==1.13.0rc1
dapr>=1.13.0,<1.14.0
typing-extensions
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
dapr==1.13.0rc1
dapr>=1.13.0,<1.14.0
typing-extensions

0 comments on commit 77e421e

Please sign in to comment.