2024-11-01 01:22:36 by Thomas Klausner | Files touched by this commit (3) |  |
Log message:
py-pydantic-core: update to 2.25.1.
2.5.1
What's Changed
Bump jiter from 0.5.0 to 0.6.1 by @dependabot in #1498
Update Pyodide to v0.26.3 by @riyavsinha in #1507
Allow subclassing ValidationError and PydanticCustomError by @Youssefares in \
#1413
Revert "feat: add 'millisecond' option to ser_json_timedelta" by \
@sydney-runkle in #1503
Support subclass inits for Url and MultiHostUrl by @sydney-runkle in #1508
2.5.0
What's Changed
Properly enforce host_required for URLs by @Viicos in #1488
Support revalidation of parametrized generics by @sydney-runkle in #1489
Support default factories taking validated data as an argument by @Viicos in \
#1491
|
2024-10-19 08:25:12 by Adam Ciarcinski | Files touched by this commit (2) |  |
Log message:
py-pydantic-core: updated to 2.24.2
2.24.2
dd serialization key to InvalidSchema
|
2024-10-14 15:31:31 by Adam Ciarcinski | Files touched by this commit (3) |  |
Log message:
py-pydantic-core: updated to 2.24.1
2.24.1 2024-10-11
Packaging
Restore Windows aarch64 builds
Limit windows builds to Rust 1.77 (to keep Windows 7 support)
Bump pyo3 from 0.22.2 to 0.22.3
Bump serde from 1.0.209 to 1.0.210
Bump regex from 1.10.6 to 1.11.0
Fixes
Fix equality checks for primitives in literals
Changes
Add invalid schema placeholder
Relax intensity of error for issubclass and isinstance schemas from json
|
2024-09-22 18:34:27 by Thomas Klausner | Files touched by this commit (2) |  |
Log message:
py-pydantic-core: update to 2.24.0.
Features
Add milliseconds option to ser_json_timedelta config parameter by @ollz272 \
in #1427
Add support for unpacked TypedDict to type hint variadic keyword arguments \
in ArgumentsValidator by @Viicos in #1451
Fixes
Do not require padding when decoding base64 bytes by @bschoenmaeckers in #1448
Support wider variety of enum validation cases by @sydney-runkle in #1456
|
2024-09-17 07:24:17 by Adam Ciarcinski | Files touched by this commit (2) |  |
Log message:
py-pydantic-core: updated to 2.23.4
2.23.4
Fix variance issue in _IncEx type alias, only allow True
Clean up serialization warnings for invalid data in unions
|
2024-09-09 09:07:11 by Adam Ciarcinski | Files touched by this commit (3) |  |
Log message:
py-pydantic-core: updated to 2.23.3
v2.23.3
Packaging
Bump the python-packages group with 8 updates
Bump serde from 1.0.204 to 1.0.209
Bump idna from 1.0.1 to 1.0.2
Bump uuid from 1.9.1 to 1.10.0
Bump regex from 1.10.5 to 1.10.6
Bump serde_json from 1.0.121 to 1.0.128
Fixes
Negative integers with leading zeros raise ValueError
Fix tagged union serialization warning when using aliases
Fix _IncEx type annotation
|
2024-09-07 07:27:53 by Adam Ciarcinski | Files touched by this commit (2) |  |
Log message:
py-pydantic-core: updated to 2.23.2
v2.23.2 2024-09-05
Adding missing API docs to pydantic_core
|
2024-09-03 10:35:34 by Adam Ciarcinski | Files touched by this commit (2) |  |
Log message:
py-pydantic-core: updated to 2.23.1
2.23.1
Use more explicit warning regarding serialization warning for missing fields
Support BigInt serialization for int subclasses
|
2024-08-22 15:32:39 by Thomas Klausner | Files touched by this commit (2) |
Log message:
py-pydantic-core: adapt for py-maturin change
Bump PKGREVISION.
|
2024-08-08 07:35:17 by Adam Ciarcinski | Files touched by this commit (3) |  |
Log message:
py-pydantic-core: updated to 2.21.0
v2.21.0 2024-08-05
Packaging
Bump idna from 0.5.0 to 1.0.1
Bump pyo3 from 0.22.0 to 0.22.2
Bump serde_json from 1.0.118 to 1.0.121
Bump serde from 1.0.203 to 1.0.204
Bump base64 from 0.21.7 to 0.22.1
Fixes
Fixes discriminated union bug regression when using enums
string: Use 're.Pattern.search' instead of 're.Pattern.match'
Fix model field_serializer with computed field
Clean up some string handling cases
Features
Validate bytes based on ser_json_bytes
Support allow_partial='trailing-strings'
Performance
Use Uuid:::from_u128 for uuid_to_string
|