[PR #145] [MERGED] Update dependency fastapi to ^0.101.0 #152

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

📋 Pull Request Information

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

Base: masterHead: renovate/fastapi-0.x


📝 Commits (1)

  • 7b2ca01 Update dependency fastapi to ^0.101.0

📊 Changes

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

View changed files

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

📄 Description

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
fastapi ^0.100.0 -> ^0.101.0 age adoption passing confidence

Release Notes

tiangolo/fastapi (fastapi)

v0.101.0

Compare Source

Features
  • Enable Pydantic's serialization mode for responses, add support for Pydantic's computed_field, better OpenAPI for response models, proper required attributes, better generated clients. PR #​10011 by @​tiangolo.
Refactors
Upgrades
Translations
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/145 **Author:** [@renovate[bot]](https://github.com/apps/renovate) **Created:** 8/4/2023 **Status:** ✅ Merged **Merged:** 8/5/2023 **Merged by:** [@renovate[bot]](https://github.com/apps/renovate) **Base:** `master` ← **Head:** `renovate/fastapi-0.x` --- ### 📝 Commits (1) - [`7b2ca01`](https://github.com/TheLovinator1/discord-twitter-webhooks/commit/7b2ca01cd2dd7a4bc0db977e037cbd125136dfd7) Update dependency fastapi to ^0.101.0 ### 📊 Changes **2 files changed** (+6 additions, -6 deletions) <details> <summary>View changed files</summary> 📝 `poetry.lock` (+5 -5) 📝 `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 | |---|---|---|---|---|---| | [fastapi](https://togithub.com/tiangolo/fastapi) | `^0.100.0` -> `^0.101.0` | [![age](https://developer.mend.io/api/mc/badges/age/pypi/fastapi/0.101.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/fastapi/0.101.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/pypi/fastapi/0.100.1/0.101.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/fastapi/0.100.1/0.101.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>tiangolo/fastapi (fastapi)</summary> ### [`v0.101.0`](https://togithub.com/tiangolo/fastapi/releases/tag/0.101.0) [Compare Source](https://togithub.com/tiangolo/fastapi/compare/0.100.1...0.101.0) ##### Features - ✨ Enable Pydantic's serialization mode for responses, add support for Pydantic's `computed_field`, better OpenAPI for response models, proper required attributes, better generated clients. PR [#&#8203;10011](https://togithub.com/tiangolo/fastapi/pull/10011) by [@&#8203;tiangolo](https://togithub.com/tiangolo). ##### Refactors - ✅ Fix tests for compatibility with pydantic 2.1.1. PR [#&#8203;9943](https://togithub.com/tiangolo/fastapi/pull/9943) by [@&#8203;dmontagu](https://togithub.com/dmontagu). - ✅ Fix test error in Windows for `jsonable_encoder`. PR [#&#8203;9840](https://togithub.com/tiangolo/fastapi/pull/9840) by [@&#8203;iudeen](https://togithub.com/iudeen). ##### Upgrades - 📌 Do not allow Pydantic 2.1.0 that breaks (require 2.1.1). PR [#&#8203;10012](https://togithub.com/tiangolo/fastapi/pull/10012) by [@&#8203;tiangolo](https://togithub.com/tiangolo). ##### Translations - 🌐 Add Russian translation for `docs/ru/docs/tutorial/security/index.md`. PR [#&#8203;9963](https://togithub.com/tiangolo/fastapi/pull/9963) by [@&#8203;eVery1337](https://togithub.com/eVery1337). - 🌐 Remove Vietnamese note about missing translation. PR [#&#8203;9957](https://togithub.com/tiangolo/fastapi/pull/9957) by [@&#8203;tiangolo](https://togithub.com/tiangolo). ##### Internal - 👷 Add GitHub Actions step dump context to debug external failures. PR [#&#8203;10008](https://togithub.com/tiangolo/fastapi/pull/10008) by [@&#8203;tiangolo](https://togithub.com/tiangolo). - 🔧 Restore MkDocs Material pin after the fix. PR [#&#8203;10001](https://togithub.com/tiangolo/fastapi/pull/10001) by [@&#8203;tiangolo](https://togithub.com/tiangolo). - 🔧 Update the Question template to ask for the Pydantic version. PR [#&#8203;10000](https://togithub.com/tiangolo/fastapi/pull/10000) by [@&#8203;tiangolo](https://togithub.com/tiangolo). - 📍 Update MkDocs Material dependencies. PR [#&#8203;9986](https://togithub.com/tiangolo/fastapi/pull/9986) by [@&#8203;tiangolo](https://togithub.com/tiangolo). - 👥 Update FastAPI People. PR [#&#8203;9999](https://togithub.com/tiangolo/fastapi/pull/9999) by [@&#8203;tiangolo](https://togithub.com/tiangolo). - 🐳 Update Dockerfile with compatibility versions, to upgrade later. PR [#&#8203;9998](https://togithub.com/tiangolo/fastapi/pull/9998) by [@&#8203;tiangolo](https://togithub.com/tiangolo). - ➕ Add pydantic-settings to FastAPI People dependencies. PR [#&#8203;9988](https://togithub.com/tiangolo/fastapi/pull/9988) by [@&#8203;tiangolo](https://togithub.com/tiangolo). - ♻️ Update FastAPI People logic with new Pydantic. PR [#&#8203;9985](https://togithub.com/tiangolo/fastapi/pull/9985) by [@&#8203;tiangolo](https://togithub.com/tiangolo). - 🍱 Update sponsors, Fern badge. PR [#&#8203;9982](https://togithub.com/tiangolo/fastapi/pull/9982) by [@&#8203;tiangolo](https://togithub.com/tiangolo). - 👷 Deploy docs to Cloudflare Pages. PR [#&#8203;9978](https://togithub.com/tiangolo/fastapi/pull/9978) by [@&#8203;tiangolo](https://togithub.com/tiangolo). - 🔧 Update sponsor Fern. PR [#&#8203;9979](https://togithub.com/tiangolo/fastapi/pull/9979) by [@&#8203;tiangolo](https://togithub.com/tiangolo). - 👷 Update CI debug mode with Tmate. PR [#&#8203;9977](https://togithub.com/tiangolo/fastapi/pull/9977) 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:eyJjcmVhdGVkSW5WZXIiOiIzNi4yNy4xIiwidXBkYXRlZEluVmVyIjoiMzYuMjcuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9--> --- <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:36 +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#152
No description provided.