Commit d80c9bb
authored
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` |

|

|

|

|
---
### 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
[#​14986](https://redirect.github.com/fastapi/fastapi/pull/14986)
by [@​tiangolo](https://redirect.github.com/tiangolo).
##### Internal
- 👥 Update FastAPI People - Experts. PR
[#​14972](https://redirect.github.com/fastapi/fastapi/pull/14972)
by [@​tiangolo](https://redirect.github.com/tiangolo).
- 👷 Allow skipping `benchmark` job in `test` workflow. PR
[#​14974](https://redirect.github.com/fastapi/fastapi/pull/14974)
by [@​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
[#​14978](https://redirect.github.com/fastapi/fastapi/pull/14978)
by [@​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
[#​14949](https://redirect.github.com/fastapi/fastapi/pull/14949)
by
[@​dependabot\[bot\]](https://redirect.github.com/apps/dependabot).
- ⬆ Update all dependencies to use `griffelib` instead of `griffe`. PR
[#​14973](https://redirect.github.com/fastapi/fastapi/pull/14973)
by [@​svlandeg](https://redirect.github.com/svlandeg).
- 🔨 Fix `FastAPI People` workflow. PR
[#​14951](https://redirect.github.com/fastapi/fastapi/pull/14951)
by [@​YuriiMotov](https://redirect.github.com/YuriiMotov).
- 👷 Do not run codspeed with coverage as it's not tracked. PR
[#​14966](https://redirect.github.com/fastapi/fastapi/pull/14966)
by [@​tiangolo](https://redirect.github.com/tiangolo).
- 👷 Do not include benchmark tests in coverage to speed up coverage
processing. PR
[#​14965](https://redirect.github.com/fastapi/fastapi/pull/14965)
by [@​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
[#​14964](https://redirect.github.com/fastapi/fastapi/pull/14964)
by [@​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
[#​14962](https://redirect.github.com/fastapi/fastapi/pull/14962)
by [@​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
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments