You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+12-3Lines changed: 12 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,9 +21,16 @@ HTTPX is an asynchronous HTTP client, that supports HTTP/2 and HTTP/1.1.
21
21
It can be used in high-performance async web frameworks, using either asyncio
22
22
or trio, and is able to support making large numbers of requests concurrently.
23
23
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.*
27
34
28
35
---
29
36
@@ -122,3 +129,5 @@ inspiration around the lower-level networking details.
122
129
123
130
<palign="center">— ⭐️ —</p>
124
131
<palign="center"><i>HTTPX is <ahref="https://github.com/encode/httpx/blob/master/LICENSE.md">BSD licensed</a> code. Designed & built in Brighton, England.</i></p>
0 commit comments