Bump fastapi from 0.110.0 to 0.111.0
Bumps fastapi from 0.110.0 to 0.111.0.
Release notes
Sourced from fastapi's releases.
0.111.0
Features
- ✨ Add FastAPI CLI, the new
fastapicommand. PR #11522 by@tiangolo.
- New docs: FastAPI CLI.
Try it out with:
$ pip install --upgrade fastapi$ fastapi dev main.py
╭────────── FastAPI CLI - Development mode ───────────╮ │ │ │ Serving at: http://127.0.0.1:8000 │ │ │ │ API docs: http://127.0.0.1:8000/docs │ │ │ │ Running in development mode, for production use: │ │ │ │ fastapi run │ │ │ ╰─────────────────────────────────────────────────────╯
INFO: Will watch for changes in these directories: ['/home/user/code/awesomeapp'] INFO: Uvicorn running on http://127.0.0.1:8000 (Press CTRL+C to quit) INFO: Started reloader process [2248755] using WatchFiles INFO: Started server process [2248757] INFO: Waiting for application startup. INFO: Application startup complete.
Refactors
- 🔧 Add configs and setup for
fastapi-slimincluding optional extrasfastapi-slim[standard], andfastapiincluding by default the samestandardextras. PR #11503 by@tiangolo.0.110.3
Latest Changes
Docs
- 📝 Update references to Python version, FastAPI supports all the current versions, no need to make the version explicit. PR #11496 by
@tiangolo.- ✏️ Fix typo in
fastapi/security/api_key.py. PR #11481 by@ch33zer.- ✏️ Fix typo in
security/http.py. PR #11455 by@omarmoo5.Translations
... (truncated)
Commits
1c3e691📝 Update release notesab8f557📝 Update release notes67da3bb🔖 Release version 0.111.09ed94e4📝 Update release notesd71be59✨ Add FastAPI CLI, the newfastapicommand (#11522)a94ef33📝 Update release notesea1f219🔧 Add configs and setup forfastapi-slimincluding optional extras `fastapi...32be95d🔖 Release version 0.110.392b67b1📝 Update release notese0a9692📝 Update release notes- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually 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)