Skip to content

Commit 88263d2

Browse files
fix(deps): update dependency fastapi to v0.123.5 (#300)
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.123.4` -> `==0.123.5` | [![age](https://developer.mend.io/api/mc/badges/age/pypi/fastapi/0.123.5?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/fastapi/0.123.5?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/pypi/fastapi/0.123.4/0.123.5?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/fastapi/0.123.4/0.123.5?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>fastapi/fastapi (fastapi)</summary> ### [`v0.123.5`](https://redirect.github.com/fastapi/fastapi/releases/tag/0.123.5) [Compare Source](https://redirect.github.com/fastapi/fastapi/compare/0.123.4...0.123.5) ##### Features - ✨ Allow using dependables with `functools.partial()`. PR [#&#8203;9753](https://redirect.github.com/fastapi/fastapi/pull/9753) by [@&#8203;lieryan](https://redirect.github.com/lieryan). - ✨ Add support for wrapped functions (e.g. `@functools.wraps()`) used with forward references. PR [#&#8203;5077](https://redirect.github.com/fastapi/fastapi/pull/5077) by [@&#8203;lucaswiman](https://redirect.github.com/lucaswiman). - ✨ Handle wrapped dependencies. PR [#&#8203;9555](https://redirect.github.com/fastapi/fastapi/pull/9555) by [@&#8203;phy1729](https://redirect.github.com/phy1729). ##### Fixes - 🐛 Fix optional sequence handling with new union syntax from Python 3.10. PR [#&#8203;14430](https://redirect.github.com/fastapi/fastapi/pull/14430) by [@&#8203;Viicos](https://redirect.github.com/Viicos). ##### Refactors - 🔥 Remove dangling extra condiitonal no longer needed. PR [#&#8203;14435](https://redirect.github.com/fastapi/fastapi/pull/14435) by [@&#8203;tiangolo](https://redirect.github.com/tiangolo). - ♻️ Refactor internals, update `is_coroutine` check to reuse internal supported variants (unwrap, check class). PR [#&#8203;14434](https://redirect.github.com/fastapi/fastapi/pull/14434) by [@&#8203;tiangolo](https://redirect.github.com/tiangolo). ##### Translations - 🌐 Sync German docs. PR [#&#8203;14367](https://redirect.github.com/fastapi/fastapi/pull/14367) by [@&#8203;nilslindemann](https://redirect.github.com/nilslindemann). </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:eyJjcmVhdGVkSW5WZXIiOiI0Mi4xOS45IiwidXBkYXRlZEluVmVyIjoiNDIuMTkuOSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 871c916 commit 88263d2

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 = "22349790+csikb@users.noreply.github.com" }]
66
requires-python = "==3.14.0"
77
dependencies = [
8-
"fastapi[standard-no-fastapi-cloud-cli]==0.123.4",
8+
"fastapi[standard-no-fastapi-cloud-cli]==0.123.5",
99
"pillow==12.0.0",
1010
# this should be part of standard-no-fastapi-cloud-cli, but is missing:
1111
# see: https://github.com/fastapi/fastapi/blob/6fae64ff49e8328048872714652a4dfa15406e41/pyproject.toml#L94-L98

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)