[PR #161] [MERGED] Update dependency pydantic to v2.3.0 #164

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

📋 Pull Request Information

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

Base: masterHead: renovate/pydantic-2.x


📝 Commits (1)

  • 1287330 Update dependency pydantic to v2.3.0

📊 Changes

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

View changed files

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

📄 Description

Mend Renovate

This PR contains the following updates:

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

Release Notes

pydantic/pydantic (pydantic)

v2.3.0

Compare Source

GitHub release


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/161 **Author:** [@renovate[bot]](https://github.com/apps/renovate) **Created:** 8/23/2023 **Status:** ✅ Merged **Merged:** 8/23/2023 **Merged by:** [@renovate[bot]](https://github.com/apps/renovate) **Base:** `master` ← **Head:** `renovate/pydantic-2.x` --- ### 📝 Commits (1) - [`1287330`](https://github.com/TheLovinator1/discord-twitter-webhooks/commit/1287330522c22424a21427ce671919893131e760) Update dependency pydantic to v2.3.0 ### 📊 Changes **2 files changed** (+113 additions, -113 deletions) <details> <summary>View changed files</summary> 📝 `poetry.lock` (+112 -112) 📝 `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.2.1` -> `2.3.0` | [![age](https://developer.mend.io/api/mc/badges/age/pypi/pydantic/2.3.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/pydantic/2.3.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/pypi/pydantic/2.2.1/2.3.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/pydantic/2.2.1/2.3.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>pydantic/pydantic (pydantic)</summary> ### [`v2.3.0`](https://togithub.com/pydantic/pydantic/blob/HEAD/HISTORY.md#v230-2023-08-23) [Compare Source](https://togithub.com/pydantic/pydantic/compare/v2.2.1...v2.3.0) [GitHub release](https://togithub.com/pydantic/pydantic/releases/tag/v2.3.0) - 🔥 Remove orphaned changes file from repo by [@&#8203;lig](https://togithub.com/lig) in [#&#8203;7168](https://togithub.com/pydantic/pydantic/pull/7168) - Add copy button on documentation by [@&#8203;Kludex](https://togithub.com/Kludex) in [#&#8203;7190](https://togithub.com/pydantic/pydantic/pull/7190) - Fix docs on JSON type by [@&#8203;Kludex](https://togithub.com/Kludex) in [#&#8203;7189](https://togithub.com/pydantic/pydantic/pull/7189) - Update mypy 1.5.0 to 1.5.1 in CI by [@&#8203;hramezani](https://togithub.com/hramezani) in [#&#8203;7191](https://togithub.com/pydantic/pydantic/pull/7191) - fix download links badge by [@&#8203;samuelcolvin](https://togithub.com/samuelcolvin) in [#&#8203;7200](https://togithub.com/pydantic/pydantic/pull/7200) - add 2.2.1 to changelog by [@&#8203;samuelcolvin](https://togithub.com/samuelcolvin) in [#&#8203;7212](https://togithub.com/pydantic/pydantic/pull/7212) - Make ModelWrapValidator protocols generic by [@&#8203;dmontagu](https://togithub.com/dmontagu) in [#&#8203;7154](https://togithub.com/pydantic/pydantic/pull/7154) - Correct `Field(..., exclude: bool)` docs by [@&#8203;samuelcolvin](https://togithub.com/samuelcolvin) in [#&#8203;7214](https://togithub.com/pydantic/pydantic/pull/7214) - Make shadowing attributes a warning instead of an error by [@&#8203;adriangb](https://togithub.com/adriangb) in [#&#8203;7193](https://togithub.com/pydantic/pydantic/pull/7193) - Document `Base64Str` and `Base64Bytes` by [@&#8203;Kludex](https://togithub.com/Kludex) in [#&#8203;7192](https://togithub.com/pydantic/pydantic/pull/7192) - Fix `config.defer_build` for serialization first cases by [@&#8203;samuelcolvin](https://togithub.com/samuelcolvin) in [#&#8203;7024](https://togithub.com/pydantic/pydantic/pull/7024) - clean Model docstrings in JSON Schema by [@&#8203;samuelcolvin](https://togithub.com/samuelcolvin) in [#&#8203;7210](https://togithub.com/pydantic/pydantic/pull/7210) - fix [#&#8203;7228](https://togithub.com/pydantic/pydantic/pull/7228) (typo): docs in `validators.md` to correct `validate_default` kwarg by [@&#8203;lmmx](https://togithub.com/lmmx) in [#&#8203;7229](https://togithub.com/pydantic/pydantic/pull/7229) - ✅ Implement `tzinfo.fromutc` method for `TzInfo` in `pydantic-core` by [@&#8203;lig](https://togithub.com/lig) in [#&#8203;7019](https://togithub.com/pydantic/pydantic/pull/7019) - Support `__get_validators__` by [@&#8203;hramezani](https://togithub.com/hramezani) in [#&#8203;7197](https://togithub.com/pydantic/pydantic/pull/7197) </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:eyJjcmVhdGVkSW5WZXIiOiIzNi41Ni4wIiwidXBkYXRlZEluVmVyIjoiMzYuNTYuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9--> --- <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:38 +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#164
No description provided.