From bbb39da22e36a4aeeb8efe96af65f4ec82f510a1 Mon Sep 17 00:00:00 2001 From: Tom Christie Date: Wed, 18 Aug 2021 13:55:21 +0100 Subject: [PATCH 1/3] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 268a85120f..0120bb37c6 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,8 @@ HTTPX is a fully featured HTTP client for Python 3, which provides sync and asyn a stable point now, but would strongly recommend pinning your dependencies to the `0.18.*` release, so that you're able to properly review [API changes between package updates](https://github.com/encode/httpx/blob/master/CHANGELOG.md). A 1.0 release is expected to be issued sometime in 2021._ +TESTING A THING + --- Let's get started... From e5fe78bf32699d2f000007deaa1b26af192e7e71 Mon Sep 17 00:00:00 2001 From: Tom Christie Date: Wed, 18 Aug 2021 14:03:04 +0100 Subject: [PATCH 2/3] Update requirements.txt --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 129780642e..2ab8a8d6e9 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 From b1623b37961df7f7c06a6ef49f3ad0df7f348eb3 Mon Sep 17 00:00:00 2001 From: Tom Christie Date: Wed, 18 Aug 2021 14:03:26 +0100 Subject: [PATCH 3/3] Update README.md --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 0120bb37c6..268a85120f 100644 --- a/README.md +++ b/README.md @@ -19,8 +19,6 @@ HTTPX is a fully featured HTTP client for Python 3, which provides sync and asyn a stable point now, but would strongly recommend pinning your dependencies to the `0.18.*` release, so that you're able to properly review [API changes between package updates](https://github.com/encode/httpx/blob/master/CHANGELOG.md). A 1.0 release is expected to be issued sometime in 2021._ -TESTING A THING - --- Let's get started...