* Add Python 3.12 support. * Drop Python 3.7 support (end-of-life was June 27, 2023).
0.3.2
---------------------
* Use ``yaml.safe_load``.
0.3.1
-------------------------
* Add missing module.
0.3.0
-------------------------
* Remove monkeypatching pattern. * Upgrade required agate to ``1.5.0``.
0.2.1
---------------------
* Reorganize docs. * Add caching to docs. * Reversed order of source and table keys in lookup method.
0.2.0
---------------------
* Update to latest `lookup` metadata format. * Implement local caching for offline usage. (14) * Remove options to :class:`Source` for generating custom file paths.