Skip to content

Commit

Permalink
Updating python-sdk versions to align with 1.13 RC
Browse files Browse the repository at this point in the history
Signed-off-by: Paul Yuknewicz <[email protected]>
  • Loading branch information
paulyuk committed Feb 28, 2024
1 parent c7fa127 commit 143e577
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 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
dapr==1.13.0rc1
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
dapr==1.13.0rc1
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
dapr==1.13.0rc1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
fastapi
dapr-ext-fastapi==1.10.0
dapr-ext-fastapi-dev
cloudevents
uvicorn
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
dapr==1.13.0rc1
cloudevents
uvicorn
typing-extensions
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
dapr
dapr==1.13.0rc1
typing-extensions
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
dapr
dapr==1.13.0rc1
typing-extensions
2 changes: 1 addition & 1 deletion workflows/python/sdk/order-processor/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
dapr-ext-workflow>=0.1.0
dapr-ext-workflow

0 comments on commit 143e577

Please sign in to comment.