Hi, Is it possible to make this module pydantic v2 and v1 compatible? If you import from pydantic.v1 it'll work with pydantic >=1.10.15 or >=2. See [here](https://github.com/pydantic/pydantic/releases/tag/v1.10.15). Thanks!