From f1c3cc362d3a33522dd456b41b33381476f2e821 Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Thu, 26 Jul 2018 06:50:51 -0700 Subject: [PATCH] Upgrade to starlette==0.1.15 Fixes this bug: https://github.com/encode/starlette/issues/32 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 2de3a139..c221fbca 100644 --- a/setup.py +++ b/setup.py @@ -41,7 +41,7 @@ setup( 'hupper==1.0', 'pint==0.8.1', 'pluggy>=0.1.0,<1.0', - 'starlette==0.1.14', + 'starlette==0.1.15', 'uvicorn==0.2.21', ], entry_points='''