- Drop support for Python 3.6 - Add support for Python 3.11 - Update `[build-system]` - Modify to use `pypa/build` for package build - Update `pathvalidate` dependency to allow v4 - Bump minimum version of `SimpleSQLite`
- Add flush after writing to temporal files - Change to delete temporal files of `TableUrlLoaderFactory` at exit time - Modify `TsvTableFileLoader`/`TsvTableTextLoader` to accept additional keyword arguments - Disable default type detection and enable `type_hints` for CSV loading - Add support for Python 3.10 - Drop support for Python 3.5 - Update requirements - Fix `python_requires`
0.30.1
- Remove an optional dependency package installation - Update requirements