From 029e3d53634cc38690d5b56427a3c87851a61b09 Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Fri, 12 Jul 2019 15:30:25 -0700 Subject: [PATCH] Bump to uvicorn 0.8.4 https://github.com/encode/uvicorn/commits/0.8.4 Query strings will now be included in log files: https://github.com/encode/uvicorn/pull/384 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 254859b0..cbe545a1 100644 --- a/setup.py +++ b/setup.py @@ -47,7 +47,7 @@ setup( "hupper~=1.0", "pint~=0.8.1", "pluggy~=0.12.0", - "uvicorn~=0.8.1", + "uvicorn~=0.8.4", "aiofiles~=0.4.0", ], entry_points="""