Files
pydantic/changes
Arseny Boykov 8b7c568794 [1.10.x] Properly encode model and dataclass default for schema (#4781)
* 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>
2022-11-29 13:14:29 +00:00
..
2022-09-08 15:46:58 +00:00
2019-10-07 17:19:01 +01:00

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.