Skip to content

Commit 11c0786

Browse files
fix(deps): update dependency fastapi to v0.135.3 (#513)
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.135.2` → `==0.135.3` | ![age](https://developer.mend.io/api/mc/badges/age/pypi/fastapi/0.135.3?slim=true) | ![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/fastapi/0.135.3?slim=true) | ![passing](https://developer.mend.io/api/mc/badges/compatibility/pypi/fastapi/0.135.2/0.135.3?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/fastapi/0.135.2/0.135.3?slim=true) | --- ### Release Notes <details> <summary>fastapi/fastapi (fastapi)</summary> ### [`v0.135.3`](https://redirect.github.com/fastapi/fastapi/releases/tag/0.135.3) [Compare Source](https://redirect.github.com/fastapi/fastapi/compare/0.135.2...0.135.3) ##### Features - ✨ Add support for `@app.vibe()`. PR [#&#8203;15280](https://redirect.github.com/fastapi/fastapi/pull/15280) by [@&#8203;tiangolo](https://redirect.github.com/tiangolo). - New docs: [Vibe Coding](https://fastapi.tiangolo.com/advanced/vibe/). ##### Docs - ✏️ Fix typo for `client_secret` in OAuth2 form docstrings. PR [#&#8203;14946](https://redirect.github.com/fastapi/fastapi/pull/14946) by [@&#8203;bysiber](https://redirect.github.com/bysiber). ##### Internal - 👥 Update FastAPI People - Experts. PR [#&#8203;15279](https://redirect.github.com/fastapi/fastapi/pull/15279) by [@&#8203;tiangolo](https://redirect.github.com/tiangolo). - ⬆ Bump orjson from 3.11.7 to 3.11.8. PR [#&#8203;15276](https://redirect.github.com/fastapi/fastapi/pull/15276) by [@&#8203;dependabot\[bot\]](https://redirect.github.com/apps/dependabot). - ⬆ Bump ruff from 0.15.0 to 0.15.8. PR [#&#8203;15277](https://redirect.github.com/fastapi/fastapi/pull/15277) by [@&#8203;dependabot\[bot\]](https://redirect.github.com/apps/dependabot). - 👥 Update FastAPI GitHub topic repositories. PR [#&#8203;15274](https://redirect.github.com/fastapi/fastapi/pull/15274) by [@&#8203;tiangolo](https://redirect.github.com/tiangolo). - ⬆ Bump fastmcp from 2.14.5 to 3.2.0. PR [#&#8203;15267](https://redirect.github.com/fastapi/fastapi/pull/15267) by [@&#8203;dependabot\[bot\]](https://redirect.github.com/apps/dependabot). - 👥 Update FastAPI People - Contributors and Translators. PR [#&#8203;15270](https://redirect.github.com/fastapi/fastapi/pull/15270) by [@&#8203;tiangolo](https://redirect.github.com/tiangolo). - ⬆ Bump requests from 2.32.5 to 2.33.0. PR [#&#8203;15228](https://redirect.github.com/fastapi/fastapi/pull/15228) by [@&#8203;dependabot\[bot\]](https://redirect.github.com/apps/dependabot). - 👷 Add ty check to `lint.sh`. PR [#&#8203;15136](https://redirect.github.com/fastapi/fastapi/pull/15136) by [@&#8203;svlandeg](https://redirect.github.com/svlandeg). </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:eyJjcmVhdGVkSW5WZXIiOiI0My4xMDIuNyIsInVwZGF0ZWRJblZlciI6IjQzLjEwMi43IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 884164b commit 11c0786

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.135.2",
8+
"fastapi[standard-no-fastapi-cloud-cli]==0.135.3",
99
"pillow==12.2.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)