| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2024-02-21 | 343 Bytes | |
| Version 0.27.0 source code.tar.gz | 2024-02-21 | 2.2 MB | |
| Version 0.27.0 source code.zip | 2024-02-21 | 2.2 MB | |
| Totals: 3 Items | 4.4 MB | 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
- Respect the
http1argument while configuring proxy transports. (#3023) - Fix RFC 2069 mode digest authentication. (#3045)