Update dependency fastapi to v0.116.0 #101

Merged
profitroll merged 1 commits from renovate/fastapi-0.x into dev 2025-07-08 00:50:16 +03:00
Collaborator

This PR contains the following updates:

Package Update Change
fastapi (changelog) minor ==0.115.13 -> ==0.116.0

Release Notes

fastapi/fastapi (fastapi)

v0.116.0

Compare Source

Features

Installing fastapi[standard] now includes fastapi-cloud-cli.

This will allow you to deploy to FastAPI Cloud with the fastapi deploy command.

If you want to install fastapi with the standard dependencies but without fastapi-cloud-cli, you can install instead fastapi[standard-no-fastapi-cloud-cli].

Translations
Internal

v0.115.14

Compare Source

Fixes
Docs
Translations
Internal

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Update | Change | |---|---|---| | [fastapi](https://github.com/fastapi/fastapi) ([changelog](https://fastapi.tiangolo.com/release-notes/)) | minor | `==0.115.13` -> `==0.116.0` | --- ### Release Notes <details> <summary>fastapi/fastapi (fastapi)</summary> ### [`v0.116.0`](https://github.com/fastapi/fastapi/releases/tag/0.116.0) [Compare Source](https://github.com/fastapi/fastapi/compare/0.115.14...0.116.0) ##### Features - ✨ Add support for deploying to FastAPI Cloud with `fastapi deploy`. PR [#&#8203;13870](https://github.com/fastapi/fastapi/pull/13870) by [@&#8203;tiangolo](https://github.com/tiangolo). Installing `fastapi[standard]` now includes `fastapi-cloud-cli`. This will allow you to deploy to [FastAPI Cloud](https://fastapicloud.com) with the `fastapi deploy` command. If you want to install `fastapi` with the standard dependencies but without `fastapi-cloud-cli`, you can install instead `fastapi[standard-no-fastapi-cloud-cli]`. ##### Translations - 🌐 Add Russian translation for `docs/ru/docs/advanced/response-directly.md`. PR [#&#8203;13801](https://github.com/fastapi/fastapi/pull/13801) by [@&#8203;NavesSapnis](https://github.com/NavesSapnis). - 🌐 Add Russian translation for `docs/ru/docs/advanced/additional-status-codes.md`. PR [#&#8203;13799](https://github.com/fastapi/fastapi/pull/13799) by [@&#8203;NavesSapnis](https://github.com/NavesSapnis). - 🌐 Add Ukrainian translation for `docs/uk/docs/tutorial/body-updates.md`. PR [#&#8203;13804](https://github.com/fastapi/fastapi/pull/13804) by [@&#8203;valentinDruzhinin](https://github.com/valentinDruzhinin). ##### Internal - ⬆ Bump pillow from 11.1.0 to 11.3.0. PR [#&#8203;13852](https://github.com/fastapi/fastapi/pull/13852) by [@&#8203;dependabot\[bot\]](https://github.com/apps/dependabot). - 👥 Update FastAPI People - Sponsors. PR [#&#8203;13846](https://github.com/fastapi/fastapi/pull/13846) by [@&#8203;tiangolo](https://github.com/tiangolo). - 👥 Update FastAPI GitHub topic repositories. PR [#&#8203;13848](https://github.com/fastapi/fastapi/pull/13848) by [@&#8203;tiangolo](https://github.com/tiangolo). - ⬆ Bump mkdocs-material from 9.6.1 to 9.6.15. PR [#&#8203;13849](https://github.com/fastapi/fastapi/pull/13849) by [@&#8203;dependabot\[bot\]](https://github.com/apps/dependabot). - ⬆ \[pre-commit.ci] pre-commit autoupdate. PR [#&#8203;13843](https://github.com/fastapi/fastapi/pull/13843) by [@&#8203;pre-commit-ci\[bot\]](https://github.com/apps/pre-commit-ci). - 👥 Update FastAPI People - Contributors and Translators. PR [#&#8203;13845](https://github.com/fastapi/fastapi/pull/13845) by [@&#8203;tiangolo](https://github.com/tiangolo). ### [`v0.115.14`](https://github.com/fastapi/fastapi/releases/tag/0.115.14) [Compare Source](https://github.com/fastapi/fastapi/compare/0.115.13...0.115.14) ##### Fixes - 🐛 Fix support for unions when using `Form`. PR [#&#8203;13827](https://github.com/fastapi/fastapi/pull/13827) by [@&#8203;patrick91](https://github.com/patrick91). ##### Docs - ✏️ Fix grammar mistake in `docs/en/docs/advanced/response-directly.md`. PR [#&#8203;13800](https://github.com/fastapi/fastapi/pull/13800) by [@&#8203;NavesSapnis](https://github.com/NavesSapnis). - 📝 Update Speakeasy URL to Speakeasy Sandbox. PR [#&#8203;13697](https://github.com/fastapi/fastapi/pull/13697) by [@&#8203;ndimares](https://github.com/ndimares). ##### Translations - 🌐 Add Ukrainian translation for `docs/uk/docs/tutorial/response-model.md`. PR [#&#8203;13792](https://github.com/fastapi/fastapi/pull/13792) by [@&#8203;valentinDruzhinin](https://github.com/valentinDruzhinin). - 🌐 Add Ukrainian translation for `docs/uk/docs/tutorial/security/index.md`. PR [#&#8203;13805](https://github.com/fastapi/fastapi/pull/13805) by [@&#8203;valentinDruzhinin](https://github.com/valentinDruzhinin). - ✏️ Fix typo in `docs/ja/docs/tutorial/encoder.md`. PR [#&#8203;13815](https://github.com/fastapi/fastapi/pull/13815) by [@&#8203;ruzia](https://github.com/ruzia). - ✏️ Fix typo in `docs/ja/docs/tutorial/handling-errors.md`. PR [#&#8203;13814](https://github.com/fastapi/fastapi/pull/13814) by [@&#8203;ruzia](https://github.com/ruzia). - ✏️ Fix typo in `docs/ja/docs/tutorial/body-fields.md`. PR [#&#8203;13802](https://github.com/fastapi/fastapi/pull/13802) by [@&#8203;ruzia](https://github.com/ruzia). - 🌐 Add Russian translation for `docs/ru/docs/advanced/index.md`. PR [#&#8203;13797](https://github.com/fastapi/fastapi/pull/13797) by [@&#8203;NavesSapnis](https://github.com/NavesSapnis). ##### Internal - ⬆ \[pre-commit.ci] pre-commit autoupdate. PR [#&#8203;13823](https://github.com/fastapi/fastapi/pull/13823) by [@&#8203;pre-commit-ci\[bot\]](https://github.com/apps/pre-commit-ci). </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **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 [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi4zNS4wIiwidXBkYXRlZEluVmVyIjoiMzYuMzUuMCIsInRhcmdldEJyYW5jaCI6ImRldiJ9-->
Renovate added 1 commit 2025-06-26 19:09:31 +03:00
Renovate scheduled this pull request to auto merge when all checks succeed 2025-06-26 19:09:31 +03:00
Renovate force-pushed renovate/fastapi-0.x from 81a85f9919 to bacba25d9f 2025-07-07 18:28:41 +03:00 Compare
Renovate changed title from Update dependency fastapi to v0.115.14 to Update dependency fastapi to v0.116.0 2025-07-07 18:28:43 +03:00
profitroll merged commit 0dc0c8fc30 into dev 2025-07-08 00:50:16 +03:00
profitroll deleted branch renovate/fastapi-0.x 2025-07-08 00:50:16 +03:00
Sign in to join this conversation.
No description provided.