Bump httpx from 0.26.0 to 0.27.0
Bumps httpx from 0.26.0 to 0.27.0.
Release notes
Sourced from httpx's releases.
Version 0.27.0
0.27.0 (21st February, 2024)
Deprecated
- The
app=...
shortcut has been deprecated. Use the explicit style oftransport=httpx.WSGITransport()
ortransport=httpx.ASGITransport()
instead.Fixed
Changelog
Sourced from httpx's changelog.
0.27.0 (21st February, 2024)
Deprecated
- The
app=...
shortcut has been deprecated. Use the explicit style oftransport=httpx.WSGITransport()
ortransport=httpx.ASGITransport()
instead.Fixed
Commits
-
326b943
Version 0.27.0 (#3095) -
3faa4a8
Improve 'Custom transports' docs (#3081) -
c51af4b
Extensions docs (#3080) -
cabd1c0
Deprecateapp=...
in favor of explicitWSGITransport
/ASGITransport
. (#3... -
6f46152
Bump the python-packages group with 6 updates (#3077) -
37a2901
Mention NO_PROXY environment variable on Advanced Usage page (#3066) -
371b6e9
Use__future__.annotations
(#3068) -
4f6edf3
testparse_header_links
via public api (#3061) -
c7cd6aa
testobfuscate_sensitive_headers
via public api (#3063) -
15f9253
Drop outdated section (#3057) - Additional commits viewable in compare view