From: Tom Christie Date: Wed, 18 Aug 2021 13:08:52 +0000 (+0100) Subject: Resolve Python 3.6 tests hanging. (#1807) X-Git-Tag: 0.19.0~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4986743b3d09a13ea1dda72f6cdc5bf0dacb98b1;p=thirdparty%2Fhttpx.git Resolve Python 3.6 tests hanging. (#1807) * Update README.md * Update requirements.txt * Update README.md --- 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