[PR #35] [MERGED] Update dependency fastapi to ^0.78.0 #33
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#33
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/35
Author: @renovate[bot]
Created: 5/14/2022
Status: ✅ Merged
Merged: 5/19/2022
Merged by: @TheLovinator1
Base:
master← Head:renovate/fastapi-0.x📝 Commits (1)
043a190Update dependency fastapi to ^0.78.0📊 Changes
2 files changed (+6 additions, -6 deletions)
View changed files
📝
poetry.lock(+5 -5)📝
pyproject.toml(+1 -1)📄 Description
This PR contains the following updates:
^0.77.0->^0.78.0Release Notes
tiangolo/fastapi
v0.78.0Compare Source
Features
✨ Add support for omitting
...as default value when declaring required parameters with:Path()Query()Header()Cookie()Body()Form()File()New docs at Tutorial - Query Parameters and String Validations - Make it required. PR #4906 by @tiangolo.
Up to now, declaring a required parameter while adding additional validation or metadata needed using
...(Ellipsis).For example:
...all these parameters are required because the default value is
...(Ellipsis).But now it's possible and supported to just omit the default value, as would be done with Pydantic fields, and the parameters would still be required.
✨ For example, this is now supported:
To declare parameters as optional (not required), you can set a default value as always, for example using
None:Docs
UnionoverOptionaland migrate source examples. New docs at Python Types Intro - UsingUnionorOptional. PR #4908 by @tiangolo.Translations
docs/ja/docs/tutorial/testing.md. PR #4623 by @hirotoKirimaru.Internal
fastapi/utils.py. PR #3139 by @ShahriyarR.Configuration
📅 Schedule: At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ 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 WhiteSource Renovate. View repository job log here.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.