Commit 5f88f95
authored
⬆️ Bump pydantic to v2.13.0 (#136)
This PR contains the following updates:
| Package | Change |
[Age](https://docs.renovatebot.com/merge-confidence/) |
[Confidence](https://docs.renovatebot.com/merge-confidence/) |
|---|---|---|---|
| [pydantic](https://redirect.github.com/pydantic/pydantic)
([changelog](https://docs.pydantic.dev/latest/changelog/)) | `==2.12.5`
→ `==2.13.0` |

|

|
---
### Release Notes
<details>
<summary>pydantic/pydantic (pydantic)</summary>
###
[`v2.13.0`](https://redirect.github.com/pydantic/pydantic/blob/HEAD/HISTORY.md#v2130-2026-04-13)
[Compare
Source](https://redirect.github.com/pydantic/pydantic/compare/v2.12.5...v2.13.0)
[GitHub
release](https://redirect.github.com/pydantic/pydantic/releases/tag/v2.13.0)
The highlights of the v2.13 release are available in the [blog
post](https://pydantic.dev/articles/pydantic-v2-13-release).
Several minor changes (considered non-breaking changes according to our
[versioning
policy](https://pydantic.dev/docs/validation/2.13/get-started/version-policy/#pydantic-v2))
are also included in this release. Make sure to look into them before
upgrading.
This release contains the updated `pydantic.v1` namespace, matching
version 1.10.26 which includes support for Python 3.14.
##### What's Changed
See the beta releases for all changes sinces 2.12.
##### New Features
- Allow default factories of private attributes to take validated model
data by [@​Viicos](https://redirect.github.com/Viicos) in
[#​13013](https://redirect.github.com/pydantic/pydantic/pull/13013)
##### Changes
- Warn when serializing fixed length tuples with too few items by
[@​arvindsaripalli](https://redirect.github.com/arvindsaripalli)
in
[#​13016](https://redirect.github.com/pydantic/pydantic/pull/13016)
##### Fixes
- Change type of `Any` when synthesizing `_build_sources` for
`BaseSettings.__init__()` signature in the mypy plugin by
[@​Viicos](https://redirect.github.com/Viicos) in
[#​13049](https://redirect.github.com/pydantic/pydantic/pull/13049)
- Fix model equality when using runtime `extra` configuration by
[@​Viicos](https://redirect.github.com/Viicos) in
[#​13062](https://redirect.github.com/pydantic/pydantic/pull/13062)
##### Packaging
- Add zizmor for GitHub Actions workflow linting by
[@​Viicos](https://redirect.github.com/Viicos) in
[#​13039](https://redirect.github.com/pydantic/pydantic/pull/13039)
- Update jiter to v0.14.0 to fix a segmentation fault on musl Linux by
[@​Viicos](https://redirect.github.com/Viicos) in
[#​13064](https://redirect.github.com/pydantic/pydantic/pull/13064)
##### New Contributors
- [@​arvindsaripalli](https://redirect.github.com/arvindsaripalli)
made their first contribution in
[#​13016](https://redirect.github.com/pydantic/pydantic/pull/13016)
</details>
---
### Configuration
📅 **Schedule**: (UTC)
- Branch creation
- At any time (no schedule defined)
- Automerge
- At any time (no schedule defined)
🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.
♻ **Rebasing**: Whenever PR becomes conflicted, 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/tr4nt0r/python-xbox).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xMTAuMiIsInVwZGF0ZWRJblZlciI6IjQzLjExMC4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyI6cmVjeWNsZTogZGVwZW5kZW5jaWVzIiwiOnNuYWtlOiBweXRob24iXX0=-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>1 parent e1051dd commit 5f88f95
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
87 | 87 | | |
88 | 88 | | |
89 | 89 | | |
90 | | - | |
| 90 | + | |
91 | 91 | | |
92 | 92 | | |
93 | 93 | | |
| |||
0 commit comments