From 143e577200d592de4b6d9b16fcc3a591dad2f413 Mon Sep 17 00:00:00 2001 From: Paul Yuknewicz Date: Wed, 28 Feb 2024 14:10:35 -0800 Subject: [PATCH] Updating python-sdk versions to align with 1.13 RC Signed-off-by: Paul Yuknewicz --- bindings/python/sdk/batch/requirements.txt | 2 +- configuration/python/sdk/order-processor/requirements.txt | 2 +- pub_sub/python/sdk/checkout/requirements.txt | 2 +- pub_sub/python/sdk/order-processor-fastapi/requirements.txt | 2 +- pub_sub/python/sdk/order-processor/requirements.txt | 2 +- secrets_management/python/sdk/order-processor/requirements.txt | 2 +- state_management/python/sdk/order-processor/requirements.txt | 2 +- workflows/python/sdk/order-processor/requirements.txt | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/bindings/python/sdk/batch/requirements.txt b/bindings/python/sdk/batch/requirements.txt index e4346c9cc..139a42c39 100644 --- a/bindings/python/sdk/batch/requirements.txt +++ b/bindings/python/sdk/batch/requirements.txt @@ -1,3 +1,3 @@ -dapr +dapr==1.13.0rc1 Flask typing-extensions \ No newline at end of file diff --git a/configuration/python/sdk/order-processor/requirements.txt b/configuration/python/sdk/order-processor/requirements.txt index 88fa34c93..d9db172e4 100644 --- a/configuration/python/sdk/order-processor/requirements.txt +++ b/configuration/python/sdk/order-processor/requirements.txt @@ -1,2 +1,2 @@ -dapr +dapr==1.13.0rc1 typing-extensions \ No newline at end of file diff --git a/pub_sub/python/sdk/checkout/requirements.txt b/pub_sub/python/sdk/checkout/requirements.txt index 53c597519..db4988767 100644 --- a/pub_sub/python/sdk/checkout/requirements.txt +++ b/pub_sub/python/sdk/checkout/requirements.txt @@ -1 +1 @@ -dapr +dapr==1.13.0rc1 diff --git a/pub_sub/python/sdk/order-processor-fastapi/requirements.txt b/pub_sub/python/sdk/order-processor-fastapi/requirements.txt index 582c8ee81..21d943187 100644 --- a/pub_sub/python/sdk/order-processor-fastapi/requirements.txt +++ b/pub_sub/python/sdk/order-processor-fastapi/requirements.txt @@ -1,4 +1,4 @@ fastapi -dapr-ext-fastapi==1.10.0 +dapr-ext-fastapi-dev cloudevents uvicorn diff --git a/pub_sub/python/sdk/order-processor/requirements.txt b/pub_sub/python/sdk/order-processor/requirements.txt index ba4993edf..d471f6cf7 100644 --- a/pub_sub/python/sdk/order-processor/requirements.txt +++ b/pub_sub/python/sdk/order-processor/requirements.txt @@ -1,5 +1,5 @@ Flask -dapr +dapr==1.13.0rc1 cloudevents uvicorn typing-extensions \ No newline at end of file diff --git a/secrets_management/python/sdk/order-processor/requirements.txt b/secrets_management/python/sdk/order-processor/requirements.txt index 88fa34c93..d9db172e4 100644 --- a/secrets_management/python/sdk/order-processor/requirements.txt +++ b/secrets_management/python/sdk/order-processor/requirements.txt @@ -1,2 +1,2 @@ -dapr +dapr==1.13.0rc1 typing-extensions \ No newline at end of file diff --git a/state_management/python/sdk/order-processor/requirements.txt b/state_management/python/sdk/order-processor/requirements.txt index 88fa34c93..d9db172e4 100644 --- a/state_management/python/sdk/order-processor/requirements.txt +++ b/state_management/python/sdk/order-processor/requirements.txt @@ -1,2 +1,2 @@ -dapr +dapr==1.13.0rc1 typing-extensions \ No newline at end of file diff --git a/workflows/python/sdk/order-processor/requirements.txt b/workflows/python/sdk/order-processor/requirements.txt index b7f8da74f..79b710910 100644 --- a/workflows/python/sdk/order-processor/requirements.txt +++ b/workflows/python/sdk/order-processor/requirements.txt @@ -1 +1 @@ -dapr-ext-workflow>=0.1.0 +dapr-ext-workflow