- Improved support for raising exceptions from callback mocks. If a mock callback returns an exception object that exception will be raised.
0.10.4
------
- Fixed generated wrapper when using `responses.activate` in Python 3.6+ when decorated functions use parameter and/or return annotations.
0.10.3
------
- Fixed deprecation warnings in python 3.7 for inspect module usage.
0.10.2
------
- Fixed build setup to use undeprecated `pytest` bin stub. - Updated `tox` configuration. - Added example of using responses with `pytest.fixture` - Removed dependency on `biscuits` in py3. Instead `http.cookies` is being used.
0.10.1
------
- Packaging fix to distribute wheel (219)
0.10.0
------
- Fix passing through extra settings (207) - Fix collections.abc warning on Python 3.7 (215) - Use 'biscuits' library instead of 'cookies' on Python 3.4+ (218)