fix(deps): update dependency pydantic to v2.11.2 #91

Open
Renovate wants to merge 1 commit from renovate/pydantic-2.x into main
Collaborator

This PR contains the following updates:

Package Type Update Change
pydantic (changelog) project.dependencies patch ==2.11.1 -> ==2.11.2

Release Notes

pydantic/pydantic (pydantic)

v2.11.2

Compare Source

GitHub release

What's Changed
Fixes

Configuration

📅 Schedule: 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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [pydantic](https://github.com/pydantic/pydantic) ([changelog](https://docs.pydantic.dev/latest/changelog/)) | project.dependencies | patch | `==2.11.1` -> `==2.11.2` | --- ### Release Notes <details> <summary>pydantic/pydantic (pydantic)</summary> ### [`v2.11.2`](https://github.com/pydantic/pydantic/blob/HEAD/HISTORY.md#v2112-2025-04-03) [Compare Source](https://github.com/pydantic/pydantic/compare/v2.11.1...v2.11.2) [GitHub release](https://github.com/pydantic/pydantic/releases/tag/v2.11.2) ##### What's Changed ##### Fixes - Bump `pydantic-core` to v2.33.1 by [@&#8203;Viicos](https://github.com/Viicos) in [#&#8203;11678](https://github.com/pydantic/pydantic/pull/11678) - Make sure `__pydantic_private__` exists before setting private attributes by [@&#8203;Viicos](https://github.com/Viicos) in [#&#8203;11666](https://github.com/pydantic/pydantic/pull/11666) - Do not override `FieldInfo._complete` when using field from parent class by [@&#8203;Viicos](https://github.com/Viicos) in [#&#8203;11668](https://github.com/pydantic/pydantic/pull/11668) - Provide the available definitions when applying discriminated unions by [@&#8203;Viicos](https://github.com/Viicos) in [#&#8203;11670](https://github.com/pydantic/pydantic/pull/11670) - Do not expand root type in the mypy plugin for variables by [@&#8203;Viicos](https://github.com/Viicos) in [#&#8203;11676](https://github.com/pydantic/pydantic/pull/11676) - Mention the attribute name in model fields deprecation message by [@&#8203;Viicos](https://github.com/Viicos) in [#&#8203;11674](https://github.com/pydantic/pydantic/pull/11674) - Properly validate parameterized mappings by [@&#8203;Viicos](https://github.com/Viicos) in [#&#8203;11658](https://github.com/pydantic/pydantic/pull/11658) </details> --- ### Configuration 📅 **Schedule**: 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 has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMjIuMSIsInVwZGF0ZWRJblZlciI6IjM5LjIyMi4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
Renovate added 1 commit 2025-04-03 09:21:49 -04:00
fix(deps): update dependency pydantic to v2.11.2
Some checks failed
Actions / Lint Code (Ruff & Pylint) (pull_request) Successful in 52s
Actions / Build Documentation (MkDocs) (pull_request) Failing after 3h13m26s
a3ea55c0c0
Some checks failed
Actions / Lint Code (Ruff & Pylint) (pull_request) Successful in 52s
Required
Details
Actions / Build Documentation (MkDocs) (pull_request) Failing after 3h13m26s
Required
Details
Some required checks were not successful.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin renovate/pydantic-2.x:renovate/pydantic-2.x
git checkout renovate/pydantic-2.x
Sign in to join this conversation.
No description provided.