- Drop support for Python 3.6 - Bump minimum required version of `DataProperty` to 1.0.1 - Improve type annotations - Update `[build-system]` - Add `zip_safe=False` - Add `__all__` to __init__.py - Update `DeprecationWarning`
What's Changed * Lazily import pandas to speedup non-pandas use by hugovk in https://github.com/thombashi/tabledata/pull/2 * Add support for Python 3.11 by hugovk in https://github.com/thombashi/tabledata/pull/1 * Update requirements
New Contributors * hugovk made their first contribution in https://github.com/thombashi/tabledata/pull/2