From 823614cbfe82091b384d54d14cc5999b0877df73 Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Mon, 11 Nov 2019 20:36:12 -0800 Subject: [PATCH] Upgrade to uvicorn 0.10.4 - ref s #622 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index e8229de1..ef06fc5a 100644 --- a/setup.py +++ b/setup.py @@ -47,7 +47,7 @@ setup( "hupper~=1.0", "pint~=0.9", "pluggy~=0.12.0", - "uvicorn~=0.8.4", + "uvicorn~=0.10.4", "aiofiles~=0.4.0", ], entry_points="""