Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): update dependency fastapi to v0.101.0 (#63)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [fastapi](https://togithub.com/tiangolo/fastapi) | `==0.100.1` -> `==0.101.0` | [![age](https://developer.mend.io/api/mc/badges/age/pypi/fastapi/0.101.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/fastapi/0.101.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/pypi/fastapi/0.100.1/0.101.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/fastapi/0.100.1/0.101.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>tiangolo/fastapi (fastapi)</summary> ### [`v0.101.0`](https://togithub.com/tiangolo/fastapi/releases/tag/0.101.0) [Compare Source](https://togithub.com/tiangolo/fastapi/compare/0.100.1...0.101.0) ##### Features - ✨ Enable Pydantic's serialization mode for responses, add support for Pydantic's `computed_field`, better OpenAPI for response models, proper required attributes, better generated clients. PR [#​10011](https://togithub.com/tiangolo/fastapi/pull/10011) by [@​tiangolo](https://togithub.com/tiangolo). ##### Refactors - ✅ Fix tests for compatibility with pydantic 2.1.1. PR [#​9943](https://togithub.com/tiangolo/fastapi/pull/9943) by [@​dmontagu](https://togithub.com/dmontagu). - ✅ Fix test error in Windows for `jsonable_encoder`. PR [#​9840](https://togithub.com/tiangolo/fastapi/pull/9840) by [@​iudeen](https://togithub.com/iudeen). ##### Upgrades - 📌 Do not allow Pydantic 2.1.0 that breaks (require 2.1.1). PR [#​10012](https://togithub.com/tiangolo/fastapi/pull/10012) by [@​tiangolo](https://togithub.com/tiangolo). ##### Translations - 🌐 Add Russian translation for `docs/ru/docs/tutorial/security/index.md`. PR [#​9963](https://togithub.com/tiangolo/fastapi/pull/9963) by [@​eVery1337](https://togithub.com/eVery1337). - 🌐 Remove Vietnamese note about missing translation. PR [#​9957](https://togithub.com/tiangolo/fastapi/pull/9957) by [@​tiangolo](https://togithub.com/tiangolo). ##### Internal - 👷 Add GitHub Actions step dump context to debug external failures. PR [#​10008](https://togithub.com/tiangolo/fastapi/pull/10008) by [@​tiangolo](https://togithub.com/tiangolo). - 🔧 Restore MkDocs Material pin after the fix. PR [#​10001](https://togithub.com/tiangolo/fastapi/pull/10001) by [@​tiangolo](https://togithub.com/tiangolo). - 🔧 Update the Question template to ask for the Pydantic version. PR [#​10000](https://togithub.com/tiangolo/fastapi/pull/10000) by [@​tiangolo](https://togithub.com/tiangolo). - 📍 Update MkDocs Material dependencies. PR [#​9986](https://togithub.com/tiangolo/fastapi/pull/9986) by [@​tiangolo](https://togithub.com/tiangolo). - 👥 Update FastAPI People. PR [#​9999](https://togithub.com/tiangolo/fastapi/pull/9999) by [@​tiangolo](https://togithub.com/tiangolo). - 🐳 Update Dockerfile with compatibility versions, to upgrade later. PR [#​9998](https://togithub.com/tiangolo/fastapi/pull/9998) by [@​tiangolo](https://togithub.com/tiangolo). - ➕ Add pydantic-settings to FastAPI People dependencies. PR [#​9988](https://togithub.com/tiangolo/fastapi/pull/9988) by [@​tiangolo](https://togithub.com/tiangolo). - ♻️ Update FastAPI People logic with new Pydantic. PR [#​9985](https://togithub.com/tiangolo/fastapi/pull/9985) by [@​tiangolo](https://togithub.com/tiangolo). - 🍱 Update sponsors, Fern badge. PR [#​9982](https://togithub.com/tiangolo/fastapi/pull/9982) by [@​tiangolo](https://togithub.com/tiangolo). - 👷 Deploy docs to Cloudflare Pages. PR [#​9978](https://togithub.com/tiangolo/fastapi/pull/9978) by [@​tiangolo](https://togithub.com/tiangolo). - 🔧 Update sponsor Fern. PR [#​9979](https://togithub.com/tiangolo/fastapi/pull/9979) by [@​tiangolo](https://togithub.com/tiangolo). - 👷 Update CI debug mode with Tmate. PR [#​9977](https://togithub.com/tiangolo/fastapi/pull/9977) by [@​tiangolo](https://togithub.com/tiangolo). </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, 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 has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/cloud-py-api/nc_py_api). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi4yNy4xIiwidXBkYXRlZEluVmVyIjoiMzYuMjcuMSIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==--> --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
- Loading branch information