From 4986743b3d09a13ea1dda72f6cdc5bf0dacb98b1 Mon Sep 17 00:00:00 2001 From: Tom Christie Date: Wed, 18 Aug 2021 14:08:52 +0100 Subject: [PATCH] Resolve Python 3.6 tests hanging. (#1807) * Update README.md * Update requirements.txt * Update README.md --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 12978064..2ab8a8d6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -26,6 +26,6 @@ pytest-trio trio trio-typing trustme -uvicorn +uvicorn==0.14.0 attrs>=19.3.0 # See: https://github.com/encode/httpx/pull/566#issuecomment-559862665 -- 2.47.3