Pydantic V2.0 bump?
leogaggl opened this issue · 5 comments
Is your feature request related to a problem? Please describe.
I would love to include this library in one of my projects which proxies a local MQTT server to the outside. However, there is a dependency clash on Pydantic as fastapi-mqtt (^2.1.0) and ha-mqtt-discoverable (^0.13.1) can not agree on the Pydantic version. And the other project requires V2.
Describe the solution you'd like
It would be great if the version could be bumped. I can already see a PR from dependabot --> #174
It would be great if that could be merged so the the library can be included.
I haven't had time to test the PR - I'm going to try and look at it this weekend. It's a major version bump and I don't want to break things by merging it.