]> git.ipfire.org Git - thirdparty/httpx.git/commitdiff
Update docs for 0.15 (#1306)
authorTom Christie <tom@tomchristie.com>
Tue, 22 Sep 2020 10:57:14 +0000 (11:57 +0100)
committerGitHub <noreply@github.com>
Tue, 22 Sep 2020 10:57:14 +0000 (11:57 +0100)
README.md
docs/index.md

index 91d55daebe43c288b10702b8047d0f88dd2da581..00935fb421e64564ba0d9983cf3b9cddf360af8a 100644 (file)
--- a/README.md
+++ b/README.md
@@ -16,7 +16,7 @@
 HTTPX is a fully featured HTTP client for Python 3, which provides sync and async APIs, and support for both HTTP/1.1 and HTTP/2.
 
 **Note**: _HTTPX should be considered in beta. We believe we've got the public API to
-a stable point now, but would strongly recommend pinning your dependencies to the `0.14.*`
+a stable point now, but would strongly recommend pinning your dependencies to the `0.15.*`
 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 late 2020._
 
 ---
@@ -118,7 +118,6 @@ The HTTPX project relies on these excellent libraries:
   * `h11` - HTTP/1.1 support.
   * `h2` - HTTP/2 support. *(Optional)*
 * `certifi` - SSL certificates.
-* `chardet` - Fallback auto-detection for response encoding.
 * `rfc3986` - URL parsing & normalization.
   * `idna` - Internationalized domain name support.
 * `sniffio` - Async library autodetection.
index c0d5e1a883a13b97458d2289d53014bd9b72d004..16194decb9ad23abcfebc664a7a54d11a27205e7 100644 (file)
@@ -27,7 +27,7 @@ HTTPX is a fully featured HTTP client for Python 3, which provides sync and asyn
 !!! note
     HTTPX should currently be considered in beta.
 
-    We believe we've got the public API to a stable point now, but would strongly recommend pinning your dependencies to the `0.14.*` release, so that you're able to properly review [API changes between package updates](https://github.com/encode/httpx/blob/master/CHANGELOG.md).
+    We believe we've got the public API to a stable point now, but would strongly recommend pinning your dependencies to the `0.15.*` 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 late 2020.
 
@@ -110,7 +110,6 @@ The HTTPX project relies on these excellent libraries:
   * `h11` - HTTP/1.1 support.
   * `h2` - HTTP/2 support. *(Optional)*
 * `certifi` - SSL certificates.
-* `chardet` - Fallback auto-detection for response encoding.
 * `rfc3986` - URL parsing & normalization.
   * `idna` - Internationalized domain name support.
 * `sniffio` - Async library autodetection.