From 77e421e2760ad5a9b054607c4b3f3424d8703bff Mon Sep 17 00:00:00 2001 From: Paul Yuknewicz Date: Wed, 6 Mar 2024 08:50:22 -0800 Subject: [PATCH] python-sdk update to 1.13.0 for 1.13.0 final release. 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/requirements.txt | 2 +- secrets_management/python/sdk/order-processor/requirements.txt | 2 +- state_management/python/sdk/order-processor/requirements.txt | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/bindings/python/sdk/batch/requirements.txt b/bindings/python/sdk/batch/requirements.txt index 139a42c39..bf0ccc448 100644 --- a/bindings/python/sdk/batch/requirements.txt +++ b/bindings/python/sdk/batch/requirements.txt @@ -1,3 +1,3 @@ -dapr==1.13.0rc1 +dapr>=1.13.0,<1.14.0 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 d9db172e4..d10ff3c82 100644 --- a/configuration/python/sdk/order-processor/requirements.txt +++ b/configuration/python/sdk/order-processor/requirements.txt @@ -1,2 +1,2 @@ -dapr==1.13.0rc1 +dapr>=1.13.0a,<1.14.0 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 db4988767..f515ee05b 100644 --- a/pub_sub/python/sdk/checkout/requirements.txt +++ b/pub_sub/python/sdk/checkout/requirements.txt @@ -1 +1 @@ -dapr==1.13.0rc1 +dapr>=1.13.0,<1.14.0 diff --git a/pub_sub/python/sdk/order-processor/requirements.txt b/pub_sub/python/sdk/order-processor/requirements.txt index d471f6cf7..1c8a09239 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==1.13.0rc1 +dapr>=1.13.0,<1.14.0 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 d9db172e4..9f6ef54b1 100644 --- a/secrets_management/python/sdk/order-processor/requirements.txt +++ b/secrets_management/python/sdk/order-processor/requirements.txt @@ -1,2 +1,2 @@ -dapr==1.13.0rc1 +dapr>=1.13.0,<1.14.0 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 d9db172e4..9f6ef54b1 100644 --- a/state_management/python/sdk/order-processor/requirements.txt +++ b/state_management/python/sdk/order-processor/requirements.txt @@ -1,2 +1,2 @@ -dapr==1.13.0rc1 +dapr>=1.13.0,<1.14.0 typing-extensions \ No newline at end of file