## Changed
* pytest required version is now 9.
## Added
* Explicit support for python 3.14.
* match_params parameter is now available on responses and callbacks
registration, as well as request(s) retrieval. Allowing to provide query
parameters as a dict instead of being part of the matched URL.
+ This parameter allows to perform partial query params matching.
## Fixed
* URL with more than one value for the same parameter were not matched
properly (matching was performed on the first value).
* httpx_mock.add_exception is now properly documented.
## Removed
* python 3.9 is not supported anymore.