Skip to content

Commit d80c9bb

Browse files
fix(deps): update dependency fastapi to v0.133.0 (#441)
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.2` → `==0.133.0` | ![age](https://developer.mend.io/api/mc/badges/age/pypi/fastapi/0.133.0?slim=true) | ![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/fastapi/0.133.0?slim=true) | ![passing](https://developer.mend.io/api/mc/badges/compatibility/pypi/fastapi/0.129.2/0.133.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/fastapi/0.129.2/0.133.0?slim=true) | --- ### Release Notes <details> <summary>fastapi/fastapi (fastapi)</summary> ### [`v0.133.0`](https://redirect.github.com/fastapi/fastapi/compare/0.132.1...0.133.0) [Compare Source](https://redirect.github.com/fastapi/fastapi/compare/0.132.1...0.133.0) ### [`v0.132.1`](https://redirect.github.com/fastapi/fastapi/releases/tag/0.132.1) [Compare Source](https://redirect.github.com/fastapi/fastapi/compare/0.132.0...0.132.1) ##### Refactors - ♻️ Refactor logic to handle OpenAPI and Swagger UI escaping data. PR [#&#8203;14986](https://redirect.github.com/fastapi/fastapi/pull/14986) by [@&#8203;tiangolo](https://redirect.github.com/tiangolo). ##### Internal - 👥 Update FastAPI People - Experts. PR [#&#8203;14972](https://redirect.github.com/fastapi/fastapi/pull/14972) by [@&#8203;tiangolo](https://redirect.github.com/tiangolo). - 👷 Allow skipping `benchmark` job in `test` workflow. PR [#&#8203;14974](https://redirect.github.com/fastapi/fastapi/pull/14974) by [@&#8203;YuriiMotov](https://redirect.github.com/YuriiMotov). ### [`v0.132.0`](https://redirect.github.com/fastapi/fastapi/releases/tag/0.132.0) [Compare Source](https://redirect.github.com/fastapi/fastapi/compare/0.131.0...0.132.0) ##### Breaking Changes - 🔒️ Add `strict_content_type` checking for JSON requests. PR [#&#8203;14978](https://redirect.github.com/fastapi/fastapi/pull/14978) by [@&#8203;tiangolo](https://redirect.github.com/tiangolo). - Now FastAPI checks, by default, that JSON requests have a `Content-Type` header with a valid JSON value, like `application/json`, and rejects requests that don't. - If the clients for your app don't send a valid `Content-Type` header you can disable this with `strict_content_type=False`. - Check the new docs: [Strict Content-Type Checking](https://fastapi.tiangolo.com/advanced/strict-content-type/). ##### Internal - ⬆ Bump flask from 3.1.2 to 3.1.3. PR [#&#8203;14949](https://redirect.github.com/fastapi/fastapi/pull/14949) by [@&#8203;dependabot\[bot\]](https://redirect.github.com/apps/dependabot). - ⬆ Update all dependencies to use `griffelib` instead of `griffe`. PR [#&#8203;14973](https://redirect.github.com/fastapi/fastapi/pull/14973) by [@&#8203;svlandeg](https://redirect.github.com/svlandeg). - 🔨 Fix `FastAPI People` workflow. PR [#&#8203;14951](https://redirect.github.com/fastapi/fastapi/pull/14951) by [@&#8203;YuriiMotov](https://redirect.github.com/YuriiMotov). - 👷 Do not run codspeed with coverage as it's not tracked. PR [#&#8203;14966](https://redirect.github.com/fastapi/fastapi/pull/14966) by [@&#8203;tiangolo](https://redirect.github.com/tiangolo). - 👷 Do not include benchmark tests in coverage to speed up coverage processing. PR [#&#8203;14965](https://redirect.github.com/fastapi/fastapi/pull/14965) by [@&#8203;tiangolo](https://redirect.github.com/tiangolo). ### [`v0.131.0`](https://redirect.github.com/fastapi/fastapi/releases/tag/0.131.0) [Compare Source](https://redirect.github.com/fastapi/fastapi/compare/0.130.0...0.131.0) ##### Breaking Changes - 🗑️ Deprecate `ORJSONResponse` and `UJSONResponse`. PR [#&#8203;14964](https://redirect.github.com/fastapi/fastapi/pull/14964) by [@&#8203;tiangolo](https://redirect.github.com/tiangolo). ### [`v0.130.0`](https://redirect.github.com/fastapi/fastapi/releases/tag/0.130.0) [Compare Source](https://redirect.github.com/fastapi/fastapi/compare/0.129.2...0.130.0) ##### Features - ✨ Serialize JSON response with Pydantic (in Rust), when there's a Pydantic return type or response model. PR [#&#8203;14962](https://redirect.github.com/fastapi/fastapi/pull/14962) by [@&#8203;tiangolo](https://redirect.github.com/tiangolo). - This results in 2x (or more) performance increase for JSON responses. - New docs: [Custom Response - JSON Performance](https://fastapi.tiangolo.com/advanced/custom-response/#json-performance). </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 5fcaa11 commit d80c9bb

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