From d224ee2c98ac39c2c6e21a0ac0c62e5c3e1ccd11 Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Sat, 13 Jul 2019 15:34:57 -0700 Subject: [PATCH] Bump to uvicorn 0.8.4 (#559) 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="""