v0.9.0
- Dropped Python 3.7 support, added official Python 3.12 support (#75, #77).
- Updated the documentation and the type hint about
ItemAdapter.ADAPTER_CLASSES
to say that subclasses can use any iterable, not justcollections.deque
(#74). - Documented that
Pydantic >= 2
is not supported yet (#73). - Updated CI configuration (#77, #80).