chore(deps): update dependency fastapi-cli to v0.0.23#1
Open
renovate[bot] wants to merge 1 commit intomainfrom
Open
chore(deps): update dependency fastapi-cli to v0.0.23#1renovate[bot] wants to merge 1 commit intomainfrom
renovate[bot] wants to merge 1 commit intomainfrom
Conversation
00fae5e to
876aa44
Compare
876aa44 to
ff7ab33
Compare
ff7ab33 to
673baeb
Compare
673baeb to
eb04b0e
Compare
eb04b0e to
6d11183
Compare
1645142 to
4b47d82
Compare
4b47d82 to
75f1cb7
Compare
75f1cb7 to
41c9e2f
Compare
41c9e2f to
19fdec5
Compare
19fdec5 to
64b42ab
Compare
64b42ab to
60a512e
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.23Release Notes
fastapi/fastapi-cli (fastapi-cli)
v0.0.23Compare Source
Breaking Changes
Refactors
v0.0.22Compare Source
Internal
fastapi-slimwithfastapi. PR #301 by @musicinmybrain.v0.0.21Compare Source
Internal
fastapi-cli-slim, deprecate it, and make it only depend onfastapi-cli. PR #300 by @tiangolo.uv.lockgets theinternallabel. PR #282 by @svlandeg.v0.0.20Compare Source
Features
v0.0.19Compare Source
Breaking Changes
v0.0.18Compare Source
Features
fastapi-newinnewoptional dependency group. PR #241 by @savannahostrowski.Fixes
v0.0.17Compare Source
Upgrades
Internal
latest-changesGitHub Action and pinactions/checkout@v5. PR #246 by @svlandeg.v0.0.16Compare Source
Fixes
v0.0.15Compare Source
Features
pyproject.toml. PR #236 by @patrick91.You can use it in
pyproject.tomllike:Internal
waitinglabel inissue-manager. PR #227 by @YuriiMotov.v0.0.14Compare Source
Upgrades
Internal
v0.0.13Compare Source
Features
-hfor help. PR #191 by @patrick91.v0.0.12Compare Source
Features
Internal
v0.0.11Compare Source
Features
fastapi run --entrypoint some.importable_module:app_name. PR #199 by @patrick91.If you have been using Uvicorn like:
$ uvicorn some.importable_module:app_nameNow you can use the same "entrypoint" syntax with
fastapi:$ fastapi run -e some.importable_module:app_nameOr:
$ fastapi run --entrypoint some.importable_module:app_nameInternal
v0.0.10Compare Source
Features
--forwarded-allow-ips. PR #113 by @Riuzaky77.Internal
v0.0.9Compare Source
Fixes
fastapi, let it be provided by thefastapipackage. PR #197 by @tiangolo.v0.0.8Compare Source
Features
fastapi-cloud-cli. PR #181 by @tiangolo.This will allow you to deploy to FastAPI Cloud with the
fastapi deploycommand.Installing
fastapi-cli[standard]now includesfastapi-cloud-cli.If you want to install
fastapi-cliwithoutfastapi-cloud-cli, you can install insteadfastapi-cli[standard-no-fastapi-cloud-cli].You will normally not install
fastapi-clidirectly, but rather install FastAPI withfastapi[standard], which will includefastapi-cli[standard].If you want to install
fastapiwith the standard dependencies except forfastapi-cloud-cli, you can install insteadfastapi[standard-no-fastapi-cloud-cli].Internal
v0.0.7Compare Source
Fixes
Internal
v0.0.6Compare Source
Features
fastapi devandfastapi 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-filestoTruewhen using theupload-artifactGH action. PR #84 by @svlandeg.latest-changesGitHub Action. PR #79 by @tiangolo.pyproject.toml, show up in PyPI. PR #72 by @tiangolo.v0.0.5Compare Source
Breaking Changes
fastapi-cli[standard]including Uvicorn, makefastapi-cliandfastapi-cli-slimhave 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-cliwould include Uvicorn andfastapi-cli-slimwould not include Uvicorn.In a future version,
fastapi-cliwill 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 thestandardoptional dependencies (unless you want to exclude one of those):pip install "fastapi[standard]".In a future version,
fastapi-cliwill 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.