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>