Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
pydantic_core-2.35.0-cp312-cp312-emscripten_3_1_58_wasm32.whl | 2025-06-11 | 1.5 MB | |
README.md | 2025-06-11 | 2.2 kB | |
v2.35.0 2025-06-11 source code.tar.gz | 2025-06-11 | 494.6 kB | |
v2.35.0 2025-06-11 source code.zip | 2025-06-11 | 654.4 kB | |
Totals: 4 Items | 2.6 MB | 0 |
What's Changed
- Do not reuse validator and serializer when unpickling by @Viicos in https://github.com/pydantic/pydantic-core/pull/1693
- Remove unnecessary required fields count when
exclude_none
is set by @Viicos in https://github.com/pydantic/pydantic-core/pull/1708 - Update test dependencies after 3.8 dropped support by @Viicos in https://github.com/pydantic/pydantic-core/pull/1710
- Mark constructor parameters of exceptions as positional-only by @Viicos in https://github.com/pydantic/pydantic-core/pull/1699
- fix: submodel fields with wrap validator affect smart union selection by @weiliddat in https://github.com/pydantic/pydantic-core/pull/1700
- use
pypa/gh-action-pypi-publish
by @samuelcolvin in https://github.com/pydantic/pydantic-core/pull/1599 - add critical sections around bytearray reads by @davidhewitt in https://github.com/pydantic/pydantic-core/pull/1717
- simplify ser-as-any mechanism by @davidhewitt in https://github.com/pydantic/pydantic-core/pull/1478
- Coerce
'time'
schema constraints by @Viicos in https://github.com/pydantic/pydantic-core/pull/1720 - drop serde-json
preserve_order
feature by @davidhewitt in https://github.com/pydantic/pydantic-core/pull/1724 - Remove core schema validation by @Viicos in https://github.com/pydantic/pydantic-core/pull/1715
- Improve uncaught
PydanticUseDefault
exception message by @Viicos in https://github.com/pydantic/pydantic-core/pull/1730 - Add support for Python 3.14 by @Viicos in https://github.com/pydantic/pydantic-core/pull/1714
- drop pypy3.9 support, add pypy3.11 support by @davidhewitt in https://github.com/pydantic/pydantic-core/pull/1726
- Add
ensure_ascii
option by @Viicos in https://github.com/pydantic/pydantic-core/pull/1689 - Update repr of
TzInfo
by @Viicos in https://github.com/pydantic/pydantic-core/pull/1701 - Make
ValidationInfo
andSerializationInfo
generic forcontext
by @Viicos in https://github.com/pydantic/pydantic-core/pull/1686
New Contributors
- @weiliddat made their first contribution in https://github.com/pydantic/pydantic-core/pull/1700
Full Changelog: https://github.com/pydantic/pydantic-core/compare/v2.34.1...v2.35.0