Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
pydantic_core-2.38.0-cp312-cp312-emscripten_3_1_58_wasm32.whl | 2025-08-04 | 1.5 MB | |
README.md | 2025-08-04 | 1.3 kB | |
v2.38.0 2025-08-04 source code.tar.gz | 2025-08-04 | 502.7 kB | |
v2.38.0 2025-08-04 source code.zip | 2025-08-04 | 663.9 kB | |
Totals: 4 Items | 2.6 MB | 10 |
What's Changed
- Switch to PEP 639 license information by @Viicos in https://github.com/pydantic/pydantic-core/pull/1769
- Simplify
ValidationError.from_exception_data()
docstring by @kinuax in https://github.com/pydantic/pydantic-core/pull/1768 - feat: make TzInfo instantiable without any arguments by @PrettyWood in https://github.com/pydantic/pydantic-core/pull/1777
- fix: make everything work on nightly by @PrettyWood in https://github.com/pydantic/pydantic-core/pull/1776
- Bump serde_json from 1.0.140 to 1.0.142 by @dependabot[bot] in https://github.com/pydantic/pydantic-core/pull/1772
- Build wheels for GraalPy by @msimacek in https://github.com/pydantic/pydantic-core/pull/1771
- bump speedate to 0.17 by @davidhewitt in https://github.com/pydantic/pydantic-core/pull/1778
- Implement val_temporal_unit for deciding how datetimes and dates timestamps get validated. by @ollz272 in https://github.com/pydantic/pydantic-core/pull/1751
New Contributors
- @kinuax made their first contribution in https://github.com/pydantic/pydantic-core/pull/1768
- @msimacek made their first contribution in https://github.com/pydantic/pydantic-core/pull/1771
Full Changelog: https://github.com/pydantic/pydantic-core/compare/v2.37.2...v2.38.0