Originally created by: dependabot[bot]
Bumps httpx from 0.27.2 to 0.28.1.
Sourced from httpx's releases.
Version 0.28.1
0.28.1 (6th December, 2024)
- Fix SSL case where
verify=Falsetogether with client side certificates.Version 0.28.0
0.28.0 (28th November, 2024)
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=Trueorverify=Falsecases, orverify=<ssl_context>case this should require no changes. The following cases have been deprecated...
- The
verifyargument as a string argument is now deprecated and will raise warnings.- The
certargument 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
proxiesargument has now been removed.- The deprecated
appargument has now been removed.- JSON request bodies use a compact representation. (#3363](https://github.com/href="https://redirect.github.com/encode/httpx/issues/3363">/issues/3363))
- Review URL percent escape sets, based on WHATWG spec. (#3371](https://github.com/href="https://redirect.github.com/encode/httpx/issues/3371">/issues/3371), #3373](https://github.com/href="https://redirect.github.com/encode/httpx/issues/3373">/issues/3373))
- Ensure
certifiandhttpcoreare only imported if required. (#3377](https://github.com/href="https://redirect.github.com/encode/httpx/issues/3377">/issues/3377))- Treat
socks5has a valid proxy scheme. (#3178](https://github.com/href="https://redirect.github.com/encode/httpx/issues/3178">/issues/3178))- Cleanup
Request()method signature in line withclient.request()andhttpx.request(). (#3378](https://github.com/href="https://redirect.github.com/encode/httpx/issues/3378">/issues/3378))- Bugfix: When passing
params={}, always strictly update rather than merge with an existing querystring. (#3364](https://github.com/href="https://redirect.github.com/encode/httpx/issues/3364">/issues/3364))
Sourced from httpx's changelog.
0.28.1 (6th December, 2024)
- Fix SSL case where
verify=Falsetogether with client side certificates.0.28.0 (28th November, 2024)
Be aware that the default JSON request bodies now use a more compact representation. This is generally considered a prefered style, tho may require updates to test suites.
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=Trueorverify=Falsecases, orverify=<ssl_context>case this should require no changes. The following cases have been deprecated...
- The
verifyargument as a string argument is now deprecated and will raise warnings.- The
certargument 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
proxiesargument has now been removed.- The deprecated
appargument has now been removed.- JSON request bodies use a compact representation. (#3363](https://github.com/href="https://redirect.github.com/encode/httpx/issues/3363">/issues/3363))
- Review URL percent escape sets, based on WHATWG spec. (#3371](https://github.com/href="https://redirect.github.com/encode/httpx/issues/3371">/issues/3371), #3373](https://github.com/href="https://redirect.github.com/encode/httpx/issues/3373">/issues/3373))
- Ensure
certifiandhttpcoreare only imported if required. (#3377](https://github.com/href="https://redirect.github.com/encode/httpx/issues/3377">/issues/3377))- Treat
socks5has a valid proxy scheme. (#3178](https://github.com/href="https://redirect.github.com/encode/httpx/issues/3178">/issues/3178))- Cleanup
Request()method signature in line withclient.request()andhttpx.request(). (#3378](https://github.com/href="https://redirect.github.com/encode/httpx/issues/3378">/issues/3378))- Bugfix: When passing
params={}, always strictly update rather than merge with an existing querystring. (#3364](https://github.com/href="https://redirect.github.com/encode/httpx/issues/3364">/issues/3364))
26d48e0 Version 0.28.1 (#3445](https://github.com/href="https://redirect.github.com/encode/httpx/issues/3445">/issues/3445))89599a9 Fix verify=False, cert=... case. (#3442](https://github.com/href="https://redirect.github.com/encode/httpx/issues/3442">/issues/3442))8ecb86f Add test for request params behavior changes (#3364](https://github.com/href="https://redirect.github.com/encode/httpx/issues/3364">/issues/3364)) (#3440](https://github.com/href="https://redirect.github.com/encode/httpx/issues/3440">/issues/3440))0cb7e5a Bump the python-packages group with 11 updates (#3434](https://github.com/href="https://redirect.github.com/encode/httpx/issues/3434">/issues/3434))15e21e9 Updating deprecated docstring Client() class (#3426](https://github.com/href="https://redirect.github.com/encode/httpx/issues/3426">/issues/3426))80960fa Version 0.28.0. (#3419](https://github.com/href="https://redirect.github.com/encode/httpx/issues/3419">/issues/3419))a33c878 Fix extensions type annotation. (#3380](https://github.com/href="https://redirect.github.com/encode/httpx/issues/3380">/issues/3380))ce7e14d Error on verify as str. (#3418](https://github.com/href="https://redirect.github.com/encode/httpx/issues/3418">/issues/3418))47f4a96 Handle empty zstd responses (#3412](https://github.com/href="https://redirect.github.com/encode/httpx/issues/3412">/issues/3412))189fc4b Update CHANGELOG.md, fix typo(s) (#3406](https://github.com/href="https://redirect.github.com/encode/httpx/issues/3406">/issues/3406))Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Originally posted by: dependabot[bot]
Labels
The following labels could not be found:
deps,python. Please create them before Dependabot can add them to a pull request.Please fix the above issues or remove invalid values from
dependabot.yml.