hotfixing python dapr references to include RC (as we wait for release) with `dapr>=1.13.0a,<1.14.0` expression

Signed-off-by: Paul Yuknewicz <paulyuk@microsoft.com>
This commit is contained in:
Paul Yuknewicz 2024-03-06 09:08:27 -08:00
parent 7f8ca23a44
commit c85317e794
5 changed files with 5 additions and 5 deletions

View File

@ -1,3 +1,3 @@
dapr>=1.13.0,<1.14.0
dapr>=1.13.0a,<1.14.0
Flask
typing-extensions

View File

@ -1 +1 @@
dapr>=1.13.0,<1.14.0
dapr>=1.13.0a,<1.14.0

View File

@ -1,5 +1,5 @@
Flask
dapr>=1.13.0,<1.14.0
dapr>=1.13.0a,<1.14.0
cloudevents
uvicorn
typing-extensions

View File

@ -1,2 +1,2 @@
dapr>=1.13.0,<1.14.0
dapr>=1.13.0a,<1.14.0
typing-extensions

View File

@ -1,2 +1,2 @@
dapr>=1.13.0,<1.14.0
dapr>=1.13.0a,<1.14.0
typing-extensions