fix(deps): update dependency fastapi to ^0.92.0 - autoclosed
This MR contains the following updates:
Package | Change | Age | Adoption | Passing | Confidence |
---|---|---|---|---|---|
fastapi |
^0.89.1 -> ^0.92.0
|
Release Notes
tiangolo/fastapi
v0.92.0
Upgrades
-
⬆ ️ Upgrade Starlette to 0.25.0. MR #5996 by @tiangolo.- This solves a vulnerability that could allow denial of service attacks by using many small multipart fields/files (parts), consuming high CPU and memory.
- Only applications using forms (e.g. file uploads) could be affected.
- For most cases, upgrading won't have any breaking changes.
v0.91.0
Upgrades
-
⬆ ️ Upgrade Starlette version to0.24.0
and refactor internals for compatibility. MR #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 MR #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.
- This can solve nuanced errors when using middlewares. Before Starlette
v0.90.1
Upgrades
-
⬆ ️ Upgrade Starlette range to allow 0.23.1. MR #5980 by @tiangolo.
Docs
-
✏ Tweak wording to clarifydocs/en/docs/project-generation.md
. MR #5930 by @chandra-deb. -
✏ Update Pydantic GitHub URLs. MR #5952 by @yezz123. -
📝 Add opinion from Cisco. MR #5981 by @tiangolo.
Translations
Internal
-
✏ Updatezip-docs.sh
internal script, remove extra space. MR #5931 by @JuanPerdomo00.
v0.90.0
Upgrades
Docs
-
📝 Add article "Tortoise ORM / FastAPI 整合快速筆記" to External Links. MR #5496 by @Leon0824. -
👥 Update FastAPI People. MR #5954 by @github-actions[bot]. -
📝 Micro-tweak help docs. MR #5960 by @tiangolo. -
🔧 Update new issue chooser to direct to GitHub Discussions. MR #5948 by @tiangolo. -
📝 Recommend GitHub Discussions for questions. MR #5944 by @tiangolo.
Translations
-
🌐 Add Russian translation fordocs/ru/docs/tutorial/body-fields.md
. MR #5898 by @simatheone. -
🌐 Add Russian translation fordocs/ru/docs/help-fastapi.md
. MR #5970 by @tiangolo. -
🌐 Add Portuguese translation fordocs/pt/docs/tutorial/static-files.md
. MR #5858 by @batlopes. -
🌐 Add Portuguese translation fordocs/pt/docs/tutorial/encoder.md
. MR #5525 by @felipebpl. -
🌐 Add Russian translation fordocs/ru/docs/contributing.md
. MR #5870 by @Xewus.
Internal
-
⬆ ️ Upgrade Ubuntu version for docs workflow. MR #5971 by @tiangolo. -
🔧 Update sponsors badges. MR #5943 by @tiangolo. -
✨ Compute FastAPI Experts including GitHub Discussions. MR #5941 by @tiangolo. -
⬆ ️ Upgrade isort and update pre-commit. MR #5940 by @tiangolo. -
🔧 Add template for questions in Discussions. MR #5920 by @tiangolo. -
🔧 Update Sponsor Budget Insight to Powens. MR #5916 by @tiangolo. -
🔧 Update GitHub Sponsors badge data. MR #5915 by @tiangolo.
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.
Edited by renovate