Update dependency dev/httpx to v0.28.1
This MR contains the following updates:
Package | Change | Age | Adoption | Passing | Confidence |
---|---|---|---|---|---|
dev/httpx (changelog) |
==0.27.2 -> ==0.28.1
|
Release Notes
encode/httpx (dev/httpx)
v0.28.1
- Fix SSL case where
verify=False
together with client side certificates.
v0.28.0
The 0.28 release includes a limited set of deprecations.
Deprecations:
We are working towards a simplified SSL configuration API.
For users of the standard verify=True
or verify=False
cases, or verify=<ssl_context>
case this should require no changes. The following cases have been deprecated...
- The
verify
argument as a string argument is now deprecated and will raise warnings. - The
cert
argument is now deprecated and will raise warnings.
Our revised SSL documentation covers how to implement the same behaviour with a more constrained API.
The following changes are also included:
- The deprecated
proxies
argument has now been removed. - The deprecated
app
argument has now been removed. - JSON request bodies use a compact representation. (#3363)
- Review URL percent escape sets, based on WHATWG spec. (#3371, #3373)
- Ensure
certifi
andhttpcore
are only imported if required. (#3377) - Treat
socks5h
as a valid proxy scheme. (#3178) - Cleanup
Request()
method signature in line withclient.request()
andhttpx.request()
. (#3378) - Bugfix: When passing
params={}
, always strictly update rather than merge with an existing querystring. (#3364)
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.