ocean
ocean copied to clipboard
Bump fastapi from 0.111.1 to 0.112.0
Bumps fastapi from 0.111.1 to 0.112.0.
Release notes
Sourced from fastapi's releases.
0.112.0
Breaking Changes
- ♻️ Add support for
pip install "fastapi[standard]"with standard dependencies andpython -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,
fastapiwould include the standard dependencies, with Uvicorn and thefastapi-cli, etc.And
fastapi-slimwould not include those standard dependencies.Now
fastapidoesn't include those standard dependencies unless you install withpip install "fastapi[standard]".Before, you would install
pip install fastapi, now you should include thestandardoptional 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-slimwas not being a feasible solution.Discussed here: #11522 and here: #11525
Docs
- ✏️ Fix typos in docs. PR #11926 by
@jianghuyiyuan.- 📝 Tweak management docs. PR #11918 by
@tiangolo.- 🚚 Rename GitHub links from tiangolo/fastapi to fastapi/fastapi. PR #11913 by
@tiangolo.- 📝 Add docs about FastAPI team and project management. PR #11908 by
@tiangolo.- 📝 Re-structure docs main menu. PR #11904 by
@tiangolo.- 📝 Update Speakeasy URL. PR #11871 by
@ndimares.Translations
- 🌐 Update Portuguese translation for
docs/pt/docs/alternatives.md. PR #11931 by@ceb10n.- 🌐 Add Russian translation for
docs/ru/docs/tutorial/dependencies/sub-dependencies.md. PR #10515 by@AlertRED.
... (truncated)
Commits
b2e2338🔖 Release version 0.112.0003d454📝 Update release notes450bff6📝 Update release notesa25c92c♻️ Add support forpip install "fastapi[standard]"with standard dependenci...3990a0a📝 Update release notes1f7dcc5🌐 Update Portuguese translation fordocs/pt/docs/alternatives.md(#11931)12a4476📝 Update release notesefb4a07🔧 Update sponsors: add liblab (#11934)9d41d6e📝 Update release notes643a87c👷 Update GitHub Action label-approved permissions (#11933)- Additional commits viewable in compare view
You can trigger a rebase of this PR by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Note Automatic rebases have been disabled on this pull request as it has been open for over 30 days.
A newer version of fastapi exists, but since this PR has been edited by someone other than Dependabot I haven't updated it. You'll get a PR for the updated version as normal once this PR is merged.
OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.
If you change your mind, just re-open this PR and I'll resolve any conflicts on it.