Pydantic-core

Latest version: v2.18.3

Safety actively analyzes 633486 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 6 of 18

2.4.0

What's Changed
* correct name of "AssignmentValidatorCallable" by davidhewitt in https://github.com/pydantic/pydantic-core/pull/789
* Always convert str subclasses to str by adriangb in https://github.com/pydantic/pydantic-core/pull/788
* Remove patch version number from error link by hramezani in https://github.com/pydantic/pydantic-core/pull/794
* add weekly dependabot configuration by davidhewitt in https://github.com/pydantic/pydantic-core/pull/791
* Bump dirty-equals from 0.5.0 to 0.6.0 by dependabot in https://github.com/pydantic/pydantic-core/pull/808
* Bump pytest-mock from 3.10.0 to 3.11.1 by dependabot in https://github.com/pydantic/pydantic-core/pull/807
* Bump coverage from 7.2.2 to 7.2.7 by dependabot in https://github.com/pydantic/pydantic-core/pull/801
* Bump pytz from 2022.7.1 to 2023.3 by dependabot in https://github.com/pydantic/pydantic-core/pull/799
* Bump actions/cache from 2 to 3 by dependabot in https://github.com/pydantic/pydantic-core/pull/802
* Bump strum_macros from 0.24.3 to 0.25.1 by dependabot in https://github.com/pydantic/pydantic-core/pull/797
* Bump mymindstorm/setup-emsdk from 11 to 12 by dependabot in https://github.com/pydantic/pydantic-core/pull/804
* Bump idna from 0.3.0 to 0.4.0 by dependabot in https://github.com/pydantic/pydantic-core/pull/798
* Bump serde from 1.0.171 to 1.0.174 by dependabot in https://github.com/pydantic/pydantic-core/pull/803
* Bump serde_json from 1.0.100 to 1.0.103 by dependabot in https://github.com/pydantic/pydantic-core/pull/800
* add profiling make target and instructions by davidhewitt in https://github.com/pydantic/pydantic-core/pull/793
* Bump base64 from 0.13.1 to 0.21.2 by dependabot in https://github.com/pydantic/pydantic-core/pull/805
* Add uuid validator by JeanArhancet in https://github.com/pydantic/pydantic-core/pull/772
* Bump serde from 1.0.174 to 1.0.175 by dependabot in https://github.com/pydantic/pydantic-core/pull/811
* Bump uuid from 1.3.4 to 1.4.1 by dependabot in https://github.com/pydantic/pydantic-core/pull/810
* Bump pyright from 1.1.296 to 1.1.318 by dependabot in https://github.com/pydantic/pydantic-core/pull/816
* Bump pytest-pretty from 1.1.1 to 1.2.0 by dependabot in https://github.com/pydantic/pydantic-core/pull/815
* Bump pytest from 7.2.1 to 7.4.0 by dependabot in https://github.com/pydantic/pydantic-core/pull/812
* use github continue-on-error to avoid red CI with test-pydantic-integration by davidhewitt in https://github.com/pydantic/pydantic-core/pull/817
* Bump pytest-examples from 0.0.4 to 0.0.10 by dependabot in https://github.com/pydantic/pydantic-core/pull/814
* adding docstrings by samuelcolvin in https://github.com/pydantic/pydantic-core/pull/795

New Contributors
* dependabot made their first contribution in https://github.com/pydantic/pydantic-core/pull/808

**Full Changelog**: https://github.com/pydantic/pydantic-core/compare/v2.3.1...v2.4.0

2.3.1

What's Changed
* Fix scientific floats by dmontagu in https://github.com/pydantic/pydantic-core/pull/774
* Fix scientific floats with uppercase E by kzrnm in https://github.com/pydantic/pydantic-core/pull/779
* set up stable Rust toolchain on all rust builds by davidhewitt in https://github.com/pydantic/pydantic-core/pull/782
* fix type annotations for Url & MultiHostUrl build by davidhewitt in https://github.com/pydantic/pydantic-core/pull/781
* Fix ValidationInfo repr by adriangb in https://github.com/pydantic/pydantic-core/pull/776
* Special case bool literals by adriangb in https://github.com/pydantic/pydantic-core/pull/784
* run pydantic tests as an allowed-to-fail job by davidhewitt in https://github.com/pydantic/pydantic-core/pull/767
* 🐛 Fix handling of bool literals by lig in https://github.com/pydantic/pydantic-core/pull/783
* reject is_instance inputs based on their type, not the mode by davidhewitt in https://github.com/pydantic/pydantic-core/pull/765
* fix python GC traversal for validators and serializers by davidhewitt in https://github.com/pydantic/pydantic-core/pull/787
* bump version to 2.3.1 by davidhewitt in https://github.com/pydantic/pydantic-core/pull/790

New Contributors
* kzrnm made their first contribution in https://github.com/pydantic/pydantic-core/pull/779

**Full Changelog**: https://github.com/pydantic/pydantic-core/compare/v2.3.0...v2.3.1

2.3.0

What's Changed
* fix borrow error when serializing recursive models by davidhewitt in https://github.com/pydantic/pydantic-core/pull/764
* Update speedate and truncate microseconds by default by adriangb in https://github.com/pydantic/pydantic-core/pull/762
* Consider `exclude_none` in `computed_field` serialization by hramezani in https://github.com/pydantic/pydantic-core/pull/768
* Type validation context as `dict[str, Any] | None` by adriangb in https://github.com/pydantic/pydantic-core/pull/709
* Update speedate to 0.11.0 by adriangb in https://github.com/pydantic/pydantic-core/pull/769
* Make TzInfo picklable by adriangb in https://github.com/pydantic/pydantic-core/pull/770
* Make validating assignment work properly with allowed extra by dmontagu in https://github.com/pydantic/pydantic-core/pull/766


**Full Changelog**: https://github.com/pydantic/pydantic-core/compare/v2.2.0...v2.3.0

2.2.0

What's Changed
* 🐛 Fix `max_length` for unicode strings by lig in https://github.com/pydantic/pydantic-core/pull/758
* feat: add build method back to multihosturl by ollz272 in https://github.com/pydantic/pydantic-core/pull/730
* serde for JSON integers larger than 64 bits by davidhewitt in https://github.com/pydantic/pydantic-core/pull/745

New Contributors
* ollz272 made their first contribution in https://github.com/pydantic/pydantic-core/pull/730

**Full Changelog**: https://github.com/pydantic/pydantic-core/compare/v2.1.3...v2.2.0

2.1.3

What's Changed
* Fix: micro typo in README 737 by ShIRannx in https://github.com/pydantic/pydantic-core/pull/738
* Always build PGO using `RUSTFLAGS` by messense in https://github.com/pydantic/pydantic-core/pull/739
* use __new__ in .pyi for Rust types by davidhewitt in https://github.com/pydantic/pydantic-core/pull/743
* fix segfaults on tests in debug builds for PyPy by davidhewitt in https://github.com/pydantic/pydantic-core/pull/744
* use timedelta repr as constraint in error messages by davidhewitt in https://github.com/pydantic/pydantic-core/pull/747
* Properly truncate characters when splitting up strings in error repr by adriangb in https://github.com/pydantic/pydantic-core/pull/746
* add build-pgo make target by davidhewitt in https://github.com/pydantic/pydantic-core/pull/741
* remove pydantic V1 comparisons from benchmark suite by davidhewitt in https://github.com/pydantic/pydantic-core/pull/748
* Bump speedate and pydantic-core versions by adriangb in https://github.com/pydantic/pydantic-core/pull/752
* add `build_info` to `_pydantic_core` by samuelcolvin in https://github.com/pydantic/pydantic-core/pull/749
* Add enum error type by hramezani in https://github.com/pydantic/pydantic-core/pull/751
* fix pypy tests on windows by davidhewitt in https://github.com/pydantic/pydantic-core/pull/757
* use pydantic's version in error messages by davidhewitt in https://github.com/pydantic/pydantic-core/pull/759
* Preserve exception instances and their context in ValidationError by adriangb in https://github.com/pydantic/pydantic-core/pull/753

New Contributors
* ShIRannx made their first contribution in https://github.com/pydantic/pydantic-core/pull/738

**Full Changelog**: https://github.com/pydantic/pydantic-core/compare/v2.1.2...v2.1.3

2.1.2

What's Changed
* Update python3-dll-a to 0.2.9 by adriangb in https://github.com/pydantic/pydantic-core/pull/736


**Full Changelog**: https://github.com/pydantic/pydantic-core/compare/v2.1.1...v2.1.2

Page 6 of 18

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.