[PR #85] [MERGED] Update dependency fastapi to v0.95.1 #83

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

📋 Pull Request Information

Original PR: https://github.com/TheLovinator1/twitter-image-collage-maker/pull/85
Author: @renovate[bot]
Created: 4/13/2023
Status: Merged
Merged: 4/13/2023
Merged by: @renovate[bot]

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


📝 Commits (1)

  • 8e9861c Update dependency fastapi to v0.95.1

📊 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.95.0 -> 0.95.1 age adoption passing confidence

Release Notes

tiangolo/fastapi

v0.95.1

Compare Source

Fixes
Docs
  • 🌐 🔠 📄 🐢 Translate docs to Emoji 🥳 🎉 💥 🤯 🤯. PR #​5385 by @​LeeeeT.
  • 📝 Add notification message warning about old versions of FastAPI not supporting Annotated. PR #​9298 by @​grdworkin.
  • 📝 Fix typo in docs/en/docs/advanced/behind-a-proxy.md. PR #​5681 by @​Leommjr.
  • ✏ Fix wrong import from typing module in Persian translations for docs/fa/docs/index.md. PR #​6083 by @​Kimiaattaei.
  • ✏️ Fix format, remove unnecessary asterisks in docs/en/docs/help-fastapi.md. PR #​9249 by @​armgabrielyan.
  • ✏ Fix typo in docs/en/docs/tutorial/query-params-str-validations.md. PR #​9272 by @​nicornk.
  • ✏ Fix typo/bug in inline code example in docs/en/docs/tutorial/query-params-str-validations.md. PR #​9273 by @​tim-habitat.
  • ✏ Fix typo in docs/en/docs/tutorial/path-params-numeric-validations.md. PR #​9282 by @​aadarsh977.
  • ✏ Fix typo: 'wll' to 'will' in docs/en/docs/tutorial/query-params-str-validations.md. PR #​9380 by @​dasstyxx.
Translations
  • 🌐 Add French translation for docs/fr/docs/advanced/index.md. PR #​5673 by @​axel584.
  • 🌐 Add Portuguese translation for docs/pt/docs/tutorial/body-nested-models.md. PR #​4053 by @​luccasmmg.
  • 🌐 Add Russian translation for docs/ru/docs/alternatives.md. PR #​5994 by @​Xewus.
  • 🌐 Add Portuguese translation for docs/pt/docs/tutorial/extra-models.md. PR #​5912 by @​LorhanSohaky.
  • 🌐 Add Portuguese translation for docs/pt/docs/tutorial/path-operation-configuration.md. PR #​5936 by @​LorhanSohaky.
  • 🌐 Add Russian translation for docs/ru/docs/contributing.md. PR #​6002 by @​stigsanek.
  • 🌐 Add Korean translation for docs/tutorial/dependencies/classes-as-dependencies.md. PR #​9176 by @​sehwan505.
  • 🌐 Add Russian translation for docs/ru/docs/project-generation.md. PR #​9243 by @​Xewus.
  • 🌐 Add French translation for docs/fr/docs/index.md. PR #​9265 by @​frabc.
  • 🌐 Add Russian translation for docs/ru/docs/tutorial/query-params-str-validations.md. PR #​9267 by @​dedkot01.
  • 🌐 Add Russian translation for docs/ru/docs/benchmarks.md. PR #​9271 by @​Xewus.
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/twitter-image-collage-maker/pull/85 **Author:** [@renovate[bot]](https://github.com/apps/renovate) **Created:** 4/13/2023 **Status:** ✅ Merged **Merged:** 4/13/2023 **Merged by:** [@renovate[bot]](https://github.com/apps/renovate) **Base:** `master` ← **Head:** `renovate/fastapi-0.x-lockfile` --- ### 📝 Commits (1) - [`8e9861c`](https://github.com/TheLovinator1/twitter-image-collage-maker/commit/8e9861c3e7282f747230bce541d13411b55e24e0) Update dependency fastapi to v0.95.1 ### 📊 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.95.0` -> `0.95.1` | [![age](https://badges.renovateapi.com/packages/pypi/fastapi/0.95.1/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/pypi/fastapi/0.95.1/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/pypi/fastapi/0.95.1/compatibility-slim/0.95.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/pypi/fastapi/0.95.1/confidence-slim/0.95.0)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>tiangolo/fastapi</summary> ### [`v0.95.1`](https://togithub.com/tiangolo/fastapi/releases/tag/0.95.1) [Compare Source](https://togithub.com/tiangolo/fastapi/compare/0.95.0...0.95.1) ##### Fixes - 🐛 Fix using `Annotated` in routers or path operations decorated multiple times. PR [#&#8203;9315](https://togithub.com/tiangolo/fastapi/pull/9315) by [@&#8203;sharonyogev](https://togithub.com/sharonyogev). ##### Docs - 🌐 🔠 📄 🐢 Translate docs to Emoji 🥳 🎉 💥 🤯 🤯. PR [#&#8203;5385](https://togithub.com/tiangolo/fastapi/pull/5385) by [@&#8203;LeeeeT](https://togithub.com/LeeeeT). - 📝 Add notification message warning about old versions of FastAPI not supporting `Annotated`. PR [#&#8203;9298](https://togithub.com/tiangolo/fastapi/pull/9298) by [@&#8203;grdworkin](https://togithub.com/grdworkin). - 📝 Fix typo in `docs/en/docs/advanced/behind-a-proxy.md`. PR [#&#8203;5681](https://togithub.com/tiangolo/fastapi/pull/5681) by [@&#8203;Leommjr](https://togithub.com/Leommjr). - ✏ Fix wrong import from typing module in Persian translations for `docs/fa/docs/index.md`. PR [#&#8203;6083](https://togithub.com/tiangolo/fastapi/pull/6083) by [@&#8203;Kimiaattaei](https://togithub.com/Kimiaattaei). - ✏️ Fix format, remove unnecessary asterisks in `docs/en/docs/help-fastapi.md`. PR [#&#8203;9249](https://togithub.com/tiangolo/fastapi/pull/9249) by [@&#8203;armgabrielyan](https://togithub.com/armgabrielyan). - ✏ Fix typo in `docs/en/docs/tutorial/query-params-str-validations.md`. PR [#&#8203;9272](https://togithub.com/tiangolo/fastapi/pull/9272) by [@&#8203;nicornk](https://togithub.com/nicornk). - ✏ Fix typo/bug in inline code example in `docs/en/docs/tutorial/query-params-str-validations.md`. PR [#&#8203;9273](https://togithub.com/tiangolo/fastapi/pull/9273) by [@&#8203;tim-habitat](https://togithub.com/tim-habitat). - ✏ Fix typo in `docs/en/docs/tutorial/path-params-numeric-validations.md`. PR [#&#8203;9282](https://togithub.com/tiangolo/fastapi/pull/9282) by [@&#8203;aadarsh977](https://togithub.com/aadarsh977). - ✏ Fix typo: 'wll' to 'will' in `docs/en/docs/tutorial/query-params-str-validations.md`. PR [#&#8203;9380](https://togithub.com/tiangolo/fastapi/pull/9380) by [@&#8203;dasstyxx](https://togithub.com/dasstyxx). ##### Translations - 🌐 Add French translation for `docs/fr/docs/advanced/index.md`. PR [#&#8203;5673](https://togithub.com/tiangolo/fastapi/pull/5673) by [@&#8203;axel584](https://togithub.com/axel584). - 🌐 Add Portuguese translation for `docs/pt/docs/tutorial/body-nested-models.md`. PR [#&#8203;4053](https://togithub.com/tiangolo/fastapi/pull/4053) by [@&#8203;luccasmmg](https://togithub.com/luccasmmg). - 🌐 Add Russian translation for `docs/ru/docs/alternatives.md`. PR [#&#8203;5994](https://togithub.com/tiangolo/fastapi/pull/5994) by [@&#8203;Xewus](https://togithub.com/Xewus). - 🌐 Add Portuguese translation for `docs/pt/docs/tutorial/extra-models.md`. PR [#&#8203;5912](https://togithub.com/tiangolo/fastapi/pull/5912) by [@&#8203;LorhanSohaky](https://togithub.com/LorhanSohaky). - 🌐 Add Portuguese translation for `docs/pt/docs/tutorial/path-operation-configuration.md`. PR [#&#8203;5936](https://togithub.com/tiangolo/fastapi/pull/5936) by [@&#8203;LorhanSohaky](https://togithub.com/LorhanSohaky). - 🌐 Add Russian translation for `docs/ru/docs/contributing.md`. PR [#&#8203;6002](https://togithub.com/tiangolo/fastapi/pull/6002) by [@&#8203;stigsanek](https://togithub.com/stigsanek). - 🌐 Add Korean translation for `docs/tutorial/dependencies/classes-as-dependencies.md`. PR [#&#8203;9176](https://togithub.com/tiangolo/fastapi/pull/9176) by [@&#8203;sehwan505](https://togithub.com/sehwan505). - 🌐 Add Russian translation for `docs/ru/docs/project-generation.md`. PR [#&#8203;9243](https://togithub.com/tiangolo/fastapi/pull/9243) by [@&#8203;Xewus](https://togithub.com/Xewus). - 🌐 Add French translation for `docs/fr/docs/index.md`. PR [#&#8203;9265](https://togithub.com/tiangolo/fastapi/pull/9265) by [@&#8203;frabc](https://togithub.com/frabc). - 🌐 Add Russian translation for `docs/ru/docs/tutorial/query-params-str-validations.md`. PR [#&#8203;9267](https://togithub.com/tiangolo/fastapi/pull/9267) by [@&#8203;dedkot01](https://togithub.com/dedkot01). - 🌐 Add Russian translation for `docs/ru/docs/benchmarks.md`. PR [#&#8203;9271](https://togithub.com/tiangolo/fastapi/pull/9271) by [@&#8203;Xewus](https://togithub.com/Xewus). ##### Internal - 🔧 Update sponsors: remove Jina. PR [#&#8203;9388](https://togithub.com/tiangolo/fastapi/pull/9388) by [@&#8203;tiangolo](https://togithub.com/tiangolo). - 🔧 Update sponsors, add databento, remove Ines's course and StriveWorks. PR [#&#8203;9351](https://togithub.com/tiangolo/fastapi/pull/9351) 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://app.renovatebot.com/dashboard#github/TheLovinator1/twitter-image-collage-maker). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS40MC4wIiwidXBkYXRlZEluVmVyIjoiMzUuNDAuMCJ9--> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
TheLovinator 2026-09-02 13:12:35 +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/twitter-image-collage-maker#83
No description provided.