mirror of
https://github.com/kennethreitz/pydantic.git
synced 2026-06-05 23:00:18 +00:00
18d4b2bb2a
* Make schema work for Literal and NewType, fix #646 * Fix test when typing_extensions not installed * Make literal values fetching 3.6 compatible * Rework to get around issues with Literal in python 3.6 * Make cython-compatible * Use union for multiple allowed literal values * Minor simplification of values-gathering * Updated history