forked from pool/python-httpx
Accepting request 1160604 from home:mcalabkova:branches:devel:languages:python
- Update to 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. (#3023)
* Fix RFC 2069 mode digest authentication. (#3045)
OBS-URL: https://build.opensuse.org/request/show/1160604
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-httpx?expand=0&rev=32
This commit is contained in:
@@ -1,3 +1,12 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 22 09:57:30 UTC 2024 - Markéta Machová <mmachova@suse.com>
|
||||
|
||||
- Update to 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. (#3023)
|
||||
* Fix RFC 2069 mode digest authentication. (#3045)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 6 17:14:30 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user