← Back to issue list

build(deps): update dependency pydantic to v1.10.19 (hotfix/2.7)

View original Github issue

Metadata

Project
charmcraft
Number
#2000
Type
pull request
State
merged
Author
renovate[bot]
Labels
Created
Updated
Closed

Current evaluation

Merged automated dependency update upgrading pydantic from v1.10.14 to v1.10.19 on the hotfix/2.7 branch. Renovate auto-merged after CI and approvals, applying upstream bug fixes and deprecation resolutions.

Suggested action:

No scores available.

Issue body

This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [pydantic](https://redirect.github.com/pydantic/pydantic) ([changelog](https://docs.pydantic.dev/latest/changelog/)) | `==1.10.14` -> `==1.10.19` | [![age](https://developer.mend.io/api/mc/badges/age/pypi/pydantic/1.10.19?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/pydantic/1.10.19?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/pypi/pydantic/1.10.14/1.10.19?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/pydantic/1.10.14/1.10.19?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>pydantic/pydantic (pydantic)</summary> ### [`v1.10.19`](https://redirect.github.com/pydantic/pydantic/blob/HEAD/HISTORY.md#v11019-2024-11-06) [Compare Source](https://redirect.github.com/pydantic/pydantic/compare/v1.10.18...v1.10.19) - Add warning when v2 model is nested in v1 model by [@&#8203;sydney-runkle](https://redirect.github.com/sydney-runkle) in [https://github.com/pydantic/pydantic/pull/10432](https://redirect.github.com/pydantic/pydantic/pull/10432) - Fix deprecation warning in V1 `isinstance` check by [@&#8203;alicederyn](https://redirect.github.com/alicederyn) in [https://github.com/pydantic/pydantic/pull/10645](https://redirect.github.com/pydantic/pydantic/pull/10645) ### [`v1.10.18`](https://redirect.github.com/pydantic/pydantic/blob/HEAD/HISTORY.md#v11018-2024-08-22) [Compare Source](https://redirect.github.com/pydantic/pydantic/compare/v1.10.17...v1.10.18) - Eval type fix in V1 by [@&#8203;sydney-runkle](https://redirect.github.com/sydney-runkle) in [https://github.com/pydantic/pydantic/pull/9751](https://redirect.github.com/pydantic/pydantic/pull/9751) - Add `to_lower_camel` to `__all__` in `utils.py` by [@&#8203;sydney-runkle](https://redirect.github.com/sydney-runkle) (direct commit) - Fix `mypy` v1 plugin for mypy 1.11 release by [@&#8203;flaeppe](https://redirect.github.com/flaeppe) in [https://github.com/pydantic/pydantic/pull/10139](https://redirect.github.com/pydantic/pydantic/pull/10139) - Fix discriminator key used when discriminator has alias and `.schema(by_alias=False)` by [@&#8203;exs-dwoodward](https://redirect.github.com/exs-dwoodward) in [https://github.com/pydantic/pydantic/pull/10146](https://redirect.github.com/pydantic/pydantic/pull/10146) ### [`v1.10.17`](https://redirect.github.com/pydantic/pydantic/blob/HEAD/HISTORY.md#v11017-2024-06-20) [Compare Source](https://redirect.github.com/pydantic/pydantic/compare/v1.10.16...v1.10.17) - Advertise Python 3.12 for 1.10.x! Part Deux by [@&#8203;vfazio](https://redirect.github.com/vfazio) in [https://github.com/pydantic/pydantic/pull/9644](https://redirect.github.com/pydantic/pydantic/pull/9644) - Mirrored modules in `v1` namespace to fix typing and object resolution in python>3.11 by [@&#8203;exs-dwoodward](https://redirect.github.com/exs-dwoodward) in [https://github.com/pydantic/pydantic/pull/9660](https://redirect.github.com/pydantic/pydantic/pull/9660) - setup: remove upper bound from python_requires by [@&#8203;vfazio](https://redirect.github.com/vfazio) in [https://github.com/pydantic/pydantic/pull/9685](https://redirect.github.com/pydantic/pydantic/pull/9685) ### [`v1.10.16`](https://redirect.github.com/pydantic/pydantic/blob/HEAD/HISTORY.md#v11016-2024-06-11) [Compare Source](https://redirect.github.com/pydantic/pydantic/compare/v1.10.15...v1.10.16) - Specify recursive_guard as kwarg in FutureRef.\_evaluate by [@&#8203;vfazio](https://redirect.github.com/vfazio) in [https://github.com/pydantic/pydantic/pull/9612](https://redirect.github.com/pydantic/pydantic/pull/9612) - Fix mypy v1 plugin for upcoming mypy release by @&#8203; cdce[https://github.com/pydantic/pydantic/pull/9586](https://redirect.github.com/pydantic/pydantic/pull/9586)l/9586 - Import modules/objects directly from v1 namespace by [@&#8203;exs-dwoodward](https://redirect.github.com/exs-dwoodward) in [https://github.com/pydantic/pydantic/pull/9162](https://redirect.github.com/pydantic/pydantic/pull/9162) ### [`v1.10.15`](https://redirect.github.com/pydantic/pydantic/releases/tag/v1.10.15) [Compare Source](https://redirect.github.com/pydantic/pydantic/compare/v1.10.14...v1.10.15) #### What's Changed - Add pydantic.v1 namespace to Pydantic v1 by [@&#8203;exs-dmiketa](https://redirect.github.com/exs-dmiketa) in [https://github.com/pydantic/pydantic/pull/9042](https://redirect.github.com/pydantic/pydantic/pull/9042) - Relax version of typing-extensions for V1 by [@&#8203;SonOfLilit](https://redirect.github.com/SonOfLilit) in [https://github.com/pydantic/pydantic/pull/8819](https://redirect.github.com/pydantic/pydantic/pull/8819) - patch fix for mypy by [@&#8203;sydney-runkle](https://redirect.github.com/sydney-runkle) in [https://github.com/pydantic/pydantic/pull/8765](https://redirect.github.com/pydantic/pydantic/pull/8765) **Full Changelog**: https://github.com/pydantic/pydantic/compare/v1.10.14...v1.10.15 </details> --- ### Configuration 📅 **Schedule**: Branch creation - "every weekend" in timezone Etc/UTC, 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/charmcraft). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xOS4wIiwidXBkYXRlZEluVmVyIjoiMzkuMTkuMCIsInRhcmdldEJyYW5jaCI6ImhvdGZpeC8yLjciLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19-->

Evaluation history

Date Model Scores Action Summary
qwen/qwen3.6-35b-a3b Merged automated dependency update upgrading pydantic from v1.10.14 to v1.10.19 on the hotfix/2.7 branch. Renovate auto-merged after CI and approvals, applying upstream bug fixes and deprecation resolutions.
qwen3.6-35b-a3b-mtp-q6 Merged automated dependency update upgrading pydantic from v1.10.14 to v1.10.19 on the hotfix/2.7 branch. Renovate bot auto-merged the change to apply upstream bug fixes and deprecation warnings.
qwen3.6-35b-a3b-mtp-q6 Merged automated dependency update upgrading pydantic from v1.10.14 to v1.10.19 on the hotfix/2.7 branch. Renovate bot automatically merged the change without conflicts.

Update history

No update history recorded yet.

Related issues

Issue Project State Summary Similarity
#5173 build(deps): update pydantic etc. (main) snapcraft merged Merged automated dependency update upgrading pydantic to 2.10.3 and pydantic-core to 2.27.1. Approved by two reviewers, passed CI, and merged into main.
81%
#348 build(deps): bump pydantic from 1.8.1 to 1.8.2 charmcraft merged Merged a Dependabot PR upgrading pydantic from 1.8.1 to 1.8.2. The update patches CVE-2021-29510, fixing an infinite loop bug in date parsing, alongside other schema and configuration fixes. Approved and merged successfully.
79%
#1014 build(deps): update dependency pydantic-kitbash to v1 (main) craft-application merged Merged automated dependency update for pydantic-kitbash from v0.1.1 to v1.0.1. Approved by two reviewers, passed all CI checks, and merged into the main branch.
78%
#1009 build(deps): update bugfixes (main) craft-parts merged Merged automated dependency updates for pydantic (2.10.4 to 2.10.6) and starlette (0.45.2 to 0.45.3). Approved by two reviewers, passed CI, and merged into main.
77%
#193 build(deps)!: update to pydantic 2 craft-store merged Merged to upgrade the project to pydantic 2. Approved by two reviewers, the update modified 21 files with 135 additions and 90 deletions.
77%
#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.
76%
#983 build(deps): update dependency pydantic-kitbash to ~=0.1.1 (main) craft-application merged Successfully merged the pydantic-kitbash dependency update from 0.0.7 to 0.1.1. Approved by two reviewers, all required CI checks passed, and the change was applied to the main branch across two files.
76%
#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.
75%
#2422 build(deps): update bugfixes (hotfix/2.7) charmcraft merged Merged automated dependency updates for jinja2, pydantic, pyyaml, requests, and types-pyyaml to hotfix/2.7. The Renovate-generated request included security and bugfix releases, passed CI checks, and was automerged.
75%
#2408 build(deps): update bugfixes (main) charmcraft merged Merged automated dependency updates from Renovate, upgrading astral-sh/ruff-pre-commit to v0.12.7 and pydantic-kitbash to 0.0.7. Approved by a reviewer and successfully merged after CI validation.
75%