mirror of
https://github.com/kennethreitz/pydantic.git
synced 2026-06-05 23:00:18 +00:00
bc60014518
- modulo doesn't work with floating point values in many cases, e.g. `0.3 % 0.1 == 0.09999999999999998` - port implementation from: https://github.com/tdegrunt/jsonschema/issues/187#issuecomment-320664251 - add tests for int/float multiple_of values - update history with pr/author