forked from pool/python-pydantic-core
- Update to 2.39.0:
* build: bump pytest to 8.4 * Add exclude_computed_fields serialization option * Switch to PEP 639 license information * Simplify ValidationError.from_exception_data() docstring * feat: make TzInfo instantiable without any arguments * Implement val_temporal_unit for deciding how datetimes and dates timestamps get validated. * Add missing entries in missing-sentinel core schema * Add MISSING sentinel * Implement ser_json_temporal config option * Properly coerce fractions as int * Add exclude_if logic at the field level OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pydantic-core?expand=0&rev=23
This commit is contained in:
@@ -1,3 +1,19 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 14 04:02:02 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
|
||||
|
||||
- Update to 2.39.0:
|
||||
* build: bump pytest to 8.4
|
||||
* Add exclude_computed_fields serialization option
|
||||
* Switch to PEP 639 license information
|
||||
* Simplify ValidationError.from_exception_data() docstring
|
||||
* feat: make TzInfo instantiable without any arguments
|
||||
* Implement val_temporal_unit for deciding how datetimes and dates timestamps get validated.
|
||||
* Add missing entries in missing-sentinel core schema
|
||||
* Add MISSING sentinel
|
||||
* Implement ser_json_temporal config option
|
||||
* Properly coerce fractions as int
|
||||
* Add exclude_if logic at the field level
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 23 04:12:34 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
|
||||
|
||||
|
Reference in New Issue
Block a user