0.23.0 (2023-08-02)
Removed
- Python
3.7
and3.8
are no longer supported.
Fixed
httpx_mock.add_response
is now returning a newhttpx.Response
instance upon each matching request. Preventing unnecessary recursion in streams.
3.7
and 3.8
are no longer supported.httpx_mock.add_response
is now returning a new httpx.Response
instance upon each matching request. Preventing unnecessary recursion in streams.