Available on PyPI: https://pypi.org/project/pook/2.1.2/
What's Changed
- Return the correct type of
headers
object for standard library urllib by @sarayourfriend in #154. - Support
Sequence[tuple[str, str]]
header input with aiohttp by @sarayourfriend in #154. - Fix network filters when multiple filters are active by @rsmeral in #155.
- Fix aiohttp matching not working with session base URL or headers by @sarayourfriend in #157.
- Add support for Python 3.13 by @sarayourfriend in #149.
New Contributors
Full Changelog: v2.1.1...v2.1.2