[PR #186] [MERGED] Update dependency pydantic to v2.4.2 #188

Closed
opened 2026-09-02 13:09:43 +02:00 by TheLovinator · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/TheLovinator1/discord-twitter-webhooks/pull/186
Author: @renovate[bot]
Created: 9/28/2023
Status: Merged
Merged: 9/28/2023
Merged by: @renovate[bot]

Base: masterHead: renovate/pydantic-2.x


📝 Commits (1)

  • fc4a86e Update dependency pydantic to v2.4.2

📊 Changes

2 files changed (+5 additions, -5 deletions)

View changed files

📝 poetry.lock (+4 -4)
📝 pyproject.toml (+1 -1)

📄 Description

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
pydantic (changelog) 2.4.1 -> 2.4.2 age adoption passing confidence

Release Notes

pydantic/pydantic (pydantic)

v2.4.2

Compare Source

GitHub release

What's Changed
Fixes
New Contributors

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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 Mend Renovate. View repository job log here.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/TheLovinator1/discord-twitter-webhooks/pull/186 **Author:** [@renovate[bot]](https://github.com/apps/renovate) **Created:** 9/28/2023 **Status:** ✅ Merged **Merged:** 9/28/2023 **Merged by:** [@renovate[bot]](https://github.com/apps/renovate) **Base:** `master` ← **Head:** `renovate/pydantic-2.x` --- ### 📝 Commits (1) - [`fc4a86e`](https://github.com/TheLovinator1/discord-twitter-webhooks/commit/fc4a86e0eeb6ef055a8490a9e67d2930a4c7c51b) Update dependency pydantic to v2.4.2 ### 📊 Changes **2 files changed** (+5 additions, -5 deletions) <details> <summary>View changed files</summary> 📝 `poetry.lock` (+4 -4) 📝 `pyproject.toml` (+1 -1) </details> ### 📄 Description [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [pydantic](https://togithub.com/pydantic/pydantic) ([changelog](https://docs.pydantic.dev/latest/changelog/)) | `2.4.1` -> `2.4.2` | [![age](https://developer.mend.io/api/mc/badges/age/pypi/pydantic/2.4.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/pydantic/2.4.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/pypi/pydantic/2.4.1/2.4.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/pydantic/2.4.1/2.4.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>pydantic/pydantic (pydantic)</summary> ### [`v2.4.2`](https://togithub.com/pydantic/pydantic/blob/HEAD/HISTORY.md#v242-2023-09-27) [Compare Source](https://togithub.com/pydantic/pydantic/compare/v2.4.1...v2.4.2) [GitHub release](https://togithub.com/pydantic/pydantic/releases/tag/v2.4.2) ##### What's Changed ##### Fixes - Fix bug with JSON schema for sequence of discriminated union by [@&#8203;dmontagu](https://togithub.com/dmontagu) in [#&#8203;7647](https://togithub.com/pydantic/pydantic/pull/7647) - Fix schema references in discriminated unions by [@&#8203;adriangb](https://togithub.com/adriangb) in [#&#8203;7646](https://togithub.com/pydantic/pydantic/pull/7646) - Fix json schema generation for recursive models by [@&#8203;adriangb](https://togithub.com/adriangb) in [#&#8203;7653](https://togithub.com/pydantic/pydantic/pull/7653) - Fix `models_json_schema` for generic models by [@&#8203;adriangb](https://togithub.com/adriangb) in [#&#8203;7654](https://togithub.com/pydantic/pydantic/pull/7654) - Fix xfailed test for generic model signatures by [@&#8203;adriangb](https://togithub.com/adriangb) in [#&#8203;7658](https://togithub.com/pydantic/pydantic/pull/7658) ##### New Contributors - [@&#8203;austinorr](https://togithub.com/austinorr) made their first contribution in [#&#8203;7657](https://togithub.com/pydantic/pydantic/pull/7657) - [@&#8203;peterHoburg](https://togithub.com/peterHoburg) made their first contribution in [#&#8203;7670](https://togithub.com/pydantic/pydantic/pull/7670) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **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 [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/TheLovinator1/discord-twitter-webhooks). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi4xMDcuMiIsInVwZGF0ZWRJblZlciI6IjM2LjEwNy4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=--> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
TheLovinator 2026-09-02 13:09:43 +02:00
Sign in to join this conversation.
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set

Reference
TheLovinator/discord-twitter-webhooks#188
No description provided.