Commit 757a343
authored
chore(deps): update dependency pydantic to ~=2.13.1 (#434)
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.0`
→ `~=2.13.1` |

|

|
---
### Release Notes
<details>
<summary>pydantic/pydantic (pydantic)</summary>
###
[`v2.13.1`](https://redirect.github.com/pydantic/pydantic/compare/v2.13.0...v2.13.1)
[Compare
Source](https://redirect.github.com/pydantic/pydantic/compare/v2.13.0...v2.13.1)
###
[`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**: Enabled.
♻ **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/identity-platform-login-ui-operator).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xMTAuMiIsInVwZGF0ZWRJblZlciI6IjQzLjEyMC4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| |||
0 commit comments