We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 624d02f commit dc72f1aCopy full SHA for dc72f1a
1 file changed
{{cookiecutter.project_slug}}/requirements/base.txt
@@ -16,7 +16,7 @@ flower==2.0.1 # https://github.com/mher/flower
16
{%- endif %}
17
18
{%- if cookiecutter.use_async == 'y' %}
19
-uvicorn[standard]==0.50.2 # https://github.com/Kludex/uvicorn
+uvicorn[standard]==0.51.0 # https://github.com/Kludex/uvicorn
20
uvicorn-worker==0.4.0 # https://github.com/Kludex/uvicorn-worker
21
22
0 commit comments