mirror of
https://github.com/kennethreitz/pydantic.git
synced 2026-06-05 23:00:18 +00:00
8b7c568794
* Properly encode model and dataclass default for schema * Wrap type annotation in quotes * Fix compatibility * Add changes file * Remove unnecessary import Co-authored-by: Hasan Ramezani <hasan.r67@gmail.com> * Add a blank line back * Reorder conditions As per suggestion in https://github.com/pydantic/pydantic/pull/4781#discussion_r1034709528. Co-authored-by: Hasan Ramezani <hasan.r67@gmail.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.