chore(deps): update dependency fastapi-cli to v0.0.7 #1
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
==0.0.4
->==0.0.7
Release Notes
fastapi/fastapi-cli (fastapi-cli)
v0.0.7
Compare Source
Fixes
Internal
v0.0.6
Compare Source
Features
fastapi dev
andfastapi run
. PR #95 by @patrick91.Fixes
Internal
labeler.yml
. PR #101 by @tiangolo.labeler.yml
. PR #102 by @tiangolo.issue-manager.yml
. PR #88 by @tiangolo.include-hidden-files
toTrue
when using theupload-artifact
GH action. PR #84 by @svlandeg.latest-changes
GitHub Action. PR #79 by @tiangolo.pyproject.toml
, show up in PyPI. PR #72 by @tiangolo.v0.0.5
Compare Source
Breaking Changes
fastapi-cli[standard]
including Uvicorn, makefastapi-cli
andfastapi-cli-slim
have the same packages. PR #55 by @tiangolo.Summary
Install with:
pip install "fastapi[standard]"
Or if for some reason installing only the FastAPI CLI:
pip install "fastapi-cli[standard]"
Technical Details
Before this,
fastapi-cli
would include Uvicorn andfastapi-cli-slim
would not include Uvicorn.In a future version,
fastapi-cli
will not include Uvicorn unless it is installed withfastapi-cli[standard]
.FastAPI version 0.112.0 has a
fastapi[standard]
and that one includesfastapi-cli[standard]
.Before, you would install
pip install fastapi
, orpip install fastapi-cli
. Now you should include thestandard
optional dependencies (unless you want to exclude one of those):pip install "fastapi[standard]"
.In a future version,
fastapi-cli
will not include Uvicorn unless it is installed withfastapi-cli[standard]
.Refactors
src/fastapi_cli/discover.py
. PR #22 by @pedroimpulcetto.Docs
Internal
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.
This PR was generated by Mend Renovate. View the repository job log.