mirror of
https://github.com/kennethreitz/pydantic.git
synced 2026-06-05 23:00:18 +00:00
c4e42746f3
* feat: add pydantic.color.Color as available type for Pydantic color fields * chore: test for color * chore: change md * fix: assertion is incorrect * fix: logic on _original assignment * fix: value is set to value._original in the isinstance conditional fix: remove ._original conditional (logic is set earlier in the method) fix: removed pydantic.color.Color line from errorstring * chore: revert error message adjust * chore: grammaer ;)