Releases: pydantic/pydantic-core
Releases · pydantic/pydantic-core
v2.10.0 2023-09-21
What's Changed
- use
TypedDict
fromtyping_extensions
on <3.12 by @davidhewitt in #978 - add switch to change regex engine from Rust to Python by @davidhewitt in #983
- 🐛 Fix handling of
UUID
values havingUUID.version=None
by @samuelcolvin in #981 - Add
validate_core_schema
function and remove validation fromSchemaValidator
andSchemaSerializer
constructors by @davidhewitt in #982 - add strict flag to validate_core_schema by @adriangb in #984
- make
field_name
anddata
available onValidationInfo
by @samuelcolvin in #980
Full Changelog: v2.9.0...v2.10.0
v2.9.0 2023-09-20
What's Changed
- fix function-after validator changing validation mode to Python by @davidhewitt in #967
- implementing
validate_strings
by @samuelcolvin in #883 - Fix serialization of model subclasses via unions when definition referneces are used by @adriangb in #977
- ✨ Implement optional
number
tostr
coercion by @lig in #975 - Add support for hiding input in errors and json by @sydney-runkle in #973
- 🔖 Bump version to 2.9.0 by @lig in #979
New Contributors
- @sydney-runkle made their first contribution in #973
Full Changelog: v2.8.0...v2.9.0
v2.8.0 2023-09-18
What's Changed
- Fix typo in
MultiHostUrl.build
docstring by @Viicos in #938 - Bump regex from 1.9.4 to 1.9.5 by @dependabot in #944
- Bump pytest from 7.4.0 to 7.4.1 by @dependabot in #939
- Bump ruff from 0.0.286 to 0.0.287 by @dependabot in #942
- Bump griffe from 0.35.2 to 0.36.0 by @dependabot in #940
- Bump pyright from 1.1.324 to 1.1.325 by @dependabot in #941
- Bump griffe from 0.35.2 to 0.36.1 by @dependabot in #946
- Update pytz by @adriangb in #949
- Fix parsing int from large decimals by @adriangb in #948
- make error "duplicate" cheaper by @davidhewitt in #950
- Bump actions/checkout from 3 to 4 by @dependabot in #958
- Bump pytest from 7.4.1 to 7.4.2 by @dependabot in #956
- Bump griffe from 0.36.1 to 0.36.2 by @dependabot in #954
- Bump serde_json from 1.0.105 to 1.0.106 by @dependabot in #951
- Bump base64 from 0.21.3 to 0.21.4 by @dependabot in #952
- update to coverage_attribute feature by @davidhewitt in #966
- Update pytest-codspeed requirement from ~=2.1.0 to ~=2.2.0 by @dependabot in #953
- Bump black from 23.7.0 to 23.9.1 by @dependabot in #955
- Implementation of cause for ValidationError using ExceptionGroups by @zakstucke in #780
- Bump pyright from 1.1.325 to 1.1.327 by @dependabot in #970
- Bump serde_json from 1.0.106 to 1.0.107 by @dependabot in #971
- Bump ruff from 0.0.287 to 0.0.290 by @dependabot in #968
- Populate defs from defs schema by @adriangb in #972
New Contributors
- @Viicos made their first contribution in #938
- @zakstucke made their first contribution in #780
Full Changelog: v2.7.0...v2.8.0
v2.7.0 2023-08-29
What's Changed
- Allow customizing serialization of extras by @adriangb in #911
- Fix max length error on conlist with type int by @yvalencia91 in #902
- snipe off some unsafe code by @davidhewitt in #922
- Make round trip exclude computed fields by @dmontagu in #934
- Update version to 2.7.0 by @adriangb in #936
- Bump base64 from 0.21.2 to 0.21.3 by @dependabot in #933
- Bump url from 2.4.0 to 2.4.1 by @dependabot in #932
- Bump regex from 1.9.3 to 1.9.4 by @dependabot in #930
- Bump ruff from 0.0.285 to 0.0.286 by @dependabot in #928
- Bump griffe from 0.34.0 to 0.35.2 by @dependabot in #927
- Bump pyright from 1.1.323 to 1.1.324 by @dependabot in #926
- Bump num-bigint from 0.4.3 to 0.4.4 by @dependabot in #931
- Bump serde from 1.0.185 to 1.0.188 by @dependabot in #929
Full Changelog: v2.6.3...v2.7.0
v2.6.3 2023-08-23
What's Changed
- fix big int subclass extraction by @samuelcolvin in #919
- Bump pydantic-core to 2.6.3 by @adriangb in #920
Full Changelog: v2.6.2...v2.6.3
v2.6.2 2023-08-23
What's Changed
- Bump ruff from 0.0.284 to 0.0.285 by @dependabot in #909
- Bump serde_json from 1.0.104 to 1.0.105 by @dependabot in #905
- Bump mypy from 1.5.0 to 1.5.1 by @dependabot in #908
- Bump serde from 1.0.183 to 1.0.185 by @dependabot in #904
- Bump griffe from 0.32.3 to 0.34.0 by @dependabot in #906
- Bump pyright from 1.1.322 to 1.1.323 by @dependabot in #907
- fix json-or-python serializer as JSON object key by @davidhewitt in #903
- Fix
pytest tests/benchmarks --benchmark-enable
by @dmontagu in #912 - Convert datetime error message to human friendly message by @yvalencia91 in #915
- Allow using type() in tests by @adriangb in #916
- remove dict validation macro by @samuelcolvin in #917
- avoid coercing int subclasses to floats by @samuelcolvin in #914
- 👽 Implement
tzinfo.fromutc
forTzInfo
by @lig in #864 - Bump pydantic-core to 2.6.2 by @adriangb in #918
New Contributors
- @yvalencia91 made their first contribution in #915
Full Changelog: v2.6.1...v2.6.2
v2.6.1 2023-08-18
What's Changed
- Replace MiMalloc w/ default allocator by @adriangb in #900
- Prepare for 2.6.1 release by @adriangb in #901
Full Changelog: v2.6.0...v2.6.1
v2.6.0 2023-08-16
What's Changed
- Bump
pytest-codspeed
to v2.1.0 by @art049 in #875 - Allow parsing numbers w/ underscores (e.g. 1_000) from strings by @adriangb in #868
- special case of datetime as not allowed in date serializer by @davidhewitt in #873
- Bump mypy from 1.4.1 to 1.5.0 by @dependabot in #876
- Bump pyright from 1.1.320 to 1.1.322 by @dependabot in #878
- Bump uraimo/run-on-arch-action from 2.5.0 to 2.5.1 by @dependabot in #880
- running cargo clippy by @samuelcolvin in #885
- custom behaviour for timedelta subclasses by @samuelcolvin in #881
- Support manually specifying case labels for union validators by @dmontagu in #841
- Bump ruff from 0.0.282 to 0.0.284 by @dependabot in #877
- fix serialization of subclasses by @samuelcolvin in #860
- Update to speedate 0.12 by @davidhewitt in #887
- collapse arguments into ValidationState by @davidhewitt in #886
- remove
's
lifetime fromvalidate
andvalidate_assignment
by @davidhewitt in #890 - add
left_to_right
union mode by @davidhewitt in #889 - limit test requirements so that all platforms can build by @davidhewitt in #892
- don't install pytest-codspeed on non x86_64 machines by @davidhewitt in #895
- add some missing pypy builds for macos by @davidhewitt in #894
- disable mimalloc on manylinux cross-compiles by @davidhewitt in #893
- Bump version to 2.6.0 by @dmontagu in #896
Full Changelog: v2.5.0...v2.6.0
v2.5.0 2023-08-10
What's Changed
- Fix error context type annotations by @MarkusSintonen in #809
- Fix wasm preview by @JeffersGlass in #835
- Fix typehint of discriminator for tagged_union_schema by @dmontagu in #827
- Bump serde_json from 1.0.103 to 1.0.104 by @dependabot in #846
- Bump serde from 1.0.175 to 1.0.179 by @dependabot in #845
- optimize Python float validation by @davidhewitt in #826
- update to PyO3 0.19.2 by @davidhewitt in #844
- Build wheels for arm64 Windows by @messense in #856
- Fix PydanticKnownError user context handling issues by @MarkusSintonen in #839
- Bump regex from 1.9.1 to 1.9.3 by @dependabot in #859
- fix: cargo include by @vvanglro in #852
- special case serialization for int as input to float by @samuelcolvin in #866
- Bump strum_macros from 0.25.1 to 0.25.2 by @dependabot in #858
- Bump serde from 1.0.179 to 1.0.183 by @dependabot in #857
- fix inconsistency with strict mode of date validation by @davidhewitt in #870
- add decimal validator by @davidhewitt in #763
New Contributors
- @MarkusSintonen made their first contribution in #809
- @JeffersGlass made their first contribution in #835
- @vvanglro made their first contribution in #852
Full Changelog: v2.4.0...v2.5.0
v2.4.0 2023-07-24
What's Changed
- correct name of "AssignmentValidatorCallable" by @davidhewitt in #789
- Always convert str subclasses to str by @adriangb in #788
- Remove patch version number from error link by @hramezani in #794
- add weekly dependabot configuration by @davidhewitt in #791
- Bump dirty-equals from 0.5.0 to 0.6.0 by @dependabot in #808
- Bump pytest-mock from 3.10.0 to 3.11.1 by @dependabot in #807
- Bump coverage from 7.2.2 to 7.2.7 by @dependabot in #801
- Bump pytz from 2022.7.1 to 2023.3 by @dependabot in #799
- Bump actions/cache from 2 to 3 by @dependabot in #802
- Bump strum_macros from 0.24.3 to 0.25.1 by @dependabot in #797
- Bump mymindstorm/setup-emsdk from 11 to 12 by @dependabot in #804
- Bump idna from 0.3.0 to 0.4.0 by @dependabot in #798
- Bump serde from 1.0.171 to 1.0.174 by @dependabot in #803
- Bump serde_json from 1.0.100 to 1.0.103 by @dependabot in #800
- add profiling make target and instructions by @davidhewitt in #793
- Bump base64 from 0.13.1 to 0.21.2 by @dependabot in #805
- Add uuid validator by @JeanArhancet in #772
- Bump serde from 1.0.174 to 1.0.175 by @dependabot in #811
- Bump uuid from 1.3.4 to 1.4.1 by @dependabot in #810
- Bump pyright from 1.1.296 to 1.1.318 by @dependabot in #816
- Bump pytest-pretty from 1.1.1 to 1.2.0 by @dependabot in #815
- Bump pytest from 7.2.1 to 7.4.0 by @dependabot in #812
- use github continue-on-error to avoid red CI with test-pydantic-integration by @davidhewitt in #817
- Bump pytest-examples from 0.0.4 to 0.0.10 by @dependabot in #814
- adding docstrings by @samuelcolvin in #795
New Contributors
- @dependabot made their first contribution in #808
Full Changelog: v2.3.1...v2.4.0