summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-httpx_0.27.0.bb
Commit message (Collapse)AuthorAgeFilesLines
* python3-httpx: Upgrade 0.26.0 -> 0.27.0Leon Anavi2024-03-231-0/+48
Upgrade to version 0.27.0: - The app=... shortcut has been deprecated. Use the explicit style of transport=httpx.WSGITransport() or transport=httpx.ASGITransport() instead. - Respect the http1 argument while configuring proxy transports. - Fix RFC 2069 mode digest authentication. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>