Update dependency fastapi to v0.115.0 #39
Reference in New Issue
Block a user
Delete Branch "renovate/fastapi-0.x"
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?
This PR contains the following updates:
==0.114.0->==0.115.0Release Notes
fastapi/fastapi (fastapi)
v0.115.0Compare Source
Highlights
Now you can declare
Query,Header, andCookieparameters with Pydantic models. 🎉QueryParameter ModelsUse Pydantic models for
Queryparameters:Read the new docs: Query Parameter Models.
HeaderParameter ModelsUse Pydantic models for
Headerparameters:Read the new docs: Header Parameter Models.
CookieParameter ModelsUse Pydantic models for
Cookieparameters:Read the new docs: Cookie Parameter Models.
Forbid Extra Query (Cookie, Header) Parameters
Use Pydantic models to restrict extra values for
Queryparameters (also applies toHeaderandCookieparameters).To achieve it, use Pydantic's
model_config = {"extra": "forbid"}:This applies to
Query,Header, andCookieparameters, read the new docs:Features
Query,Cookie,Header. PR #12199 by @tiangolo.Translations
docs/pt/docs/advanced/security/http-basic-auth.md. PR #12195 by @ceb10n.Internal
v0.114.2Compare Source
Fixes
alias. PR #12194 by @Wurstnase.Translations
docs/pt/docs/tutorial/request-form-models.md. PR #12175 by @ceb10n.docs/zh/docs/project-generation.md. PR #12170 by @waketzheng.docs/nl/docs/python-types.md. PR #12158 by @maxscheijen.Internal
v0.114.1Compare Source
Refactors
Docs
docs/en/docs/environment-variables.md. PR #12169 by @prometek.Translations
docs/pt/docs/virtual-environments.md. PR #12163 by @marcelomarkus.docs/pt/docs/environment-variables.md. PR #12162 by @marcelomarkus.docs/pt/docs/tutorial/testing.md. PR #12164 by @marcelomarkus.docs/pt/docs/tutorial/debugging.md. PR #12165 by @marcelomarkus.docs/ko/docs/project-generation.md. PR #12157 by @BORA040126.Internal
issue-manager.yml. PR #12159 by @tiangolo.fastapi/params.py. PR #12143 by @surreal30.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 Renovate Bot.