* The package build now includes a universal Python 3 wheel. Contributed by ymyzk
5.3.0
* Add support for searching by non-string fields in :attr:`pdpyras.APISession.find`
5.2.0
* Expanded use of type hints in place of ``:rtype`` Sphinx directive * Remove unused dependency ``deprecation`` * Fix bug: path ``/tags/{id}/{entity_type}`` breaks entity wrapping logic (`issue 130 <https://github.com/PagerDuty/pdpyras/issues/130>`_)
5.1.3
* Remove deprecated escape sequences, which were causing downstream linter/unit test errors, from docstrings * Remove references to removed properties from the module reference that were causing Sphinx warnings
5.1.2
* Address issue `115 <https://github.com/PagerDuty/pdpyras/issues/115>`_ by adding default values to :attr:`pdpyras.PDSession.retry` for Events and Change Events API client classes * Upgrade CI images * Add support for Python 3.11
5.1.1
* Fix bug: using ``iter_all`` on an endpoint that supports cursor-based pagination should correctly call out to ``iter_cursor`` (it was making the call but with a removed keyword argument)