Update dependency fastapi to v0.112.0 #65

Merged
profitroll merged 1 commits from renovate/fastapi-0.x into dev 2024-08-03 00:58:26 +03:00
Collaborator

This PR contains the following updates:

Package Update Change
fastapi minor ==0.111.1 -> ==0.112.0

Release Notes

fastapi/fastapi (fastapi)

v0.112.0

Compare Source

Breaking Changes
  • ♻️ Add support for pip install "fastapi[standard]" with standard dependencies and python -m fastapi. PR #​11935 by @​tiangolo.
Summary

Install with:

pip install "fastapi[standard]"
Other Changes
  • This adds support for calling the CLI as:
python -m python
  • And it upgrades fastapi-cli[standard] >=0.0.5.
Technical Details

Before this, fastapi would include the standard dependencies, with Uvicorn and the fastapi-cli, etc.

And fastapi-slim would not include those standard dependencies.

Now fastapi doesn't include those standard dependencies unless you install with pip install "fastapi[standard]".

Before, you would install pip install fastapi, now you should include the standard optional dependencies (unless you want to exclude one of those): pip install "fastapi[standard]".

This change is because having the standard optional dependencies installed by default was being inconvenient to several users, and having to install instead fastapi-slim was not being a feasible solution.

Discussed here: #​11522 and here: #​11525

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) | minor | `==0.111.1` -> `==0.112.0` | --- ### Release Notes <details> <summary>fastapi/fastapi (fastapi)</summary> ### [`v0.112.0`](https://github.com/fastapi/fastapi/releases/tag/0.112.0) [Compare Source](https://github.com/fastapi/fastapi/compare/0.111.1...0.112.0) ##### Breaking Changes - ♻️ Add support for `pip install "fastapi[standard]"` with standard dependencies and `python -m fastapi`. PR [#&#8203;11935](https://github.com/fastapi/fastapi/pull/11935) by [@&#8203;tiangolo](https://github.com/tiangolo). ##### Summary Install with: ```bash pip install "fastapi[standard]" ``` ##### Other Changes - This adds support for calling the CLI as: ```bash python -m python ``` - And it upgrades `fastapi-cli[standard] >=0.0.5`. ##### Technical Details Before this, `fastapi` would include the standard dependencies, with Uvicorn and the `fastapi-cli`, etc. And `fastapi-slim` would not include those standard dependencies. Now `fastapi` doesn't include those standard dependencies unless you install with `pip install "fastapi[standard]"`. Before, you would install `pip install fastapi`, now you should include the `standard` optional dependencies (unless you want to exclude one of those): `pip install "fastapi[standard]"`. This change is because having the standard optional dependencies installed by default was being inconvenient to several users, and having to install instead `fastapi-slim` was not being a feasible solution. Discussed here: [#&#8203;11522](https://github.com/fastapi/fastapi/pull/11522) and here: [#&#8203;11525](https://github.com/fastapi/fastapi/discussions/11525) ##### Docs - ✏️ Fix typos in docs. PR [#&#8203;11926](https://github.com/fastapi/fastapi/pull/11926) by [@&#8203;jianghuyiyuan](https://github.com/jianghuyiyuan). - 📝 Tweak management docs. PR [#&#8203;11918](https://github.com/fastapi/fastapi/pull/11918) by [@&#8203;tiangolo](https://github.com/tiangolo). - 🚚 Rename GitHub links from tiangolo/fastapi to fastapi/fastapi. PR [#&#8203;11913](https://github.com/fastapi/fastapi/pull/11913) by [@&#8203;tiangolo](https://github.com/tiangolo). - 📝 Add docs about FastAPI team and project management. PR [#&#8203;11908](https://github.com/tiangolo/fastapi/pull/11908) by [@&#8203;tiangolo](https://github.com/tiangolo). - 📝 Re-structure docs main menu. PR [#&#8203;11904](https://github.com/tiangolo/fastapi/pull/11904) by [@&#8203;tiangolo](https://github.com/tiangolo). - 📝 Update Speakeasy URL. PR [#&#8203;11871](https://github.com/tiangolo/fastapi/pull/11871) by [@&#8203;ndimares](https://github.com/ndimares). ##### Translations - 🌐 Update Portuguese translation for `docs/pt/docs/alternatives.md`. PR [#&#8203;11931](https://github.com/fastapi/fastapi/pull/11931) by [@&#8203;ceb10n](https://github.com/ceb10n). - 🌐 Add Russian translation for `docs/ru/docs/tutorial/dependencies/sub-dependencies.md`. PR [#&#8203;10515](https://github.com/tiangolo/fastapi/pull/10515) by [@&#8203;AlertRED](https://github.com/AlertRED). - 🌐 Add Portuguese translation for `docs/pt/docs/advanced/response-change-status-code.md`. PR [#&#8203;11863](https://github.com/tiangolo/fastapi/pull/11863) by [@&#8203;ceb10n](https://github.com/ceb10n). - 🌐 Add Portuguese translation for `docs/pt/docs/reference/background.md`. PR [#&#8203;11849](https://github.com/tiangolo/fastapi/pull/11849) by [@&#8203;lucasbalieiro](https://github.com/lucasbalieiro). - 🌐 Add Portuguese translation for `docs/pt/docs/tutorial/dependencies/dependencies-with-yield.md`. PR [#&#8203;11848](https://github.com/tiangolo/fastapi/pull/11848) by [@&#8203;Joao-Pedro-P-Holanda](https://github.com/Joao-Pedro-P-Holanda). - 🌐 Add Portuguese translation for `docs/pt/docs/reference/apirouter.md`. PR [#&#8203;11843](https://github.com/tiangolo/fastapi/pull/11843) by [@&#8203;lucasbalieiro](https://github.com/lucasbalieiro). ##### Internal - 🔧 Update sponsors: add liblab. PR [#&#8203;11934](https://github.com/fastapi/fastapi/pull/11934) by [@&#8203;tiangolo](https://github.com/tiangolo). - 👷 Update GitHub Action label-approved permissions. PR [#&#8203;11933](https://github.com/fastapi/fastapi/pull/11933) by [@&#8203;tiangolo](https://github.com/tiangolo). - 👷 Refactor GitHub Action to comment docs deployment URLs and update token. PR [#&#8203;11925](https://github.com/fastapi/fastapi/pull/11925) by [@&#8203;tiangolo](https://github.com/tiangolo). - 👷 Update tokens for GitHub Actions. PR [#&#8203;11924](https://github.com/fastapi/fastapi/pull/11924) by [@&#8203;tiangolo](https://github.com/tiangolo). - 👷 Update token permissions to comment deployment URL in docs. PR [#&#8203;11917](https://github.com/fastapi/fastapi/pull/11917) by [@&#8203;tiangolo](https://github.com/tiangolo). - 👷 Update token permissions for GitHub Actions. PR [#&#8203;11915](https://github.com/fastapi/fastapi/pull/11915) by [@&#8203;tiangolo](https://github.com/tiangolo). - 👷 Update GitHub Actions token usage. PR [#&#8203;11914](https://github.com/fastapi/fastapi/pull/11914) by [@&#8203;tiangolo](https://github.com/tiangolo). - 👷 Update GitHub Action to notify translations with label `approved-1`. PR [#&#8203;11907](https://github.com/tiangolo/fastapi/pull/11907) by [@&#8203;tiangolo](https://github.com/tiangolo). - 🔧 Update sponsors, remove Reflex. PR [#&#8203;11875](https://github.com/tiangolo/fastapi/pull/11875) by [@&#8203;tiangolo](https://github.com/tiangolo). - 🔧 Update sponsors: remove TalkPython. PR [#&#8203;11861](https://github.com/tiangolo/fastapi/pull/11861) by [@&#8203;tiangolo](https://github.com/tiangolo). - 🔨 Update docs Termynal scripts to not include line nums for local dev. PR [#&#8203;11854](https://github.com/tiangolo/fastapi/pull/11854) by [@&#8203;tiangolo](https://github.com/tiangolo). </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 2024-08-02 09:58:32 +03:00
Renovate scheduled this pull request to auto merge when all checks succeed 2024-08-02 09:58:32 +03:00
profitroll merged commit 8ba45faf50 into dev 2024-08-03 00:58:26 +03:00
profitroll deleted branch renovate/fastapi-0.x 2024-08-03 00:58:26 +03:00
Sign in to join this conversation.
No reviewers
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: profitroll/PhotosAPI#65
No description provided.