mirror of
https://github.com/kennethreitz/pydantic.git
synced 2026-06-05 23:00:18 +00:00
cdd091c8ac
* Initial implmenetation of ConstrainedDate, condate, with tests and docs * Attempt at fixing hypothesis tests for ConstrainedDate. Suspect still not working * removed forgotten breakpoint() :( * suggested changes to pydantic/_hypothesis_plugin.py for condate etc Co-authored-by: Zac Hatfield-Dodds <zac.hatfield.dodds@gmail.com> * - fixed import for hypothesis tests * - linting fixes only * - more fixes for linting * changes following review by samuelcolvin 2022-08-08. Will rebase next * - added changes to changes file * fixed changes file filename to PR #3740 * additional changes requested by samuelcolvin 2022-08-11: add test for schema_json, add hypothesis test, etc * make test_json_schema compare to a dictionary rather than json string * added test_date_constrained_types to test_schema * rewrite tests Co-authored-by: Zac Hatfield-Dodds <zac.hatfield.dodds@gmail.com> Co-authored-by: Samuel Colvin <s@muelcolvin.com>
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.