Skip to content

Commit 3144989

Browse files
fix(deps): update dependency fastapi to v0.127.1 (#348)
This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Adoption](https://docs.renovatebot.com/merge-confidence/) | [Passing](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---|---|---| | [fastapi](https://redirect.github.com/fastapi/fastapi) ([changelog](https://fastapi.tiangolo.com/release-notes/)) | `==0.127.0` -> `==0.127.1` | ![age](https://developer.mend.io/api/mc/badges/age/pypi/fastapi/0.127.1?slim=true) | ![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/fastapi/0.127.1?slim=true) | ![passing](https://developer.mend.io/api/mc/badges/compatibility/pypi/fastapi/0.127.0/0.127.1?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/fastapi/0.127.0/0.127.1?slim=true) | --- ### Release Notes <details> <summary>fastapi/fastapi (fastapi)</summary> ### [`v0.127.1`](https://redirect.github.com/fastapi/fastapi/releases/tag/0.127.1) [Compare Source](https://redirect.github.com/fastapi/fastapi/compare/0.127.0...0.127.1) ##### Refactors - 🔊 Add a custom `FastAPIDeprecationWarning`. PR [#&#8203;14605](https://redirect.github.com/fastapi/fastapi/pull/14605) by [@&#8203;tiangolo](https://redirect.github.com/tiangolo). ##### Docs - 📝 Add documentary to website. PR [#&#8203;14600](https://redirect.github.com/fastapi/fastapi/pull/14600) by [@&#8203;tiangolo](https://redirect.github.com/tiangolo). ##### Translations - 🌐 Update translations for de (update-outdated). PR [#&#8203;14602](https://redirect.github.com/fastapi/fastapi/pull/14602) by [@&#8203;nilslindemann](https://redirect.github.com/nilslindemann). - 🌐 Update translations for de (update-outdated). PR [#&#8203;14581](https://redirect.github.com/fastapi/fastapi/pull/14581) by [@&#8203;nilslindemann](https://redirect.github.com/nilslindemann). ##### Internal - 🔧 Update pre-commit to use local Ruff instead of hook. PR [#&#8203;14604](https://redirect.github.com/fastapi/fastapi/pull/14604) by [@&#8203;tiangolo](https://redirect.github.com/tiangolo). - ✅ Add missing tests for code examples. PR [#&#8203;14569](https://redirect.github.com/fastapi/fastapi/pull/14569) by [@&#8203;YuriiMotov](https://redirect.github.com/YuriiMotov). - 👷 Remove `lint` job from `test` CI workflow. PR [#&#8203;14593](https://redirect.github.com/fastapi/fastapi/pull/14593) by [@&#8203;YuriiMotov](https://redirect.github.com/YuriiMotov). - 👷 Update secrets check. PR [#&#8203;14592](https://redirect.github.com/fastapi/fastapi/pull/14592) by [@&#8203;tiangolo](https://redirect.github.com/tiangolo). - 👷 Run CodSpeed tests in parallel to other tests to speed up CI. PR [#&#8203;14586](https://redirect.github.com/fastapi/fastapi/pull/14586) by [@&#8203;tiangolo](https://redirect.github.com/tiangolo). - 🔨 Update scripts and pre-commit to autofix files. PR [#&#8203;14585](https://redirect.github.com/fastapi/fastapi/pull/14585) by [@&#8203;tiangolo](https://redirect.github.com/tiangolo). </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:eyJjcmVhdGVkSW5WZXIiOiI0Mi41OS4wIiwidXBkYXRlZEluVmVyIjoiNDIuNTkuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 50d0763 commit 3144989

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

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.2"
77
dependencies = [
8-
"fastapi[standard-no-fastapi-cloud-cli]==0.127.0",
8+
"fastapi[standard-no-fastapi-cloud-cli]==0.127.1",
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)