mirror of
https://github.com/home-assistant/core.git
synced 2026-08-23 22:54:24 +01:00
Bumps probatio from 0.5.4 to 0.11.0 and adopts its changes: - The serialize entrypoint is renamed to to_field_list; imported as serialize/convert so call sites stay untouched. - to_openapi now emits additionalProperties reflecting the schema extra policy and drops empty required lists. Test expectations and the AI integration snapshots are updated to match. - Error messages follow the 0.11 format (path rendered as at 'key', a trailing Got <value>, expected a mapping, and the dropped for dictionary value wrapper for direct str(exc) output). Config file errors keep their own rendering. Test assertions are updated. - A bare float validator now accepts and coerces an int, matching the Python numeric tower. Only observable change is a single assist_pipeline snapshot value.