From: Daniel Arvelini Date: Fri, 29 Nov 2024 11:15:56 +0000 (-0300) Subject: Updating deprecated docstring Client() class (#3426) X-Git-Tag: 0.28.1~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=15e21e9ea3cad4f06e22a7e704aabefdf43d2e29;p=thirdparty%2Fhttpx.git Updating deprecated docstring Client() class (#3426) --- diff --git a/httpx/_client.py b/httpx/_client.py index 018d440c..2249231f 100644 --- a/httpx/_client.py +++ b/httpx/_client.py @@ -620,8 +620,6 @@ class Client(BaseClient): * **http2** - *(optional)* A boolean indicating if HTTP/2 support should be enabled. Defaults to `False`. * **proxy** - *(optional)* A proxy URL where all the traffic should be routed. - * **proxies** - *(optional)* A dictionary mapping proxy keys to proxy - URLs. * **timeout** - *(optional)* The timeout configuration to use when sending requests. * **limits** - *(optional)* The limits configuration to use.