mirror of
https://github.com/kennethreitz/pydantic.git
synced 2026-06-05 23:00:18 +00:00
8149e09332
* feat: implement const keyword in Schema Fix #434. * make fields marked `const` optional * move `const` out of the `Field` * check that `schema` is not `None` instead of using `getattr` * tweak constant error