You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
see above for details - but I have been unable to get 0.3.0 running on my rpi zero due to a change to ha-mqtt-discoverable (which we haven't pinned to a specific version) moving to pydantic-core >2. the opinions on the breaking changes from pydantic-core version 1 to version 2 are numerous on the web. In V2 they moved to external dependencies (built in Rust) to improve performance, which has added substantial additional dependencies to use the library, adding complexity where none may be needed.
proposal here is to pin ha-mqtt-discoverable to 0.13.1 which will remove the pydantic-core > 2 dependencies and allow me to use this again : )
The text was updated successfully, but these errors were encountered:
unixorn/ha-mqtt-discoverable#191 (comment)
see above for details - but I have been unable to get 0.3.0 running on my rpi zero due to a change to ha-mqtt-discoverable (which we haven't pinned to a specific version) moving to
pydantic-core
>2. the opinions on the breaking changes frompydantic-core
version 1 to version 2 are numerous on the web. In V2 they moved to external dependencies (built in Rust) to improve performance, which has added substantial additional dependencies to use the library, adding complexity where none may be needed.proposal here is to pin
ha-mqtt-discoverable
to 0.13.1 which will remove the pydantic-core > 2 dependencies and allow me to use this again : )The text was updated successfully, but these errors were encountered: