v2.18.2 2024-04-22
What's Changed
- Support multiple zeros as an
int
by @samuelcolvin in #1269 - Fix validation of
int
s with leading unary plus by @cknv in #1272 - Fix interaction between
extra != 'ignore'
andfrom_attributes=True
by @davidhewitt in #1275 - Handle error from
Enum
'smissing
function asValidationError
by @sydney-runkle in #1274 - Fix memory leak with
Iterable
validation by @davidhewitt in #1271
New Contributors
Full Changelog: v2.18.1...v2.18.2