Update index.md

This commit is contained in:
Tom Christie 2019-12-04 17:21:42 +00:00 committed by GitHub
parent cb735b9b0d
commit 81edb1b45b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -33,12 +33,12 @@ or trio, and is able to support making large numbers of concurrent requests.
HTTPX should currently be considered in alpha. We'd love early users and feedback,
but would strongly recommend pinning your dependencies to the latest median
release, so that you're able to properly review API changes between package
updates. Currently you should be using `http==0.8.*`.
updates. Currently you should be using `httpx==0.8.*`.
In particular, the 0.8 release switched HTTPX into focusing exclusively on
providing an async client, in order to move the project forward, and help
us [change our approach to providing sync+async support][sync-support]. If
you have been using the sync client, you may want to pin to `http==0.7.*`,
you have been using the sync client, you may want to pin to `httpx==0.7.*`,
and wait until our sync client is reintroduced.
---