Path to this page:
Subject: CVS commit: pkgsrc/www/py-httpx
From: Adam Ciarcinski
Date: 2024-02-21 20:19:34
Message id: 20240221191934.46E69F9F4@cvs.NetBSD.org
Log Message:
py-httpx: updated to 0.27.0
0.27.0 (21st February, 2024)
Deprecated
* The `app=...` shortcut has been deprecated. Use the explicit style of \
`transport=httpx.WSGITransport()` or `transport=httpx.ASGITransport()` instead.
Fixed
* Respect the `http1` argument while configuring proxy transports.
* Fix RFC 2069 mode digest authentication.
Files: