Fixes - Fix an issue where no e-mail was sent on ticket creation due to suggesting to use **Requestors** instead of **Requestor** (https://github.com/python-rt/python-rt/pull/92).
3.1.2
Fixes - Revert breaking change for python3.8 (collections.abc.AsyncIterator is not subscriptable).
3.1.1
Fixes - In AsyncRt, instead of returning sequences, return AsyncIterators.
3.1.0
Changes - Replace *requests* with *httpx* for the REST2 part.
Added - Add a new *AsyncRt* class which implements the RT REST2 API in asnyc. - Adapt tests to include thew new async parts of this library.
3.0.7
Fixes - Fix sorting when using search() method (90)