[PR #201] Update dependency fastapi to v0.104.1 - abandoned #201

Open
opened 2026-09-02 13:09:46 +02:00 by TheLovinator · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/TheLovinator1/discord-twitter-webhooks/pull/201
Author: @renovate[bot]
Created: 10/30/2023
Status: 🔄 Open

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


📝 Commits (2)

  • 46ed692 Update dependency fastapi to v0.104.1
  • 6d62fe1 [pre-commit.ci] auto fixes from pre-commit.com hooks

📊 Changes

2 files changed (+363 additions, -332 deletions)

View changed files

📝 poetry.lock (+3 -3)
📝 requirements.txt (+360 -329)

📄 Description

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
fastapi 0.104.0 -> 0.104.1 age adoption passing confidence

Release Notes

tiangolo/fastapi (fastapi)

v0.104.1

Compare Source

Fixes
  • 📌 Pin Swagger UI version to 5.9.0 temporarily to handle a bug crashing it in 5.9.1. PR #​10529 by @​alejandraklachquin.
    • This is not really a bug in FastAPI but in Swagger UI, nevertheless pinning the version will work while a soulution is found on the Swagger UI side.
Docs
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/201 **Author:** [@renovate[bot]](https://github.com/apps/renovate) **Created:** 10/30/2023 **Status:** 🔄 Open **Base:** `master` ← **Head:** `renovate/fastapi-0.x-lockfile` --- ### 📝 Commits (2) - [`46ed692`](https://github.com/TheLovinator1/discord-twitter-webhooks/commit/46ed6925f7a03df24a32548b66bca971532ab104) Update dependency fastapi to v0.104.1 - [`6d62fe1`](https://github.com/TheLovinator1/discord-twitter-webhooks/commit/6d62fe1795089fc6bede86e486e44b1ec2c7d546) [pre-commit.ci] auto fixes from pre-commit.com hooks ### 📊 Changes **2 files changed** (+363 additions, -332 deletions) <details> <summary>View changed files</summary> 📝 `poetry.lock` (+3 -3) 📝 `requirements.txt` (+360 -329) </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.104.0` -> `0.104.1` | [![age](https://developer.mend.io/api/mc/badges/age/pypi/fastapi/0.104.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/fastapi/0.104.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/pypi/fastapi/0.104.0/0.104.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/fastapi/0.104.0/0.104.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>tiangolo/fastapi (fastapi)</summary> ### [`v0.104.1`](https://togithub.com/tiangolo/fastapi/releases/tag/0.104.1) [Compare Source](https://togithub.com/tiangolo/fastapi/compare/0.104.0...0.104.1) ##### Fixes - 📌 Pin Swagger UI version to 5.9.0 temporarily to handle a bug crashing it in 5.9.1. PR [#&#8203;10529](https://togithub.com/tiangolo/fastapi/pull/10529) by [@&#8203;alejandraklachquin](https://togithub.com/alejandraklachquin). - This is not really a bug in FastAPI but in Swagger UI, nevertheless pinning the version will work while a soulution is found on the [Swagger UI side](https://togithub.com/swagger-api/swagger-ui/issues/9337). ##### Docs - 📝 Update data structure and render for external-links. PR [#&#8203;10495](https://togithub.com/tiangolo/fastapi/pull/10495) by [@&#8203;tiangolo](https://togithub.com/tiangolo). - ✏️ Fix link to SPDX license identifier in `docs/en/docs/tutorial/metadata.md`. PR [#&#8203;10433](https://togithub.com/tiangolo/fastapi/pull/10433) by [@&#8203;worldworm](https://togithub.com/worldworm). - 📝 Update example validation error from Pydantic v1 to match Pydantic v2 in `docs/en/docs/tutorial/path-params.md`. PR [#&#8203;10043](https://togithub.com/tiangolo/fastapi/pull/10043) by [@&#8203;giuliowaitforitdavide](https://togithub.com/giuliowaitforitdavide). - ✏️ Fix typos in emoji docs and in some source examples. PR [#&#8203;10438](https://togithub.com/tiangolo/fastapi/pull/10438) by [@&#8203;afuetterer](https://togithub.com/afuetterer). - ✏️ Fix typo in `docs/en/docs/reference/dependencies.md`. PR [#&#8203;10465](https://togithub.com/tiangolo/fastapi/pull/10465) by [@&#8203;suravshresth](https://togithub.com/suravshresth). - ✏️ Fix typos and rewordings in `docs/en/docs/tutorial/body-nested-models.md`. PR [#&#8203;10468](https://togithub.com/tiangolo/fastapi/pull/10468) by [@&#8203;yogabonito](https://togithub.com/yogabonito). - 📝 Update docs, remove references to removed `pydantic.Required` in `docs/en/docs/tutorial/query-params-str-validations.md`. PR [#&#8203;10469](https://togithub.com/tiangolo/fastapi/pull/10469) by [@&#8203;yogabonito](https://togithub.com/yogabonito). - ✏️ Fix typo in `docs/en/docs/reference/index.md`. PR [#&#8203;10467](https://togithub.com/tiangolo/fastapi/pull/10467) by [@&#8203;tarsil](https://togithub.com/tarsil). - 🔥 Remove unnecessary duplicated docstrings. PR [#&#8203;10484](https://togithub.com/tiangolo/fastapi/pull/10484) by [@&#8203;tiangolo](https://togithub.com/tiangolo). ##### Internal - ✏️ Update Pydantic links to dotenv support. PR [#&#8203;10511](https://togithub.com/tiangolo/fastapi/pull/10511) by [@&#8203;White-Mask](https://togithub.com/White-Mask). - ✏️ Update links in `docs/en/docs/async.md` and `docs/zh/docs/async.md` to make them relative. PR [#&#8203;10498](https://togithub.com/tiangolo/fastapi/pull/10498) by [@&#8203;hasnatsajid](https://togithub.com/hasnatsajid). - ✏️ Fix links in `docs/em/docs/async.md`. PR [#&#8203;10507](https://togithub.com/tiangolo/fastapi/pull/10507) by [@&#8203;hasnatsajid](https://togithub.com/hasnatsajid). - ✏️ Fix typo in `docs/em/docs/index.md`, Python 3.8. PR [#&#8203;10521](https://togithub.com/tiangolo/fastapi/pull/10521) by [@&#8203;kerriop](https://togithub.com/kerriop). - ⬆ Bump pillow from 9.5.0 to 10.1.0. PR [#&#8203;10446](https://togithub.com/tiangolo/fastapi/pull/10446) by [@&#8203;dependabot\[bot\]](https://togithub.com/apps/dependabot). - ⬆ Update mkdocs-material requirement from <9.0.0,>=8.1.4 to >=8.1.4,<10.0.0. PR [#&#8203;5862](https://togithub.com/tiangolo/fastapi/pull/5862) by [@&#8203;dependabot\[bot\]](https://togithub.com/apps/dependabot). - ⬆ Bump mkdocs-material from 9.1.21 to 9.4.7. PR [#&#8203;10545](https://togithub.com/tiangolo/fastapi/pull/10545) by [@&#8203;dependabot\[bot\]](https://togithub.com/apps/dependabot). - 👷 Install MkDocs Material Insiders only when secrets are available, for Dependabot. PR [#&#8203;10544](https://togithub.com/tiangolo/fastapi/pull/10544) by [@&#8203;tiangolo](https://togithub.com/tiangolo). - 🔧 Update sponsors badges, Databento. PR [#&#8203;10519](https://togithub.com/tiangolo/fastapi/pull/10519) by [@&#8203;tiangolo](https://togithub.com/tiangolo). - 👷 Adopt Ruff format. PR [#&#8203;10517](https://togithub.com/tiangolo/fastapi/pull/10517) by [@&#8203;tiangolo](https://togithub.com/tiangolo). - 🔧 Add `CITATION.cff` file for academic citations. PR [#&#8203;10496](https://togithub.com/tiangolo/fastapi/pull/10496) by [@&#8203;tiangolo](https://togithub.com/tiangolo). - 🐛 Fix overriding MKDocs theme lang in hook. PR [#&#8203;10490](https://togithub.com/tiangolo/fastapi/pull/10490) by [@&#8203;tiangolo](https://togithub.com/tiangolo). - 🔥 Drop/close Gitter chat. Questions should go to GitHub Discussions, free conversations to Discord.. PR [#&#8203;10485](https://togithub.com/tiangolo/fastapi/pull/10485) 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:eyJjcmVhdGVkSW5WZXIiOiIzNy4zMS41IiwidXBkYXRlZEluVmVyIjoiMzcuMzEuNSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9--> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
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#201
No description provided.