mirror of
https://github.com/kennethreitz/pydantic.git
synced 2026-06-05 23:00:18 +00:00
833d33dc0f
* ConstrainedFloat schema: account for differences between IEEE floats and json * add changes * Update changes/1417-vdwees.md Co-Authored-By: Samuel Colvin <samcolvin@gmail.com> * Update changes/1417-vdwees.md Co-Authored-By: Samuel Colvin <samcolvin@gmail.com> * fixup * Update pydantic/types.py Difference of styles :) Co-Authored-By: Samuel Colvin <samcolvin@gmail.com> * merge _schema_ieee_compatibility_transform into parent method * capitalize * use type_, not outer_type_ Co-authored-by: Jesse VanderWees <jesse.vanderwees@kisters-bv.nl> Co-authored-by: Samuel Colvin <samcolvin@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.