build(deps): update dependency pydantic-core to v2.29.0 (main)
Metadata
Current evaluation
Updating pydantic-core to v2.29.0 was closed without merging. Renovate will ignore this update and generate a new PR for future releases.
Suggested action: —
No scores available.
Issue body
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [pydantic-core](https://redirect.github.com/pydantic/pydantic-core) | `==2.23.4` -> `==2.29.0` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) |
---
### Release Notes
<details>
<summary>pydantic/pydantic-core (pydantic-core)</summary>
### [`v2.29.0`](https://redirect.github.com/pydantic/pydantic-core/releases/tag/v2.29.0): 2025-02-07
[Compare Source](https://redirect.github.com/pydantic/pydantic-core/compare/v2.28.0...v2.29.0)
#### What's Changed
##### Packaging
- Bump `uuid` from 1.11.0 to 1.12.1 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/pydantic/pydantic-core/pull/1618](https://redirect.github.com/pydantic/pydantic-core/pull/1618)
- Bump `serde_json` from 1.0.134 to 1.0.138 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/pydantic/pydantic-core/pull/1617](https://redirect.github.com/pydantic/pydantic-core/pull/1617)
- Always use maturin for the `uv` commands in Makefile by [@​davidhewitt](https://redirect.github.com/davidhewitt) in [https://github.com/pydantic/pydantic-core/pull/1622](https://redirect.github.com/pydantic/pydantic-core/pull/1622)
- build PGO wheels on `macos-latest` runners by [@​davidhewitt](https://redirect.github.com/davidhewitt) in [https://github.com/pydantic/pydantic-core/pull/1624](https://redirect.github.com/pydantic/pydantic-core/pull/1624)
##### Fixes
- Fix float `multiple_of` validation for negative numbers by [@​K-dash](https://redirect.github.com/K-dash) in [https://github.com/pydantic/pydantic-core/pull/1373](https://redirect.github.com/pydantic/pydantic-core/pull/1373)
- Fix wasm preview by [@​samuelcolvin](https://redirect.github.com/samuelcolvin) in [https://github.com/pydantic/pydantic-core/pull/1621](https://redirect.github.com/pydantic/pydantic-core/pull/1621)
- Raise validation error when unhashable items added to a set by [@​mikeedjones](https://redirect.github.com/mikeedjones) in [https://github.com/pydantic/pydantic-core/pull/1619](https://redirect.github.com/pydantic/pydantic-core/pull/1619)
- Fix condition before using prebuilt validator/serializer by [@​Viicos](https://redirect.github.com/Viicos) in [https://github.com/pydantic/pydantic-core/pull/1625](https://redirect.github.com/pydantic/pydantic-core/pull/1625)
##### Performance
- Memory usage optimization via reuse of `SchemaValidator` and `SchemaSerializer` by [@​sydney-runkle](https://redirect.github.com/sydney-runkle) in [https://github.com/pydantic/pydantic-core/pull/1616](https://redirect.github.com/pydantic/pydantic-core/pull/1616)
##### New Features
- Support free-threaded Python 3.13t by [@​davidhewitt](https://redirect.github.com/davidhewitt) in [https://github.com/pydantic/pydantic-core/pull/1628](https://redirect.github.com/pydantic/pydantic-core/pull/1628)
#### New Contributors
- [@​K-dash](https://redirect.github.com/K-dash) made their first contribution in [https://github.com/pydantic/pydantic-core/pull/1373](https://redirect.github.com/pydantic/pydantic-core/pull/1373)
- [@​mikeedjones](https://redirect.github.com/mikeedjones) made their first contribution in [https://github.com/pydantic/pydantic-core/pull/1619](https://redirect.github.com/pydantic/pydantic-core/pull/1619)
**Full Changelog**: https://github.com/pydantic/pydantic-core/compare/v2.28.0...v2.29.0
### [`v2.28.0`](https://redirect.github.com/pydantic/pydantic-core/releases/tag/v2.28.0): 2025-01-30
[Compare Source](https://redirect.github.com/pydantic/pydantic-core/compare/v2.27.2...v2.28.0)
#### What's Changed
- minimal upgrade to PyO3 0.23 (ignoring deprecations) by [@​davidhewitt](https://redirect.github.com/davidhewitt) in [https://github.com/pydantic/pydantic-core/pull/1556](https://redirect.github.com/pydantic/pydantic-core/pull/1556)
- Bump serde_json from 1.0.132 to 1.0.133 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/pydantic/pydantic-core/pull/1564](https://redirect.github.com/pydantic/pydantic-core/pull/1564)
- Bump idna from 1.0.2 to 1.0.3 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/pydantic/pydantic-core/pull/1567](https://redirect.github.com/pydantic/pydantic-core/pull/1567)
- Bump serde from 1.0.214 to 1.0.215 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/pydantic/pydantic-core/pull/1565](https://redirect.github.com/pydantic/pydantic-core/pull/1565)
- remove `python3-dll-a` dependency by [@​davidhewitt](https://redirect.github.com/davidhewitt) in [https://github.com/pydantic/pydantic-core/pull/1568](https://redirect.github.com/pydantic/pydantic-core/pull/1568)
- Use UserWarning from pyo3 by [@​changhc](https://redirect.github.com/changhc) in [https://github.com/pydantic/pydantic-core/pull/1559](https://redirect.github.com/pydantic/pydantic-core/pull/1559)
- bump jiter to 0.8.2, PyO3 to 0.23.3 by [@​davidhewitt](https://redirect.github.com/davidhewitt) in [https://github.com/pydantic/pydantic-core/pull/1570](https://redirect.github.com/pydantic/pydantic-core/pull/1570)
- Fix typo in `PydanticUseDefault` docstring by [@​Viicos](https://redirect.github.com/Viicos) in [https://github.com/pydantic/pydantic-core/pull/1571](https://redirect.github.com/pydantic/pydantic-core/pull/1571)
- Forward `default_value` calls to the underlying schema for `DefinitionRefValidator` by [@​Viicos](https://redirect.github.com/Viicos) in [https://github.com/pydantic/pydantic-core/pull/1573](https://redirect.github.com/pydantic/pydantic-core/pull/1573)
- fix type hint for `SerializationInfo.round_trip` by [@​davidhewitt](https://redirect.github.com/davidhewitt) in [https://github.com/pydantic/pydantic-core/pull/1576](https://redirect.github.com/pydantic/pydantic-core/pull/1576)
- Include JSON Schema input core schema in function schemas by [@​Viicos](https://redirect.github.com/Viicos) in [https://github.com/pydantic/pydantic-core/pull/1572](https://redirect.github.com/pydantic/pydantic-core/pull/1572)
- fix wasteful `to_python()` calls checking for undefined by [@​davidhewitt](https://redirect.github.com/davidhewitt) in [https://github.com/pydantic/pydantic-core/pull/1580](https://redirect.github.com/pydantic/pydantic-core/pull/1580)
- Fix `ValueError` on year zero by [@​davidhewitt](https://redirect.github.com/davidhewitt) in [https://github.com/pydantic/pydantic-core/pull/1583](https://redirect.github.com/pydantic/pydantic-core/pull/1583)
- Bump serde from 1.0.215 to 1.0.216 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/pydantic/pydantic-core/pull/1586](https://redirect.github.com/pydantic/pydantic-core/pull/1586)
- optimize refcounting op in datetime creation by [@​davidhewitt](https://redirect.github.com/davidhewitt) in [https://github.com/pydantic/pydantic-core/pull/1590](https://redirect.github.com/pydantic/pydantic-core/pull/1590)
- Bump astral-sh/setup-uv from 4 to 5 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/pydantic/pydantic-core/pull/1596](https://redirect.github.com/pydantic/pydantic-core/pull/1596)
- Bump serde from 1.0.216 to 1.0.217 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/pydantic/pydantic-core/pull/1595](https://redirect.github.com/pydantic/pydantic-core/pull/1595)
- Bump serde_json from 1.0.133 to 1.0.134 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/pydantic/pydantic-core/pull/1594](https://redirect.github.com/pydantic/pydantic-core/pull/1594)
- Drop 3.8 support by [@​sydney-runkle](https://redirect.github.com/sydney-runkle) in [https://github.com/pydantic/pydantic-core/pull/1604](https://redirect.github.com/pydantic/pydantic-core/pull/1604)
- Remove `pyupgrade` as an explicit linting dependency by [@​sydney-runkle](https://redirect.github.com/sydney-runkle) in [https://github.com/pydantic/pydantic-core/pull/1606](https://redirect.github.com/pydantic/pydantic-core/pull/1606)
- Fix: `dataclass` `InitVar`s shouldn't be required on serialization by [@​sydney-runkle](https://redirect.github.com/sydney-runkle) in [https://github.com/pydantic/pydantic-core/pull/1602](https://redirect.github.com/pydantic/pydantic-core/pull/1602)
- Bump version to v2.28.0 by [@​Viicos](https://redirect.github.com/Viicos) in [https://github.com/pydantic/pydantic-core/pull/1615](https://redirect.github.com/pydantic/pydantic-core/pull/1615)
**Full Changelog**: https://github.com/pydantic/pydantic-core/compare/v2.27.1...v2.28.0
### [`v2.27.2`](https://redirect.github.com/pydantic/pydantic-core/releases/tag/v2.27.2): 2024-12-18
[Compare Source](https://redirect.github.com/pydantic/pydantic-core/compare/v2.27.1...v2.27.2)
#### What's Changed
- fix linux PGO wheel build by [@​davidhewitt](https://redirect.github.com/davidhewitt) in [https://github.com/pydantic/pydantic-core/pull/1557](https://redirect.github.com/pydantic/pydantic-core/pull/1557)
- Forward `default_value` calls to the underlying schema for `DefinitionRefValidator` by [@​Viicos](https://redirect.github.com/Viicos) in [https://github.com/pydantic/pydantic-core/pull/1573](https://redirect.github.com/pydantic/pydantic-core/pull/1573)
- Include JSON Schema input core schema in function schemas by [@​Viicos](https://redirect.github.com/Viicos) in [https://github.com/pydantic/pydantic-core/pull/1572](https://redirect.github.com/pydantic/pydantic-core/pull/1572)
- fix `ValueError` on year zero by [@​davidhewitt](https://redirect.github.com/davidhewitt) in [https://github.com/pydantic/pydantic-core/pull/1583](https://redirect.github.com/pydantic/pydantic-core/pull/1583)
**Full Changelog**: https://github.com/pydantic/pydantic-core/compare/v2.27.1...v2.27.2
### [`v2.27.1`](https://redirect.github.com/pydantic/pydantic-core/releases/tag/v2.27.1): 2024-11-21
[Compare Source](https://redirect.github.com/pydantic/pydantic-core/compare/v2.27.0...v2.27.1)
#### What's Changed
- Simplify shared union serializer logic by [@​sydney-runkle](https://redirect.github.com/sydney-runkle) in [https://github.com/pydantic/pydantic-core/pull/1538](https://redirect.github.com/pydantic/pydantic-core/pull/1538)
- Tidy up some uses of `Bound<'_, PyString>::to_str` by [@​davidhewitt](https://redirect.github.com/davidhewitt) in [https://github.com/pydantic/pydantic-core/pull/1544](https://redirect.github.com/pydantic/pydantic-core/pull/1544)
- Fix serialization inference for `complex` types in `python` by [@​sydney-runkle](https://redirect.github.com/sydney-runkle) in [https://github.com/pydantic/pydantic-core/pull/1549](https://redirect.github.com/pydantic/pydantic-core/pull/1549)
- Bump to PyO3 v0.22.6 by [@​davidhewitt](https://redirect.github.com/davidhewitt) in [https://github.com/pydantic/pydantic-core/pull/1550](https://redirect.github.com/pydantic/pydantic-core/pull/1550)
- Fix performance regression for JSON tagged union by [@​davidhewitt](https://redirect.github.com/davidhewitt) in [https://github.com/pydantic/pydantic-core/pull/1552](https://redirect.github.com/pydantic/pydantic-core/pull/1552)
**Full Changelog**: https://github.com/pydantic/pydantic-core/compare/v2.27.0...v2.27.1
### [`v2.27.0`](https://redirect.github.com/pydantic/pydantic-core/releases/tag/v2.27.0): 2024-11-12
[Compare Source](https://redirect.github.com/pydantic/pydantic-core/compare/v2.26.0...v2.27.0)
##### What's Changed
- Remove `Url` and `MultiHostUrl` docstrings, we moved them to pydantic by [@​sydney-runkle](https://redirect.github.com/sydney-runkle) in [https://github.com/pydantic/pydantic-core/pull/1531](https://redirect.github.com/pydantic/pydantic-core/pull/1531)
- Fix panic in `validate_assignment` when field has gone missing by [@​davidhewitt](https://redirect.github.com/davidhewitt) in [https://github.com/pydantic/pydantic-core/pull/1532](https://redirect.github.com/pydantic/pydantic-core/pull/1532)
- Fix for `Union` serializer: do not raise warnings in nested unions by [@​lukapeschke](https://redirect.github.com/lukapeschke) in [https://github.com/pydantic/pydantic-core/pull/1513](https://redirect.github.com/pydantic/pydantic-core/pull/1513)
- Fix `_IncEx` type alias to be compatible with mypy by [@​Viicos](https://redirect.github.com/Viicos) in [https://github.com/pydantic/pydantic-core/pull/1537](https://redirect.github.com/pydantic/pydantic-core/pull/1537)
- More union serialization tidying by [@​sydney-runkle](https://redirect.github.com/sydney-runkle) in [https://github.com/pydantic/pydantic-core/pull/1536](https://redirect.github.com/pydantic/pydantic-core/pull/1536)
- Fix `wrap` serializer breaking union serialization in presence of extra fields by [@​davidhewitt](https://redirect.github.com/davidhewitt) in [https://github.com/pydantic/pydantic-core/pull/1530](https://redirect.github.com/pydantic/pydantic-core/pull/1530)
- Support `trailing-strings` with `allow_partial` by [@​samuelcolvin](https://redirect.github.com/samuelcolvin) in [https://github.com/pydantic/pydantic-core/pull/1539](https://redirect.github.com/pydantic/pydantic-core/pull/1539)
##### New Contributors
- [@​lukapeschke](https://redirect.github.com/lukapeschke) made their first contribution in [https://github.com/pydantic/pydantic-core/pull/1513](https://redirect.github.com/pydantic/pydantic-core/pull/1513)
**Full Changelog**: https://github.com/pydantic/pydantic-core/compare/v2.26.0...v2.27.0
### [`v2.26.0`](https://redirect.github.com/pydantic/pydantic-core/releases/tag/v2.26.0): 2024-11-04
[Compare Source](https://redirect.github.com/pydantic/pydantic-core/compare/v2.25.1...v2.26.0)
#### What's Changed
##### Fixes
- Revert changes to url schemas that support `cls`, the 2x validation isn't worth it (and is breaking) by [@​sydney-runkle](https://redirect.github.com/sydney-runkle) in [https://github.com/pydantic/pydantic-core/pull/1514](https://redirect.github.com/pydantic/pydantic-core/pull/1514)
- Fix when `coerce_numbers_to_str` enabled and string has invalid unicode character by [@​andrey-berenda](https://redirect.github.com/andrey-berenda) in [https://github.com/pydantic/pydantic-core/pull/1515](https://redirect.github.com/pydantic/pydantic-core/pull/1515)
- Fix serializing `complex` values in enums by [@​changhc](https://redirect.github.com/changhc) in [https://github.com/pydantic/pydantic-core/pull/1524](https://redirect.github.com/pydantic/pydantic-core/pull/1524)
##### Packaging
- Bump `serde` from 1.0.213 to 1.0.214 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/pydantic/pydantic-core/pull/1519](https://redirect.github.com/pydantic/pydantic-core/pull/1519)
- Bump `regex` from 1.11.0 to 1.11.1 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/pydantic/pydantic-core/pull/1520](https://redirect.github.com/pydantic/pydantic-core/pull/1520)
- Bump `jiter` from 0.6.1 to 0.7.0 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/pydantic/pydantic-core/pull/1521](https://redirect.github.com/pydantic/pydantic-core/pull/1521)
- bump `speedate` to 0.15 by [@​davidhewitt](https://redirect.github.com/davidhewitt) in [https://github.com/pydantic/pydantic-core/pull/1526](https://redirect.github.com/pydantic/pydantic-core/pull/1526)
##### New Features
- Add `allow_partial` by [@​samuelcolvin](https://redirect.github.com/samuelcolvin) in [https://github.com/pydantic/pydantic-core/pull/1512](https://redirect.github.com/pydantic/pydantic-core/pull/1512)
#### New Contributors
- [@​andrey-berenda](https://redirect.github.com/andrey-berenda) made their first contribution in [https://github.com/pydantic/pydantic-core/pull/1515](https://redirect.github.com/pydantic/pydantic-core/pull/1515)
**Full Changelog**: https://github.com/pydantic/pydantic-core/compare/v2.25.1...v2.26.0
### [`v2.25.1`](https://redirect.github.com/pydantic/pydantic-core/releases/tag/v2.25.1): 2024-10-30
[Compare Source](https://redirect.github.com/pydantic/pydantic-core/compare/v2.25.0...v2.25.1)
#### What's Changed
- Bump jiter from 0.5.0 to 0.6.1 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/pydantic/pydantic-core/pull/1498](https://redirect.github.com/pydantic/pydantic-core/pull/1498)
- Update Pyodide to v0.26.3 by [@​riyavsinha](https://redirect.github.com/riyavsinha) in [https://github.com/pydantic/pydantic-core/pull/1507](https://redirect.github.com/pydantic/pydantic-core/pull/1507)
- Allow subclassing `ValidationError` and `PydanticCustomError` by [@​Youssefares](https://redirect.github.com/Youssefares) in [https://github.com/pydantic/pydantic-core/pull/1413](https://redirect.github.com/pydantic/pydantic-core/pull/1413)
- Revert "feat: add 'millisecond' option to `ser_json_timedelta`" by [@​sydney-runkle](https://redirect.github.com/sydney-runkle) in [https://github.com/pydantic/pydantic-core/pull/1503](https://redirect.github.com/pydantic/pydantic-core/pull/1503)
- Support subclass inits for `Url` and `MultiHostUrl` by [@​sydney-runkle](https://redirect.github.com/sydney-runkle) in [https://github.com/pydantic/pydantic-core/pull/1508](https://redirect.github.com/pydantic/pydantic-core/pull/1508)
#### New Contributors
- [@​Youssefares](https://redirect.github.com/Youssefares) made their first contribution in [https://github.com/pydantic/pydantic-core/pull/1413](https://redirect.github.com/pydantic/pydantic-core/pull/1413)
- [@​riyavsinha](https://redirect.github.com/riyavsinha) made their first contribution in [https://github.com/pydantic/pydantic-core/pull/1507](https://redirect.github.com/pydantic/pydantic-core/pull/1507)
**Full Changelog**: https://github.com/pydantic/pydantic-core/compare/v2.25.0...v2.25.1
### [`v2.25.0`](https://redirect.github.com/pydantic/pydantic-core/releases/tag/v2.25.0): 2024-10-23
[Compare Source](https://redirect.github.com/pydantic/pydantic-core/compare/v2.24.2...v2.25.0)
#### What's Changed
- Properly enforce `host_required` for URLs by [@​Viicos](https://redirect.github.com/Viicos) in [https://github.com/pydantic/pydantic-core/pull/1488](https://redirect.github.com/pydantic/pydantic-core/pull/1488)
- Support revalidation of parametrized generics by [@​sydney-runkle](https://redirect.github.com/sydney-runkle) in [https://github.com/pydantic/pydantic-core/pull/1489](https://redirect.github.com/pydantic/pydantic-core/pull/1489)
- Support default factories taking validated data as an argument by [@​Viicos](https://redirect.github.com/Viicos) in [https://github.com/pydantic/pydantic-core/pull/1491](https://redirect.github.com/pydantic/pydantic-core/pull/1491)
**Full Changelog**: https://github.com/pydantic/pydantic-core/compare/v2.24.2...v2.25.0
### [`v2.24.2`](https://redirect.github.com/pydantic/pydantic-core/releases/tag/v2.24.2): 2024-10-15
[Compare Source](https://redirect.github.com/pydantic/pydantic-core/compare/v2.24.1...v2.24.2)
#### What's Changed
- Add `serialization` key to `InvalidSchema` by [@​sydney-runkle](https://redirect.github.com/sydney-runkle) in [https://github.com/pydantic/pydantic-core/pull/1482](https://redirect.github.com/pydantic/pydantic-core/pull/1482)
**Full Changelog**: https://github.com/pydantic/pydantic-core/compare/v2.24.1...v2.24.2
### [`v2.24.1`](https://redirect.github.com/pydantic/pydantic-core/releases/tag/v2.24.1): 2024-10-11
[Compare Source](https://redirect.github.com/pydantic/pydantic-core/compare/v2.24.0...v2.24.1)
#### What's Changed
##### Packaging
- Restore Windows aarch64 builds by [@​davidhewitt](https://redirect.github.com/davidhewitt) in [https://github.com/pydantic/pydantic-core/pull/1464](https://redirect.github.com/pydantic/pydantic-core/pull/1464)
- Limit windows builds to Rust 1.77 (to keep Windows 7 support) by [@​davidhewitt](https://redirect.github.com/davidhewitt) in [https://github.com/pydantic/pydantic-core/pull/1463](https://redirect.github.com/pydantic/pydantic-core/pull/1463)
- Bump `pyo3` from 0.22.2 to 0.22.3 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/pydantic/pydantic-core/pull/1472](https://redirect.github.com/pydantic/pydantic-core/pull/1472)
- Bump `serde` from 1.0.209 to 1.0.210 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/pydantic/pydantic-core/pull/1471](https://redirect.github.com/pydantic/pydantic-core/pull/1471)
- Bump `regex` from 1.10.6 to 1.11.0 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/pydantic/pydantic-core/pull/1470](https://redirect.github.com/pydantic/pydantic-core/pull/1470)
##### Fixes
- Fix equality checks for primitives in literals by [@​sydney-runkle](https://redirect.github.com/sydney-runkle) in [https://github.com/pydantic/pydantic-core/pull/1459](https://redirect.github.com/pydantic/pydantic-core/pull/1459)
##### Changes
- Add `invalid` schema placeholder by [@​sydney-runkle](https://redirect.github.com/sydney-runkle) in [https://github.com/pydantic/pydantic-core/pull/1469](https://redirect.github.com/pydantic/pydantic-core/pull/1469)
- Relax intensity of error for `issubclass` and `isinstance` schemas from json by [@​sydney-runkle](https://redirect.github.com/sydney-runkle) in [https://github.com/pydantic/pydantic-core/pull/1479](https://redirect.github.com/pydantic/pydantic-core/pull/1479)
**Full Changelog**: https://github.com/pydantic/pydantic-core/compare/v2.24.0...v2.24.1
### [`v2.24.0`](https://redirect.github.com/pydantic/pydantic-core/releases/tag/v2.24.0): 2024-09-20
[Compare Source](https://redirect.github.com/pydantic/pydantic-core/compare/v2.23.4...v2.24.0)
#### What's Changed
##### Features
- Add milliseconds option to `ser_json_timedelta` config parameter by [@​ollz272](https://redirect.github.com/ollz272) in [https://github.com/pydantic/pydantic-core/pull/1427](https://redirect.github.com/pydantic/pydantic-core/pull/1427)
- Add support for unpacked `TypedDict` to type hint variadic keyword arguments in `ArgumentsValidator` by [@​Viicos](https://redirect.github.com/Viicos) in [https://github.com/pydantic/pydantic-core/pull/1451](https://redirect.github.com/pydantic/pydantic-core/pull/1451)
##### Fixes
- Do not require padding when decoding base64 bytes by [@​bschoenmaeckers](https://redirect.github.com/bschoenmaeckers) in [https://github.com/pydantic/pydantic-core/pull/1448](https://redirect.github.com/pydantic/pydantic-core/pull/1448)
- Support wider variety of enum validation cases by [@​sydney-runkle](https://redirect.github.com/sydney-runkle) in [https://github.com/pydantic/pydantic-core/pull/1456](https://redirect.github.com/pydantic/pydantic-core/pull/1456)
#### New Contributors
- [@​bschoenmaeckers](https://redirect.github.com/bschoenmaeckers) made their first contribution in [https://github.com/pydantic/pydantic-core/pull/1448](https://redirect.github.com/pydantic/pydantic-core/pull/1448)
**Full Changelog**: https://github.com/pydantic/pydantic-core/compare/v2.23.4...v2.24.0
</details>
---
### Configuration
📅 **Schedule**: Branch creation - "every weekend" in timezone Etc/UTC, Automerge - At any time (no schedule defined).
🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
---
This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/canonical/charmcraft).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNjcuMSIsInVwZGF0ZWRJblZlciI6IjM5LjE2Ny4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=-->
Evaluation history
| Date | Model | Scores | Action | Summary |
|---|---|---|---|---|
| qwen/qwen3.6-35b-a3b | — | — | Updating pydantic-core to v2.29.0 was closed without merging. Renovate will ignore this update and generate a new PR for future releases. | |
| qwen3.6-35b-a3b-mtp-q6 | — | — | Closed without merging. The pydantic-core v2.29.0 update was abandoned, and Renovate will ignore this version, awaiting a newer release instead. | |
| qwen3.6-35b-a3b-mtp-q6 | — | — | Closed without merging. The pydantic-core dependency update to v2.29.0 was abandoned. Renovate will ignore this specific version and wait to generate a new pull request for a newer release. |
Update history
No update history recorded yet.
Related issues
| Issue | Project | State | Summary | Similarity |
|---|---|---|---|---|
| #2155 build(deps): update dependency pydantic to v2.10.6 (main) | charmcraft | closed | Closed without merging. The pydantic v2.10.6 update was rejected. Renovate will ignore this version and automatically generate a new pull request when a newer release is available. | |
| #1833 build(deps): update dependency pydantic-core to v2.23.0 (main) | charmcraft | closed | Closed manually without merging. The pydantic-core update will be deferred until a coordinated pydantic version bump. Renovate will skip this specific version. | |
| #1999 build(deps): update pydantic etc. (main) | charmcraft | closed | Closed without merging. The pydantic and pydantic-core dependency update was abandoned or superseded by a newer Renovate PR, as automerge was disabled and no reviewers commented. | |
| #84 build(deps): update dependency python to 3.13 | craft-grammar | closed | Updating Python to 3.13 was closed without merging. Renovate will ignore this update and generate a replacement PR when a newer version is released. | |
| #75 build(deps): update dependency mypy to ~=1.20.0 (main) | craft-artifacts | closed | Closed without merging and superseded by PR #77. The maintainer replaced this mypy dependency update with an alternative PR. Renovate will ignore this closed update. | |
| #163 chore(deps): update dependency pydantic to v2 | craft-application | closed | Dependency update for pydantic v2 was closed without merging. Renovate will ignore future 2.x updates unless manually upgraded or the PR is renamed to trigger a replacement. | |
| #779 build(deps): update dependency mypy to v1.16.1 (main) | craft-application | closed | Closed without merging. The mypy update to v1.16.1 was abandoned despite passing CI checks. Renovate will ignore this version and wait for a newer release to generate a replacement PR. | |
| #174 build(deps): update dependency mypy to ~=1.20.0 (main) | craft-grammar | closed | Superseded by PR #174. The mypy update to ~=1.20.0 was closed without merging, and Renovate will ignore this version. | |
| #1534 build(deps): update dependency mypy to ~=1.20.0 (main) | craft-parts | closed | Superseded by PR #1536. The mypy dependency update to ~=1.20.0 was closed without merging, and Renovate will ignore this specific version update. | |
| #961 build(deps): update dependency mypy to v2 (main) | craft-providers | closed | Updating mypy to v2 was closed without merging. Manual closure caused Renovate to ignore all future 2.x releases. |