diff --git a/bindings/python/sdk/batch/requirements.txt b/bindings/python/sdk/batch/requirements.txt index 1a77b7ec..16bf9506 100644 --- a/bindings/python/sdk/batch/requirements.txt +++ b/bindings/python/sdk/batch/requirements.txt @@ -1,5 +1,5 @@ -dapr>=1.15.0 +dapr>=1.16.0rc1 Flask uvicorn typing-extensions -werkzeug>=3.0.3 # not directly required, pinned by Snyk to avoid a vulnerability \ No newline at end of file +werkzeug>=3.0.3 # not directly required, pinned by Snyk to avoid a vulnerability diff --git a/configuration/python/sdk/order-processor/requirements.txt b/configuration/python/sdk/order-processor/requirements.txt index 6b1cd171..4c07c35e 100644 --- a/configuration/python/sdk/order-processor/requirements.txt +++ b/configuration/python/sdk/order-processor/requirements.txt @@ -1,2 +1,2 @@ -dapr>=1.15.0 -typing-extensions \ No newline at end of file +dapr>=1.16.0rc1 +typing-extensions diff --git a/conversation/python/sdk/conversation/requirements.txt b/conversation/python/sdk/conversation/requirements.txt index 920f1239..5bc2dbbc 100644 --- a/conversation/python/sdk/conversation/requirements.txt +++ b/conversation/python/sdk/conversation/requirements.txt @@ -1 +1 @@ -dapr>=1.15.0 \ No newline at end of file +dapr>=1.16.0rc1 diff --git a/cryptography/python/sdk/crypto-quickstart/requirements.txt b/cryptography/python/sdk/crypto-quickstart/requirements.txt index 6b1cd171..4c07c35e 100644 --- a/cryptography/python/sdk/crypto-quickstart/requirements.txt +++ b/cryptography/python/sdk/crypto-quickstart/requirements.txt @@ -1,2 +1,2 @@ -dapr>=1.15.0 -typing-extensions \ No newline at end of file +dapr>=1.16.0rc1 +typing-extensions diff --git a/pub_sub/python/http/order-processor/requirements.txt b/pub_sub/python/http/order-processor/requirements.txt index 89f44ff4..abe7d1ab 100644 --- a/pub_sub/python/http/order-processor/requirements.txt +++ b/pub_sub/python/http/order-processor/requirements.txt @@ -1,5 +1,5 @@ Flask uvicorn -dapr>=1.15.0 +dapr>=1.16.0rc1 cloudevents werkzeug>=3.0.3 # not directly required, pinned by Snyk to avoid a vulnerability diff --git a/pub_sub/python/sdk/checkout/requirements.txt b/pub_sub/python/sdk/checkout/requirements.txt index cc1f79c0..5bc2dbbc 100644 --- a/pub_sub/python/sdk/checkout/requirements.txt +++ b/pub_sub/python/sdk/checkout/requirements.txt @@ -1 +1 @@ -dapr>=1.15.0 +dapr>=1.16.0rc1 diff --git a/pub_sub/python/sdk/order-processor-fastapi/requirements.txt b/pub_sub/python/sdk/order-processor-fastapi/requirements.txt index 600f31ed..3b18c925 100644 --- a/pub_sub/python/sdk/order-processor-fastapi/requirements.txt +++ b/pub_sub/python/sdk/order-processor-fastapi/requirements.txt @@ -1,5 +1,5 @@ fastapi -dapr-ext-fastapi>=1.15.0 +dapr-ext-fastapi>=1.16.0rc1 cloudevents uvicorn anyio>=4.4.0 # not directly required, pinned by Snyk to avoid a vulnerability diff --git a/pub_sub/python/sdk/order-processor/requirements.txt b/pub_sub/python/sdk/order-processor/requirements.txt index 327dc3f0..12c5b03e 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.15.0 +dapr>=1.16.0rc1 cloudevents uvicorn -typing-extensions \ No newline at end of file +typing-extensions diff --git a/secrets_management/python/sdk/order-processor/requirements.txt b/secrets_management/python/sdk/order-processor/requirements.txt index 6b1cd171..4c07c35e 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.15.0 -typing-extensions \ No newline at end of file +dapr>=1.16.0rc1 +typing-extensions diff --git a/service_invocation/python/http/order-processor/requirements.txt b/service_invocation/python/http/order-processor/requirements.txt index fd37fc04..959c11a5 100644 --- a/service_invocation/python/http/order-processor/requirements.txt +++ b/service_invocation/python/http/order-processor/requirements.txt @@ -1,6 +1,6 @@ Flask uvicorn -dapr>=1.15.0 +dapr>=1.16.0rc1 typing-extensions werkzeug>=3.0.3 # not directly required, pinned by Snyk to avoid a vulnerability diff --git a/state_management/python/sdk/order-processor/requirements.txt b/state_management/python/sdk/order-processor/requirements.txt index 6b1cd171..4c07c35e 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.15.0 -typing-extensions \ No newline at end of file +dapr>=1.16.0rc1 +typing-extensions diff --git a/tutorials/workflow/python/child-workflows/child_workflows/requirements.txt b/tutorials/workflow/python/child-workflows/child_workflows/requirements.txt index 5910374c..a4b08a9c 100644 --- a/tutorials/workflow/python/child-workflows/child_workflows/requirements.txt +++ b/tutorials/workflow/python/child-workflows/child_workflows/requirements.txt @@ -1,4 +1,4 @@ -dapr>=1.15.0 -dapr-ext-workflow>=1.15.0 +dapr>=1.16.0rc1 +dapr-ext-workflow>=1.16.0rc1 fastapi>=0.115.0 -uvicorn>=0.34.2 \ No newline at end of file +uvicorn>=0.34.2 diff --git a/tutorials/workflow/python/combined-patterns/shipping_app/requirements.txt b/tutorials/workflow/python/combined-patterns/shipping_app/requirements.txt index bb058454..51fbbea6 100644 --- a/tutorials/workflow/python/combined-patterns/shipping_app/requirements.txt +++ b/tutorials/workflow/python/combined-patterns/shipping_app/requirements.txt @@ -1,6 +1,6 @@ -dapr>=1.15.0 -dapr-ext-workflow>=1.15.0 +dapr>=1.16.0rc1 +dapr-ext-workflow>=1.16.0rc1 fastapi>=0.115.0 fastapi-cloudevents>=2.0.2 pydantic>=2.11.4 -uvicorn>=0.34.2 \ No newline at end of file +uvicorn>=0.34.2 diff --git a/tutorials/workflow/python/combined-patterns/workflow_app/requirements.txt b/tutorials/workflow/python/combined-patterns/workflow_app/requirements.txt index bb058454..51fbbea6 100644 --- a/tutorials/workflow/python/combined-patterns/workflow_app/requirements.txt +++ b/tutorials/workflow/python/combined-patterns/workflow_app/requirements.txt @@ -1,6 +1,6 @@ -dapr>=1.15.0 -dapr-ext-workflow>=1.15.0 +dapr>=1.16.0rc1 +dapr-ext-workflow>=1.16.0rc1 fastapi>=0.115.0 fastapi-cloudevents>=2.0.2 pydantic>=2.11.4 -uvicorn>=0.34.2 \ No newline at end of file +uvicorn>=0.34.2 diff --git a/tutorials/workflow/python/external-system-interaction/external_events/requirements.txt b/tutorials/workflow/python/external-system-interaction/external_events/requirements.txt index 5910374c..a4b08a9c 100644 --- a/tutorials/workflow/python/external-system-interaction/external_events/requirements.txt +++ b/tutorials/workflow/python/external-system-interaction/external_events/requirements.txt @@ -1,4 +1,4 @@ -dapr>=1.15.0 -dapr-ext-workflow>=1.15.0 +dapr>=1.16.0rc1 +dapr-ext-workflow>=1.16.0rc1 fastapi>=0.115.0 -uvicorn>=0.34.2 \ No newline at end of file +uvicorn>=0.34.2 diff --git a/tutorials/workflow/python/fan-out-fan-in/fan_out_fan_in/requirements.txt b/tutorials/workflow/python/fan-out-fan-in/fan_out_fan_in/requirements.txt index 5910374c..a4b08a9c 100644 --- a/tutorials/workflow/python/fan-out-fan-in/fan_out_fan_in/requirements.txt +++ b/tutorials/workflow/python/fan-out-fan-in/fan_out_fan_in/requirements.txt @@ -1,4 +1,4 @@ -dapr>=1.15.0 -dapr-ext-workflow>=1.15.0 +dapr>=1.16.0rc1 +dapr-ext-workflow>=1.16.0rc1 fastapi>=0.115.0 -uvicorn>=0.34.2 \ No newline at end of file +uvicorn>=0.34.2 diff --git a/tutorials/workflow/python/fundamentals/basic/requirements.txt b/tutorials/workflow/python/fundamentals/basic/requirements.txt index 5910374c..a4b08a9c 100644 --- a/tutorials/workflow/python/fundamentals/basic/requirements.txt +++ b/tutorials/workflow/python/fundamentals/basic/requirements.txt @@ -1,4 +1,4 @@ -dapr>=1.15.0 -dapr-ext-workflow>=1.15.0 +dapr>=1.16.0rc1 +dapr-ext-workflow>=1.16.0rc1 fastapi>=0.115.0 -uvicorn>=0.34.2 \ No newline at end of file +uvicorn>=0.34.2 diff --git a/tutorials/workflow/python/monitor-pattern/monitor/requirements.txt b/tutorials/workflow/python/monitor-pattern/monitor/requirements.txt index 5910374c..a4b08a9c 100644 --- a/tutorials/workflow/python/monitor-pattern/monitor/requirements.txt +++ b/tutorials/workflow/python/monitor-pattern/monitor/requirements.txt @@ -1,4 +1,4 @@ -dapr>=1.15.0 -dapr-ext-workflow>=1.15.0 +dapr>=1.16.0rc1 +dapr-ext-workflow>=1.16.0rc1 fastapi>=0.115.0 -uvicorn>=0.34.2 \ No newline at end of file +uvicorn>=0.34.2 diff --git a/tutorials/workflow/python/resiliency-and-compensation/resiliency_and_compensation/requirements.txt b/tutorials/workflow/python/resiliency-and-compensation/resiliency_and_compensation/requirements.txt index 5910374c..a4b08a9c 100644 --- a/tutorials/workflow/python/resiliency-and-compensation/resiliency_and_compensation/requirements.txt +++ b/tutorials/workflow/python/resiliency-and-compensation/resiliency_and_compensation/requirements.txt @@ -1,4 +1,4 @@ -dapr>=1.15.0 -dapr-ext-workflow>=1.15.0 +dapr>=1.16.0rc1 +dapr-ext-workflow>=1.16.0rc1 fastapi>=0.115.0 -uvicorn>=0.34.2 \ No newline at end of file +uvicorn>=0.34.2 diff --git a/tutorials/workflow/python/task-chaining/task_chaining/requirements.txt b/tutorials/workflow/python/task-chaining/task_chaining/requirements.txt index 5910374c..a4b08a9c 100644 --- a/tutorials/workflow/python/task-chaining/task_chaining/requirements.txt +++ b/tutorials/workflow/python/task-chaining/task_chaining/requirements.txt @@ -1,4 +1,4 @@ -dapr>=1.15.0 -dapr-ext-workflow>=1.15.0 +dapr>=1.16.0rc1 +dapr-ext-workflow>=1.16.0rc1 fastapi>=0.115.0 -uvicorn>=0.34.2 \ No newline at end of file +uvicorn>=0.34.2 diff --git a/tutorials/workflow/python/workflow-management/workflow_management/requirements.txt b/tutorials/workflow/python/workflow-management/workflow_management/requirements.txt index 5910374c..a4b08a9c 100644 --- a/tutorials/workflow/python/workflow-management/workflow_management/requirements.txt +++ b/tutorials/workflow/python/workflow-management/workflow_management/requirements.txt @@ -1,4 +1,4 @@ -dapr>=1.15.0 -dapr-ext-workflow>=1.15.0 +dapr>=1.16.0rc1 +dapr-ext-workflow>=1.16.0rc1 fastapi>=0.115.0 -uvicorn>=0.34.2 \ No newline at end of file +uvicorn>=0.34.2 diff --git a/workflows/python/sdk/order-processor/requirements.txt b/workflows/python/sdk/order-processor/requirements.txt index 348ac2d5..85763263 100644 --- a/workflows/python/sdk/order-processor/requirements.txt +++ b/workflows/python/sdk/order-processor/requirements.txt @@ -1,2 +1,2 @@ -dapr-ext-workflow>=1.15.0 -dapr>=1.15.0 +dapr-ext-workflow>=1.16.0rc1 +dapr>=1.16.0rc1