v2.9.0b2
版本发布时间: 2024-08-31 09:27:01
pydantic/pydantic最新发布版本:v2.9.2(2024-09-17 22:59:21)
What's Changed
Packaging
- Bump
pydantic-core
tov2.23.1
and other minor version bumps by @sydney-runkle in #10269
Changes
- Raise helpful warning when
self
isn't returned from model validator by @sydney-runkle in #10255
Performance
- Update namespace stack with already copied namespace by @sydney-runkle in #10267
Fixes
- Fix new warnings assertions to use
pytest.warns()
by @mgorny in #10241 - Fix a crash when cleaning the namespace in
ModelMetaclass
by @Viicos in #10242 - Fix parent namespace issue with model rebuilds by @sydney-runkle in #10257
- Remove defaults filter for namespace by @sydney-runkle in #10261
- Use identity instead of equality after validating model in
__init__
by @Viicos in #10264 - Support
BigInt
serialization forint
subclasses by @kxx317 in pydantic/pydantic-core#1417