Skip to content

Commit

Permalink
Python SDK updates to dapr>=1.14.0a,<1.15.0
Browse files Browse the repository at this point in the history
Signed-off-by: Paul Yuknewicz <[email protected]>
  • Loading branch information
paulyuk committed Jul 26, 2024
1 parent c6c5614 commit f59cb35
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.0a,<1.14.0
dapr>=1.14.0a,<1.15.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.0a,<1.14.0
dapr>=1.14.0a,<1.15.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.0a,<1.14.0
dapr>=1.14.0a,<1.15.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.0a,<1.14.0
dapr>=1.14.0a,<1.15.0
cloudevents
uvicorn
typing-extensions
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
dapr>=1.13.0a,<1.14.0
dapr>=1.14.0a,<1.15.0
typing-extensions
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
dapr>=1.13.0a,<1.14.0
dapr>=1.14.0a,<1.15.0
typing-extensions

0 comments on commit f59cb35

Please sign in to comment.