- Replaced reference to typing_extensions with stdlib Literal. (323)
6.5.1
======
Bugfixes --------
- Updated ``Traversable.read_text()`` to reflect the ``errors`` parameter (python/cpython127012). (321)
6.5.0
======
Features --------
- Add type annotations for Traversable.open. (317) - Require Python 3.9 or later.
6.4.5
======
Bugfixes --------
- Omit sentinel values from a namespace path. (311)
6.4.4
======
No significant changes.
6.4.3
======
Bugfixes --------
- When inferring the caller in ``files()`` correctly detect one's own module even when the resources package source is not present. (python/cpython123085)