- 💚 Set
include-hidden-files
toTrue
when using theupload-artifact
GH action. PR #84 by @svlandeg. - 👷 Update
latest-changes
GitHub Action. PR #79 by @tiangolo. - 🔧 Update coverage configs. PR #74 by @tiangolo.
- 🔧 Add URLs to
pyproject.toml
, show up in PyPI. PR #72 by @tiangolo. - 👷 Update GitHub Action labeler to only add one label. PR #70 by @tiangolo.
- 👷 Update GitHub Action labeler permissions and dependencies. PR #69 by @tiangolo.
- 👷 Add GitHub Action label-checker. PR #68 by @tiangolo.
- 👷 Add GitHub Action labeler. PR #67 by @tiangolo.
- 🔧 Update GitHub Action add-to-project. PR #66 by @tiangolo.
- 👷 Add GitHub Action add-to-project. PR #65 by @tiangolo.
- ♻️ Add
fastapi-cli[standard]
including Uvicorn, makefastapi-cli
andfastapi-cli-slim
have the same packages. PR #55 by @tiangolo. - ➕ Keep Uvicorn in default dependencies. PR #57 by @tiangolo.
Install with:
pip install "fastapi[standard]"
Or if for some reason installing only the FastAPI CLI:
pip install "fastapi-cli[standard]"
Before this, fastapi-cli
would include Uvicorn and fastapi-cli-slim
would not include Uvicorn.
In a future version, fastapi-cli
will not include Uvicorn unless it is installed with fastapi-cli[standard]
.
FastAPI version 0.112.0 has a fastapi[standard]
and that one includes fastapi-cli[standard]
.
Before, you would install pip install fastapi
, or pip install fastapi-cli
. Now you should include the standard
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 with fastapi-cli[standard]
.
- ♻️ Simplify code in
src/fastapi_cli/discover.py
. PR #22 by @pedroimpulcetto.
- ⬆ Bump ruff from 0.4.5 to 0.5.5. PR #52 by @dependabot[bot].
- 🔧 Remove Python 3.7 from PyPI classifiers. PR #48 by @patrick91.
- ⬆ [pre-commit.ci] pre-commit autoupdate. PR #28 by @pre-commit-ci[bot].
- ⬆ Bump mypy from 1.10.0 to 1.11.1. PR #53 by @dependabot[bot].
- ⬆ Bump pypa/gh-action-pypi-publish from 1.8.14 to 1.9.0. PR #34 by @dependabot[bot].
- 👷 Update issue-manager.yml GitHub Action permissions. PR #54 by @tiangolo.
- ⬆ Bump ruff from 0.4.4 to 0.4.5. PR #29 by @dependabot[bot].
- ⬆ Bump ruff from 0.4.3 to 0.4.4. PR #23 by @dependabot[bot].
- 👷 Enable CI tests for Python 3.12. PR #27 by @tiangolo.
- 👷 Update Upload/Download artifacts GitHub Actions. PR #26 by @tiangolo.
- 🔧 Make FastAPI and Uvicorn optional dependencies, to avoid circular dependencies. PR #25 by @tiangolo.
- ⬆ Bump actions/cache from 3 to 4. PR #5 by @dependabot[bot].
- ⬆ Bump pypa/gh-action-pypi-publish from 1.8.11 to 1.8.14. PR #2 by @dependabot[bot].
- ✨ Add optional
--workers
CLI option, and fix CI for test-redistribute. PR #12 by @PokkaKiyo.
- ⬆ Bump ruff from 0.2.0 to 0.4.3. PR #14 by @dependabot[bot].
- ⬆ Update pytest requirement from <8.0.0,>=4.4.0 to >=4.4.0,<9.0.0. PR #4 by @dependabot[bot].
- ⬆ Bump mypy from 1.4.1 to 1.10.0. PR #7 by @dependabot[bot].
First public working version. 🚀