Skip to content

Commit 293bc70

Browse files
Update README.md
1 parent 5076952 commit 293bc70

1 file changed

Lines changed: 12 additions & 3 deletions

File tree

README.md

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,16 @@ HTTPX is an asynchronous HTTP client, that supports HTTP/2 and HTTP/1.1.
2121
It can be used in high-performance async web frameworks, using either asyncio
2222
or trio, and is able to support making large numbers of requests concurrently.
2323

24-
**Note**: *The 0.8 release switched HTTPX into focusing exclusively on the async
25-
client. It is possible that we'll look at re-introducing a sync API at a
26-
later date.*
24+
**Note**: *HTTPX should still be considered in alpha. We'd love early users and feedback,
25+
but would strongly recommend pinning your dependencies to the latest median
26+
release, so that you're able to properly review API changes between package
27+
updates. Currently you should be using `http==0.8.*`.*
28+
29+
*In particular, the 0.8 release switched HTTPX into focusing exclusively on
30+
providing an async client, in order to move the project forward, and help
31+
us [change our approach to providing sync+async support][sync-support]. If
32+
you have been using the sync client, you may want to pin to `http==0.7.*`,
33+
and wait until our sync client is reintroduced.*
2734

2835
---
2936

@@ -122,3 +129,5 @@ inspiration around the lower-level networking details.
122129

123130
<p align="center">&mdash; ⭐️ &mdash;</p>
124131
<p align="center"><i>HTTPX is <a href="https://github.com/encode/httpx/blob/master/LICENSE.md">BSD licensed</a> code. Designed & built in Brighton, England.</i></p>
132+
133+
[sync-support]: https://github.com/encode/httpx/issues/572

0 commit comments

Comments
 (0)