[PR #43] [MERGED] Update dependency fastapi to ^0.86.0 #40

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

📋 Pull Request Information

Original PR: https://github.com/TheLovinator1/twitter-image-collage-maker/pull/43
Author: @renovate[bot]
Created: 11/3/2022
Status: Merged
Merged: 11/4/2022
Merged by: @renovate[bot]

Base: masterHead: renovate/fastapi-0.x


📝 Commits (1)

  • c209e24 Update dependency fastapi to ^0.86.0

📊 Changes

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

View changed files

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

📄 Description

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
fastapi ^0.85.0 -> ^0.86.0 age adoption passing confidence

Release Notes

tiangolo/fastapi

v0.86.0

Compare Source

Features
Fixes
Docs
Translations
Internal

v0.85.2

Compare Source

Note: this release doesn't affect final users, it's mainly internal. It unlocks Pydanitc work with the integration that runs FastAPI's tests in Pydantic's CI.

Docs
Translations
  • 🌐 Add Portuguese translation for docs/pt/docs/tutorial/request-forms.md. PR #​4934 by @​batlopes.
  • 🌐 Add Chinese translation for docs/zh/docs/tutorial/dependencies/classes-as-dependencies.md. PR #​4971 by @​Zssaer.
  • 🌐 Add French translation for deployment/deta.md. PR #​3692 by @​rjNemo.
  • 🌐 Update Chinese translation for docs/zh/docs/tutorial/query-params-str-validations.md. PR #​5255 by @​hjlarry.
  • 🌐 Add Chinese translation for docs/zh/docs/tutorial/sql-databases.md. PR #​4999 by @​Zssaer.
  • 🌐 Add Chinese translation for docs/zh/docs/advanced/wsgi.md. PR #​4505 by @​ASpathfinder.
  • 🌐 Add Portuguese translation for docs/pt/docs/tutorial/body-multiple-params.md. PR #​4111 by @​lbmendes.
  • 🌐 Add Portuguese translation for docs/pt/docs/tutorial/path-params-numeric-validations.md. PR #​4099 by @​lbmendes.
  • 🌐 Add French translation for deployment/versions.md. PR #​3690 by @​rjNemo.
  • 🌐 Add French translation for docs/fr/docs/help-fastapi.md. PR #​2233 by @​JulianMaurin.
  • 🌐 Fix typo in Chinese translation for docs/zh/docs/tutorial/security/first-steps.md. PR #​5530 by @​yuki1sntSnow.
  • 🌐 Add Portuguese translation for docs/pt/docs/tutorial/response-status-code.md. PR #​4922 by @​batlopes.
  • 🔧 Add config for Tamil translations. PR #​5563 by @​tiangolo.
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/43 **Author:** [@renovate[bot]](https://github.com/apps/renovate) **Created:** 11/3/2022 **Status:** ✅ Merged **Merged:** 11/4/2022 **Merged by:** [@renovate[bot]](https://github.com/apps/renovate) **Base:** `master` ← **Head:** `renovate/fastapi-0.x` --- ### 📝 Commits (1) - [`c209e24`](https://github.com/TheLovinator1/twitter-image-collage-maker/commit/c209e242ad684d7eef228378a11b89c9d8515bab) Update dependency fastapi to ^0.86.0 ### 📊 Changes **2 files changed** (+7 additions, -7 deletions) <details> <summary>View changed files</summary> 📝 `poetry.lock` (+6 -6) 📝 `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.85.0` -> `^0.86.0` | [![age](https://badges.renovateapi.com/packages/pypi/fastapi/0.86.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/pypi/fastapi/0.86.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/pypi/fastapi/0.86.0/compatibility-slim/0.85.1)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/pypi/fastapi/0.86.0/confidence-slim/0.85.1)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>tiangolo/fastapi</summary> ### [`v0.86.0`](https://togithub.com/tiangolo/fastapi/releases/tag/0.86.0) [Compare Source](https://togithub.com/tiangolo/fastapi/compare/0.85.2...0.86.0) ##### Features - ⬆ Add Python 3.11 to the officially supported versions. PR [#&#8203;5587](https://togithub.com/tiangolo/fastapi/pull/5587) by [@&#8203;tiangolo](https://togithub.com/tiangolo). - ✅ Enable tests for Python 3.11. PR [#&#8203;4881](https://togithub.com/tiangolo/fastapi/pull/4881) by [@&#8203;tiangolo](https://togithub.com/tiangolo). ##### Fixes - 🐛 Close FormData (uploaded files) after the request is done. PR [#&#8203;5465](https://togithub.com/tiangolo/fastapi/pull/5465) by [@&#8203;adriangb](https://togithub.com/adriangb). ##### Docs - ✏ Fix typo in `docs/en/docs/tutorial/security/oauth2-jwt.md`. PR [#&#8203;5584](https://togithub.com/tiangolo/fastapi/pull/5584) by [@&#8203;vivekashok1221](https://togithub.com/vivekashok1221). ##### Translations - 🌐 Update wording in Chinese translation for `docs/zh/docs/python-types.md`. PR [#&#8203;5416](https://togithub.com/tiangolo/fastapi/pull/5416) by [@&#8203;supercaizehua](https://togithub.com/supercaizehua). - 🌐 Add Russian translation for `docs/ru/docs/deployment/index.md`. PR [#&#8203;5336](https://togithub.com/tiangolo/fastapi/pull/5336) by [@&#8203;Xewus](https://togithub.com/Xewus). - 🌐 Update Chinese translation for `docs/tutorial/security/oauth2-jwt.md`. PR [#&#8203;3846](https://togithub.com/tiangolo/fastapi/pull/3846) by [@&#8203;jaystone776](https://togithub.com/jaystone776). ##### Internal - 👷 Update FastAPI People to exclude bots: pre-commit-ci, dependabot. PR [#&#8203;5586](https://togithub.com/tiangolo/fastapi/pull/5586) by [@&#8203;tiangolo](https://togithub.com/tiangolo). - 🎨 Format OpenAPI JSON in `test_starlette_exception.py`. PR [#&#8203;5379](https://togithub.com/tiangolo/fastapi/pull/5379) by [@&#8203;iudeen](https://togithub.com/iudeen). - 👷 Switch from Codecov to Smokeshow plus pytest-cov to pure coverage for internal tests. PR [#&#8203;5583](https://togithub.com/tiangolo/fastapi/pull/5583) by [@&#8203;tiangolo](https://togithub.com/tiangolo). - 👥 Update FastAPI People. PR [#&#8203;5571](https://togithub.com/tiangolo/fastapi/pull/5571) by [@&#8203;github-actions\[bot\]](https://togithub.com/apps/github-actions). ### [`v0.85.2`](https://togithub.com/tiangolo/fastapi/releases/tag/0.85.2) [Compare Source](https://togithub.com/tiangolo/fastapi/compare/0.85.1...0.85.2) **Note**: this release doesn't affect final users, it's mainly internal. It unlocks Pydanitc work with the integration that runs FastAPI's tests in Pydantic's CI. ##### Docs - ✏ Fix grammar and add helpful links to dependencies in `docs/en/docs/async.md`. PR [#&#8203;5432](https://togithub.com/tiangolo/fastapi/pull/5432) by [@&#8203;pamelafox](https://togithub.com/pamelafox). - ✏ Fix broken link in `alternatives.md`. PR [#&#8203;5455](https://togithub.com/tiangolo/fastapi/pull/5455) by [@&#8203;su-shubham](https://togithub.com/su-shubham). - ✏ Fix typo in docs about contributing, for compatibility with `pip` in Zsh. PR [#&#8203;5523](https://togithub.com/tiangolo/fastapi/pull/5523) by [@&#8203;zhangbo2012](https://togithub.com/zhangbo2012). - 📝 Fix typo in docs with examples for Python 3.10 instead of 3.9. PR [#&#8203;5545](https://togithub.com/tiangolo/fastapi/pull/5545) by [@&#8203;feliciss](https://togithub.com/feliciss). ##### Translations - 🌐 Add Portuguese translation for `docs/pt/docs/tutorial/request-forms.md`. PR [#&#8203;4934](https://togithub.com/tiangolo/fastapi/pull/4934) by [@&#8203;batlopes](https://togithub.com/batlopes). - 🌐 Add Chinese translation for `docs/zh/docs/tutorial/dependencies/classes-as-dependencies.md`. PR [#&#8203;4971](https://togithub.com/tiangolo/fastapi/pull/4971) by [@&#8203;Zssaer](https://togithub.com/Zssaer). - 🌐 Add French translation for `deployment/deta.md`. PR [#&#8203;3692](https://togithub.com/tiangolo/fastapi/pull/3692) by [@&#8203;rjNemo](https://togithub.com/rjNemo). - 🌐 Update Chinese translation for `docs/zh/docs/tutorial/query-params-str-validations.md`. PR [#&#8203;5255](https://togithub.com/tiangolo/fastapi/pull/5255) by [@&#8203;hjlarry](https://togithub.com/hjlarry). - 🌐 Add Chinese translation for `docs/zh/docs/tutorial/sql-databases.md`. PR [#&#8203;4999](https://togithub.com/tiangolo/fastapi/pull/4999) by [@&#8203;Zssaer](https://togithub.com/Zssaer). - 🌐 Add Chinese translation for `docs/zh/docs/advanced/wsgi.md`. PR [#&#8203;4505](https://togithub.com/tiangolo/fastapi/pull/4505) by [@&#8203;ASpathfinder](https://togithub.com/ASpathfinder). - 🌐 Add Portuguese translation for `docs/pt/docs/tutorial/body-multiple-params.md`. PR [#&#8203;4111](https://togithub.com/tiangolo/fastapi/pull/4111) by [@&#8203;lbmendes](https://togithub.com/lbmendes). - 🌐 Add Portuguese translation for `docs/pt/docs/tutorial/path-params-numeric-validations.md`. PR [#&#8203;4099](https://togithub.com/tiangolo/fastapi/pull/4099) by [@&#8203;lbmendes](https://togithub.com/lbmendes). - 🌐 Add French translation for `deployment/versions.md`. PR [#&#8203;3690](https://togithub.com/tiangolo/fastapi/pull/3690) by [@&#8203;rjNemo](https://togithub.com/rjNemo). - 🌐 Add French translation for `docs/fr/docs/help-fastapi.md`. PR [#&#8203;2233](https://togithub.com/tiangolo/fastapi/pull/2233) by [@&#8203;JulianMaurin](https://togithub.com/JulianMaurin). - 🌐 Fix typo in Chinese translation for `docs/zh/docs/tutorial/security/first-steps.md`. PR [#&#8203;5530](https://togithub.com/tiangolo/fastapi/pull/5530) by [@&#8203;yuki1sntSnow](https://togithub.com/yuki1sntSnow). - 🌐 Add Portuguese translation for `docs/pt/docs/tutorial/response-status-code.md`. PR [#&#8203;4922](https://togithub.com/tiangolo/fastapi/pull/4922) by [@&#8203;batlopes](https://togithub.com/batlopes). - 🔧 Add config for Tamil translations. PR [#&#8203;5563](https://togithub.com/tiangolo/fastapi/pull/5563) by [@&#8203;tiangolo](https://togithub.com/tiangolo). ##### Internal - ⬆ Bump internal dependency mypy from 0.971 to 0.982. PR [#&#8203;5541](https://togithub.com/tiangolo/fastapi/pull/5541) by [@&#8203;dependabot\[bot\]](https://togithub.com/apps/dependabot). - ⬆ Bump nwtgck/actions-netlify from 1.2.3 to 1.2.4. PR [#&#8203;5507](https://togithub.com/tiangolo/fastapi/pull/5507) by [@&#8203;dependabot\[bot\]](https://togithub.com/apps/dependabot). - ⬆ Bump internal dependency types-ujson from 5.4.0 to 5.5.0. PR [#&#8203;5537](https://togithub.com/tiangolo/fastapi/pull/5537) by [@&#8203;dependabot\[bot\]](https://togithub.com/apps/dependabot). - ⬆ Bump dawidd6/action-download-artifact from 2.23.0 to 2.24.0. PR [#&#8203;5508](https://togithub.com/tiangolo/fastapi/pull/5508) by [@&#8203;dependabot\[bot\]](https://togithub.com/apps/dependabot). - ⬆ Update internal dependency pytest-cov requirement from <4.0.0,>=2.12.0 to >=2.12.0,<5.0.0. PR [#&#8203;5539](https://togithub.com/tiangolo/fastapi/pull/5539) by [@&#8203;dependabot\[bot\]](https://togithub.com/apps/dependabot). - ⬆ \[pre-commit.ci] pre-commit autoupdate. PR [#&#8203;5536](https://togithub.com/tiangolo/fastapi/pull/5536) by [@&#8203;pre-commit-ci\[bot\]](https://togithub.com/apps/pre-commit-ci). - 🐛 Fix internal Trio test warnings. PR [#&#8203;5547](https://togithub.com/tiangolo/fastapi/pull/5547) by [@&#8203;samuelcolvin](https://togithub.com/samuelcolvin). - ⬆ \[pre-commit.ci] pre-commit autoupdate. PR [#&#8203;5408](https://togithub.com/tiangolo/fastapi/pull/5408) by [@&#8203;pre-commit-ci\[bot\]](https://togithub.com/apps/pre-commit-ci). - ⬆️ Upgrade Typer to include Rich in scripts for docs. PR [#&#8203;5502](https://togithub.com/tiangolo/fastapi/pull/5502) by [@&#8203;tiangolo](https://togithub.com/tiangolo). - 🐛 Fix calling `mkdocs` for languages as a subprocess to fix/enable MkDocs Material search plugin. PR [#&#8203;5501](https://togithub.com/tiangolo/fastapi/pull/5501) 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:eyJjcmVhdGVkSW5WZXIiOiIzNC4xNC4wIiwidXBkYXRlZEluVmVyIjoiMzQuMTQuMCJ9--> --- <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:23 +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#40
No description provided.