[PR #66] [MERGED] Update dependency fastapi to ^0.91.0 #64

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

📋 Pull Request Information

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

Base: masterHead: renovate/fastapi-0.x


📝 Commits (1)

  • 3253e78 Update dependency fastapi to ^0.91.0

📊 Changes

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

View changed files

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

📄 Description

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
fastapi ^0.90.0 -> ^0.91.0 age adoption passing confidence

Release Notes

tiangolo/fastapi

v0.91.0

Compare Source

Upgrades
  • ⬆️ Upgrade Starlette version to 0.24.0 and refactor internals for compatibility. PR #​5985 by @​tiangolo.
    • This can solve nuanced errors when using middlewares. Before Starlette 0.24.0, a new instance of each middleware class would be created when a new middleware was added. That normally was not a problem, unless the middleware class expected to be created only once, with only one instance, that happened in some cases. This upgrade would solve those cases (thanks @​adriangb! Starlette PR #​2017). Now the middleware class instances are created once, right before the first request (the first time the app is called).
    • If you depended on that previous behavior, you might need to update your code. As always, make sure your tests pass before merging the upgrade.

v0.90.1

Compare Source

Upgrades
Docs
Translations
  • 🌐 Add Russian translation for docs/ru/docs/tutorial/cookie-params.md. PR #​5890 by @​bnzone.
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/66 **Author:** [@renovate[bot]](https://github.com/apps/renovate) **Created:** 2/10/2023 **Status:** ✅ Merged **Merged:** 2/10/2023 **Merged by:** [@renovate[bot]](https://github.com/apps/renovate) **Base:** `master` ← **Head:** `renovate/fastapi-0.x` --- ### 📝 Commits (1) - [`3253e78`](https://github.com/TheLovinator1/twitter-image-collage-maker/commit/3253e78a2c895f5a09e5379665ff2a5daf4f6fc6) Update dependency fastapi to ^0.91.0 ### 📊 Changes **2 files changed** (+9 additions, -9 deletions) <details> <summary>View changed files</summary> 📝 `poetry.lock` (+8 -8) 📝 `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.90.0` -> `^0.91.0` | [![age](https://badges.renovateapi.com/packages/pypi/fastapi/0.91.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/pypi/fastapi/0.91.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/pypi/fastapi/0.91.0/compatibility-slim/0.90.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/pypi/fastapi/0.91.0/confidence-slim/0.90.0)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>tiangolo/fastapi</summary> ### [`v0.91.0`](https://togithub.com/tiangolo/fastapi/releases/tag/0.91.0) [Compare Source](https://togithub.com/tiangolo/fastapi/compare/0.90.1...0.91.0) ##### Upgrades - ⬆️ Upgrade Starlette version to `0.24.0` and refactor internals for compatibility. PR [#&#8203;5985](https://togithub.com/tiangolo/fastapi/pull/5985) by [@&#8203;tiangolo](https://togithub.com/tiangolo). - This can solve nuanced errors when using middlewares. Before Starlette `0.24.0`, a new instance of each middleware class would be created when a new middleware was added. That normally was not a problem, unless the middleware class expected to be created only once, with only one instance, that happened in some cases. This upgrade would solve those cases (thanks [@&#8203;adriangb](https://togithub.com/adriangb)! Starlette PR [#&#8203;2017](https://togithub.com/encode/starlette/pull/2017)). Now the middleware class instances are created once, right before the first request (the first time the app is called). - If you depended on that previous behavior, you might need to update your code. As always, make sure your tests pass before merging the upgrade. ### [`v0.90.1`](https://togithub.com/tiangolo/fastapi/releases/tag/0.90.1) [Compare Source](https://togithub.com/tiangolo/fastapi/compare/0.90.0...0.90.1) ##### Upgrades - ⬆️ Upgrade Starlette range to allow 0.23.1. PR [#&#8203;5980](https://togithub.com/tiangolo/fastapi/pull/5980) by [@&#8203;tiangolo](https://togithub.com/tiangolo). ##### Docs - ✏ Tweak wording to clarify `docs/en/docs/project-generation.md`. PR [#&#8203;5930](https://togithub.com/tiangolo/fastapi/pull/5930) by [@&#8203;chandra-deb](https://togithub.com/chandra-deb). - ✏ Update Pydantic GitHub URLs. PR [#&#8203;5952](https://togithub.com/tiangolo/fastapi/pull/5952) by [@&#8203;yezz123](https://togithub.com/yezz123). - 📝 Add opinion from Cisco. PR [#&#8203;5981](https://togithub.com/tiangolo/fastapi/pull/5981) by [@&#8203;tiangolo](https://togithub.com/tiangolo). ##### Translations - 🌐 Add Russian translation for `docs/ru/docs/tutorial/cookie-params.md`. PR [#&#8203;5890](https://togithub.com/tiangolo/fastapi/pull/5890) by [@&#8203;bnzone](https://togithub.com/bnzone). ##### Internal - ✏ Update `zip-docs.sh` internal script, remove extra space. PR [#&#8203;5931](https://togithub.com/tiangolo/fastapi/pull/5931) by [@&#8203;JuanPerdomo00](https://togithub.com/JuanPerdomo00). </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:eyJjcmVhdGVkSW5WZXIiOiIzNC4xMjQuMiIsInVwZGF0ZWRJblZlciI6IjM0LjEyNC4yIn0=--> --- <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:29 +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#64
No description provided.