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 ;)
Pending Changes
This directory contains files describing changes to pydantic since the last release.
If you're creating a pull request, please add a new file to this directory called
<pull request or issue id>-<github username>.md. It should be formatted as a single paragraph of markdown
The contents of this file will be used to update HISTORY.md before the next release.