[PR #187] [MERGED] Update dependency fastapi to v0.103.2 #189

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

📋 Pull Request Information

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

Base: masterHead: renovate/fastapi-0.x-lockfile


📝 Commits (1)

  • 3d1ebba Update dependency fastapi to v0.103.2

📊 Changes

1 file changed (+3 additions, -3 deletions)

View changed files

📝 poetry.lock (+3 -3)

📄 Description

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
fastapi 0.103.1 -> 0.103.2 age adoption passing confidence

Release Notes

tiangolo/fastapi (fastapi)

v0.103.2

Compare Source

Refactors
  • ⬆️ Upgrade compatibility with Pydantic v2.4, new renamed functions and JSON Schema input/output models with default values. PR #​10344 by @​tiangolo.
Translations
  • 🌐 Add Ukrainian translation for docs/uk/docs/tutorial/extra-data-types.md. PR #​10132 by @​ArtemKhymenko.
  • 🌐 Fix typos in French translations for docs/fr/docs/advanced/path-operation-advanced-configuration.md, docs/fr/docs/alternatives.md, docs/fr/docs/async.md, docs/fr/docs/features.md, docs/fr/docs/help-fastapi.md, docs/fr/docs/index.md, docs/fr/docs/python-types.md, docs/fr/docs/tutorial/body.md, docs/fr/docs/tutorial/first-steps.md, docs/fr/docs/tutorial/query-params.md. PR #​10154 by @​s-rigaud.
  • 🌐 Add Chinese translation for docs/zh/docs/async.md. PR #​5591 by @​mkdir700.
  • 🌐 Update Chinese translation for docs/tutorial/security/simple-oauth2.md. PR #​3844 by @​jaystone776.
  • 🌐 Add Korean translation for docs/ko/docs/deployment/cloud.md. PR #​10191 by @​Sion99.
  • 🌐 Add Japanese translation for docs/ja/docs/deployment/https.md. PR #​10298 by @​tamtam-fitness.
  • 🌐 Fix typo in Russian translation for docs/ru/docs/tutorial/body-fields.md. PR #​10224 by @​AlertRED.
  • 🌐 Add Polish translation for docs/pl/docs/help-fastapi.md. PR #​10121 by @​romabozhanovgithub.
  • 🌐 Add Russian translation for docs/ru/docs/tutorial/header-params.md. PR #​10226 by @​AlertRED.
  • 🌐 Add Chinese translation for docs/zh/docs/deployment/versions.md. PR #​10276 by @​xzmeng.
Internal

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/187 **Author:** [@renovate[bot]](https://github.com/apps/renovate) **Created:** 9/28/2023 **Status:** ✅ Merged **Merged:** 9/29/2023 **Merged by:** [@renovate[bot]](https://github.com/apps/renovate) **Base:** `master` ← **Head:** `renovate/fastapi-0.x-lockfile` --- ### 📝 Commits (1) - [`3d1ebba`](https://github.com/TheLovinator1/discord-twitter-webhooks/commit/3d1ebba693d28a8c0a640549afc39d2cf05f81bd) Update dependency fastapi to v0.103.2 ### 📊 Changes **1 file changed** (+3 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `poetry.lock` (+3 -3) </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 | |---|---|---|---|---|---| | [fastapi](https://togithub.com/tiangolo/fastapi) | `0.103.1` -> `0.103.2` | [![age](https://developer.mend.io/api/mc/badges/age/pypi/fastapi/0.103.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/fastapi/0.103.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/pypi/fastapi/0.103.1/0.103.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/fastapi/0.103.1/0.103.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>tiangolo/fastapi (fastapi)</summary> ### [`v0.103.2`](https://togithub.com/tiangolo/fastapi/releases/tag/0.103.2) [Compare Source](https://togithub.com/tiangolo/fastapi/compare/0.103.1...0.103.2) ##### Refactors - ⬆️ Upgrade compatibility with Pydantic v2.4, new renamed functions and JSON Schema input/output models with default values. PR [#&#8203;10344](https://togithub.com/tiangolo/fastapi/pull/10344) by [@&#8203;tiangolo](https://togithub.com/tiangolo). ##### Translations - 🌐 Add Ukrainian translation for `docs/uk/docs/tutorial/extra-data-types.md`. PR [#&#8203;10132](https://togithub.com/tiangolo/fastapi/pull/10132) by [@&#8203;ArtemKhymenko](https://togithub.com/ArtemKhymenko). - 🌐 Fix typos in French translations for `docs/fr/docs/advanced/path-operation-advanced-configuration.md`, `docs/fr/docs/alternatives.md`, `docs/fr/docs/async.md`, `docs/fr/docs/features.md`, `docs/fr/docs/help-fastapi.md`, `docs/fr/docs/index.md`, `docs/fr/docs/python-types.md`, `docs/fr/docs/tutorial/body.md`, `docs/fr/docs/tutorial/first-steps.md`, `docs/fr/docs/tutorial/query-params.md`. PR [#&#8203;10154](https://togithub.com/tiangolo/fastapi/pull/10154) by [@&#8203;s-rigaud](https://togithub.com/s-rigaud). - 🌐 Add Chinese translation for `docs/zh/docs/async.md`. PR [#&#8203;5591](https://togithub.com/tiangolo/fastapi/pull/5591) by [@&#8203;mkdir700](https://togithub.com/mkdir700). - 🌐 Update Chinese translation for `docs/tutorial/security/simple-oauth2.md`. PR [#&#8203;3844](https://togithub.com/tiangolo/fastapi/pull/3844) by [@&#8203;jaystone776](https://togithub.com/jaystone776). - 🌐 Add Korean translation for `docs/ko/docs/deployment/cloud.md`. PR [#&#8203;10191](https://togithub.com/tiangolo/fastapi/pull/10191) by [@&#8203;Sion99](https://togithub.com/Sion99). - 🌐 Add Japanese translation for `docs/ja/docs/deployment/https.md`. PR [#&#8203;10298](https://togithub.com/tiangolo/fastapi/pull/10298) by [@&#8203;tamtam-fitness](https://togithub.com/tamtam-fitness). - 🌐 Fix typo in Russian translation for `docs/ru/docs/tutorial/body-fields.md`. PR [#&#8203;10224](https://togithub.com/tiangolo/fastapi/pull/10224) by [@&#8203;AlertRED](https://togithub.com/AlertRED). - 🌐 Add Polish translation for `docs/pl/docs/help-fastapi.md`. PR [#&#8203;10121](https://togithub.com/tiangolo/fastapi/pull/10121) by [@&#8203;romabozhanovgithub](https://togithub.com/romabozhanovgithub). - 🌐 Add Russian translation for `docs/ru/docs/tutorial/header-params.md`. PR [#&#8203;10226](https://togithub.com/tiangolo/fastapi/pull/10226) by [@&#8203;AlertRED](https://togithub.com/AlertRED). - 🌐 Add Chinese translation for `docs/zh/docs/deployment/versions.md`. PR [#&#8203;10276](https://togithub.com/tiangolo/fastapi/pull/10276) by [@&#8203;xzmeng](https://togithub.com/xzmeng). ##### Internal - 🔧 Update sponsors, remove Flint. PR [#&#8203;10349](https://togithub.com/tiangolo/fastapi/pull/10349) by [@&#8203;tiangolo](https://togithub.com/tiangolo). - 🔧 Rename label "awaiting review" to "awaiting-review" to simplify search queries. PR [#&#8203;10343](https://togithub.com/tiangolo/fastapi/pull/10343) by [@&#8203;tiangolo](https://togithub.com/tiangolo). - 🔧 Update sponsors, enable Svix (revert [#&#8203;10228](https://togithub.com/tiangolo/fastapi/issues/10228)). PR [#&#8203;10253](https://togithub.com/tiangolo/fastapi/pull/10253) by [@&#8203;tiangolo](https://togithub.com/tiangolo). - 🔧 Update sponsors, remove Svix. PR [#&#8203;10228](https://togithub.com/tiangolo/fastapi/pull/10228) by [@&#8203;tiangolo](https://togithub.com/tiangolo). - 🔧 Update sponsors, add Bump.sh. PR [#&#8203;10227](https://togithub.com/tiangolo/fastapi/pull/10227) by [@&#8203;tiangolo](https://togithub.com/tiangolo). </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:eyJjcmVhdGVkSW5WZXIiOiIzNy4wLjMiLCJ1cGRhdGVkSW5WZXIiOiIzNy4wLjMiLCJ0YXJnZXRCcmFuY2giOiJtYXN0ZXIifQ==--> --- <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:44 +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#189
No description provided.