Skip to content

Commit 8ac7cb5

Browse files
fix(deps): update dependency fastapi to v0.121.0 (#243)
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [fastapi](https://redirect.github.com/fastapi/fastapi) ([changelog](https://fastapi.tiangolo.com/release-notes/)) | `==0.120.4` -> `==0.121.0` | [![age](https://developer.mend.io/api/mc/badges/age/pypi/fastapi/0.121.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/fastapi/0.121.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/pypi/fastapi/0.120.4/0.121.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/fastapi/0.120.4/0.121.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>fastapi/fastapi (fastapi)</summary> ### [`v0.121.0`](https://redirect.github.com/fastapi/fastapi/releases/tag/0.121.0) [Compare Source](https://redirect.github.com/fastapi/fastapi/compare/0.120.4...0.121.0) ##### Features - ✨ Add support for dependencies with scopes, support `scope="request"` for dependencies with `yield` that exit before the response is sent. PR [#&#8203;14262](https://redirect.github.com/fastapi/fastapi/pull/14262) by [@&#8203;tiangolo](https://redirect.github.com/tiangolo). - New docs: [Dependencies with `yield` - Early exit and `scope`](https://fastapi.tiangolo.com/tutorial/dependencies/dependencies-with-yield/#early-exit-and-scope). ##### Internal - 👥 Update FastAPI People - Contributors and Translators. PR [#&#8203;14273](https://redirect.github.com/fastapi/fastapi/pull/14273) by [@&#8203;tiangolo](https://redirect.github.com/tiangolo). - 👥 Update FastAPI People - Sponsors. PR [#&#8203;14274](https://redirect.github.com/fastapi/fastapi/pull/14274) by [@&#8203;tiangolo](https://redirect.github.com/tiangolo). - 👥 Update FastAPI GitHub topic repositories. PR [#&#8203;14280](https://redirect.github.com/fastapi/fastapi/pull/14280) by [@&#8203;tiangolo](https://redirect.github.com/tiangolo). - ⬆ Bump mkdocs-macros-plugin from 1.4.0 to 1.4.1. PR [#&#8203;14277](https://redirect.github.com/fastapi/fastapi/pull/14277) by [@&#8203;dependabot\[bot\]](https://redirect.github.com/apps/dependabot). - ⬆ Bump mkdocstrings\[python] from 0.26.1 to 0.30.1. PR [#&#8203;14279](https://redirect.github.com/fastapi/fastapi/pull/14279) by [@&#8203;dependabot\[bot\]](https://redirect.github.com/apps/dependabot). </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - Only on Sunday and Saturday ( * * * * 0,6 ) in timezone Europe/Dublin. 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/BSStudio/bss-web-file-api). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xNTkuNCIsInVwZGF0ZWRJblZlciI6IjQxLjE1OS40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent b95ee8b commit 8ac7cb5

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description = "BSS file server API"
55
authors = [{ name = "Bence Csik", email = "[email protected]" }]
66
requires-python = "==3.12.12"
77
dependencies = [
8-
"fastapi[all]==0.120.4",
8+
"fastapi[all]==0.121.0",
99
"pillow==12.0.0",
1010
# used to health check docker compose:
1111
"requests==2.32.5",

uv.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)