- Raise the minimum required version of Python from 3.7 to 3.8. - Add enum of supported languages. - Add AnyModel type.
1.1.1
- Compatibility with pydantic v2 via `pydantic.v1`.
1.1.0
- Add support for Galician language.
1.0.2
- Use relative imports.
1.0.1
- Raise minimum required Python version from 3.7 to 3.7.2. - Add docstring to `__init__.py`. - Add `from __future__ import annotations` to all modules.