mirror of
https://github.com/home-assistant/core.git
synced 2026-09-02 03:22:55 +01:00
Home Assistant uses orjson 3.8.5 that contains an issue[1] on musl libc platforms that causes a segmentation fault. This particularly affect Home Assistant container installations reported in #87283 and #87522. This updates the version to 3.8.6 that resolves the segmentation fault during json serialisation. [1] https://github.com/ijl/orjson/issues/335