Update dependency fastapi to ~=0.110.0 #14
No reviewers
Labels
No Label
Kind/Breaking
Kind/Bug
Kind/Documentation
Kind/Enhancement
Kind/Feature
Kind/Security
Kind/Testing
Priority
Critical
Priority
High
Priority
Low
Priority
Medium
Reviewed
Confirmed
Reviewed
Duplicate
Reviewed
Invalid
Reviewed
Won't Fix
Status
Abandoned
Status
Blocked
Status
Need More Info
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: Hessenuk/Javelina#14
Loading…
Reference in New Issue
Block a user
No description provided.
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.109.1
->~=0.110.0
Release Notes
tiangolo/fastapi (fastapi)
v0.110.0
Compare Source
Breaking Changes
yield
andexcept
to require raising again as in regular Python. PR #11191 by @tiangolo.yield
, usedexcept
in those dependencies, and didn't raise again.yield
andexcept
.In short, if you had dependencies that looked like:
Now you need to make sure you raise again after
except
, just as you would in regular Python:Docs
docs/ko/docs/
. PR #11126 by @KaniKim.fastapi/applications.py
. PR #11099 by @JacobHayes.Translations
docs/de/docs/reference/background.md
. PR #10820 by @nilslindemann.docs/de/docs/reference/templating.md
. PR #10842 by @nilslindemann.docs/de/docs/external-links.md
. PR #10852 by @nilslindemann.docs/tr/docs/tutorial/query-params.md
. PR #11162 by @hasansezertasan.docs/de/docs/reference/encoders.md
. PR #10840 by @nilslindemann.docs/de/docs/reference/responses.md
. PR #10825 by @nilslindemann.docs/de/docs/reference/request.md
. PR #10821 by @nilslindemann.docs/tr/docs/tutorial/query-params.md
. PR #11078 by @emrhnsyts.docs/de/docs/reference/fastapi.md
. PR #10813 by @nilslindemann.docs/de/docs/newsletter.md
. PR #10853 by @nilslindemann.docs/zh-hant/docs/learn/index.md
. PR #11142 by @hsuanchi./docs/ko/docs/tutorial/dependencies/global-dependencies.md
. PR #11123 by @riroan./docs/ko/docs/tutorial/dependencies/dependencies-in-path-operation-decorators.md
. PR #11124 by @riroan./docs/ko/docs/tutorial/schema-extra-example.md
. PR #11121 by @KaniKim./docs/ko/docs/tutorial/body-fields.md
. PR #11112 by @KaniKim./docs/ko/docs/tutorial/cookie-params.md
. PR #11118 by @riroan./docs/ko/docs/dependencies/index.md
. PR #11114 by @KaniKim./docs/ko/docs/deployment/docker.md
. PR #11113 by @KaniKim.docs/tr/docs/tutorial/first-steps.md
. PR #11094 by @hasansezertasan.docs/es/docs/advanced/security/index.md
. PR #2278 by @Xaraxx.docs/es/docs/advanced/response-headers.md
. PR #2276 by @Xaraxx.docs/es/docs/deployment/index.md
and~/deployment/versions.md
. PR #9669 by @pabloperezmoya.docs/es/docs/benchmarks.md
. PR #10928 by @pablocm83.docs/es/docs/advanced/response-change-status-code.md
. PR #11100 by @alejsdev.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.