[PR #66] [MERGED] Update dependency fastapi to ^0.91.0 #64
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
TheLovinator/twitter-image-collage-maker#64
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
master← Head:renovate/fastapi-0.x📝 Commits (1)
3253e78Update 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
This PR contains the following updates:
^0.90.0->^0.91.0Release Notes
tiangolo/fastapi
v0.91.0Compare Source
Upgrades
0.24.0and refactor internals for compatibility. PR #5985 by @tiangolo.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).v0.90.1Compare Source
Upgrades
Docs
docs/en/docs/project-generation.md. PR #5930 by @chandra-deb.Translations
docs/ru/docs/tutorial/cookie-params.md. PR #5890 by @bnzone.Internal
zip-docs.shinternal script, remove extra space. PR #5931 by @JuanPerdomo00.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.
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.