Skip to content

Commit 7faa036

Browse files
fix(deps): update dependency fastapi to v0.129.1 (#436)
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.129.0` → `==0.129.1` | ![age](https://developer.mend.io/api/mc/badges/age/pypi/fastapi/0.129.1?slim=true) | ![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/fastapi/0.129.1?slim=true) | ![passing](https://developer.mend.io/api/mc/badges/compatibility/pypi/fastapi/0.129.0/0.129.1?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/fastapi/0.129.0/0.129.1?slim=true) | --- ### Release Notes <details> <summary>fastapi/fastapi (fastapi)</summary> ### [`v0.129.1`](https://redirect.github.com/fastapi/fastapi/releases/tag/0.129.1) ##### Fixes - ♻️ Fix JSON Schema for bytes, use `"contentMediaType": "application/octet-stream"` instead of `"format": "binary"`. PR [#&#8203;14953](https://redirect.github.com/fastapi/fastapi/pull/14953) by [@&#8203;tiangolo](https://redirect.github.com/tiangolo). ##### Docs - 🔨 Add Kapa.ai widget (AI chatbot). PR [#&#8203;14938](https://redirect.github.com/fastapi/fastapi/pull/14938) by [@&#8203;tiangolo](https://redirect.github.com/tiangolo). - 🔥 Remove Python 3.9 specific files, no longer needed after updating translations. PR [#&#8203;14931](https://redirect.github.com/fastapi/fastapi/pull/14931) by [@&#8203;tiangolo](https://redirect.github.com/tiangolo). - 📝 Update docs for JWT to prevent timing attacks. PR [#&#8203;14908](https://redirect.github.com/fastapi/fastapi/pull/14908) by [@&#8203;tiangolo](https://redirect.github.com/tiangolo). ##### Translations - ✏️ Fix several typos in ru translations. PR [#&#8203;14934](https://redirect.github.com/fastapi/fastapi/pull/14934) by [@&#8203;argoarsiks](https://redirect.github.com/argoarsiks). - 🌐 Update translations for ko (update-all and add-missing). PR [#&#8203;14923](https://redirect.github.com/fastapi/fastapi/pull/14923) by [@&#8203;YuriiMotov](https://redirect.github.com/YuriiMotov). - 🌐 Update translations for uk (add-missing). PR [#&#8203;14922](https://redirect.github.com/fastapi/fastapi/pull/14922) by [@&#8203;YuriiMotov](https://redirect.github.com/YuriiMotov). - 🌐 Update translations for zh-hant (update-all and add-missing). PR [#&#8203;14921](https://redirect.github.com/fastapi/fastapi/pull/14921) by [@&#8203;YuriiMotov](https://redirect.github.com/YuriiMotov). - 🌐 Update translations for fr (update-all and add-missing). PR [#&#8203;14920](https://redirect.github.com/fastapi/fastapi/pull/14920) by [@&#8203;YuriiMotov](https://redirect.github.com/YuriiMotov). - 🌐 Update translations for de (update-all) . PR [#&#8203;14910](https://redirect.github.com/fastapi/fastapi/pull/14910) by [@&#8203;YuriiMotov](https://redirect.github.com/YuriiMotov). - 🌐 Update translations for ja (update-all). PR [#&#8203;14916](https://redirect.github.com/fastapi/fastapi/pull/14916) by [@&#8203;YuriiMotov](https://redirect.github.com/YuriiMotov). - 🌐 Update translations for pt (update-all). PR [#&#8203;14912](https://redirect.github.com/fastapi/fastapi/pull/14912) by [@&#8203;YuriiMotov](https://redirect.github.com/YuriiMotov). - 🌐 Update translations for es (update-all and add-missing). PR [#&#8203;14911](https://redirect.github.com/fastapi/fastapi/pull/14911) by [@&#8203;YuriiMotov](https://redirect.github.com/YuriiMotov). - 🌐 Update translations for zh (update-all). PR [#&#8203;14917](https://redirect.github.com/fastapi/fastapi/pull/14917) by [@&#8203;YuriiMotov](https://redirect.github.com/YuriiMotov). - 🌐 Update translations for uk (update-all). PR [#&#8203;14914](https://redirect.github.com/fastapi/fastapi/pull/14914) by [@&#8203;YuriiMotov](https://redirect.github.com/YuriiMotov). - 🌐 Update translations for tr (update-all). PR [#&#8203;14913](https://redirect.github.com/fastapi/fastapi/pull/14913) by [@&#8203;YuriiMotov](https://redirect.github.com/YuriiMotov). - 🌐 Update translations for ru (update-outdated). PR [#&#8203;14909](https://redirect.github.com/fastapi/fastapi/pull/14909) by [@&#8203;YuriiMotov](https://redirect.github.com/YuriiMotov). ##### Internal - 👷 Always run tests on push to `master` branch and when run by scheduler. PR [#&#8203;14940](https://redirect.github.com/fastapi/fastapi/pull/14940) by [@&#8203;YuriiMotov](https://redirect.github.com/YuriiMotov). - 🎨 Upgrade typing syntax for Python 3.10. PR [#&#8203;14932](https://redirect.github.com/fastapi/fastapi/pull/14932) by [@&#8203;tiangolo](https://redirect.github.com/tiangolo). - ⬆ Bump cryptography from 46.0.4 to 46.0.5. PR [#&#8203;14892](https://redirect.github.com/fastapi/fastapi/pull/14892) by [@&#8203;dependabot\[bot\]](https://redirect.github.com/apps/dependabot). - ⬆ Bump pillow from 12.1.0 to 12.1.1. PR [#&#8203;14899](https://redirect.github.com/fastapi/fastapi/pull/14899) 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:eyJjcmVhdGVkSW5WZXIiOiI0My4yNi41IiwidXBkYXRlZEluVmVyIjoiNDMuMjYuNSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 697919f commit 7faa036

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.3"
77
dependencies = [
8-
"fastapi[standard-no-fastapi-cloud-cli]==0.129.0",
8+
"fastapi[standard-no-fastapi-cloud-cli]==0.129.1",
99
"pillow==12.1.1",
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)