There are recent updates to both Quart and Werkzeug that should materially impact the performance in a positive way.
@@ -1,4 +1,4 @@
-FROM python:3.8
+FROM python:3.10
ADD ./ /quart
@@ -1,4 +1,10 @@
+anyio==3.6.1
gunicorn==20.1.0
httptools==0.4.0
-uvicorn==0.17.6
+idna==3.3
+python-dotenv==0.20.0
+PyYAML==6.0
+sniffio==1.2.0
+uvicorn==0.18.2
+watchfiles==0.16.1
websockets==10.3
@@ -1,6 +1,6 @@
aiofiles==0.8.0
-asyncpg==0.25.0
-blinker==1.4
+asyncpg==0.26.0
+blinker==1.5
click==8.1.3
h11==0.13.0
h2==4.1.0
@@ -11,9 +11,8 @@ itsdangerous==2.1.2
Jinja2==3.1.2
MarkupSafe==2.1.1
priority==2.0.0
-Quart==0.17.0
+quart==0.18.0
toml==0.10.2
-typing_extensions==4.2.0
uvloop==0.16.0
-Werkzeug==2.1.2
+Werkzeug==2.2.0
wsproto==1.1.0