Bumped the minimum pydantic version to 2.0 - v0.1.1 had >v1.9 as a requirement and it looks like that might have allowed folks without poetry.lock files to catch old-pydantic.
Also using SecretStr for passwords now to avoid having them turn up in logs.
0.1.1
Stopped throwing errors on service type "Hardware" per [home-assistant/core95665](https://github.com/home-assistant/core/issues/95665).
0.1.0
Update to Pydantic 2.x and a load of changes to support that.
0.0.19
Updating aiohttp dependency for CVE-2023-37276.
... don't use this, the Pydantic update broke things.
0.0.18
Added MFA support, example works with SMS, un-deprecated `service_plans`.
0.0.17
Adding download invoice functionality and handlers in `asyncio` module.