Releases: fastapi/fastapi-cli
Releases · fastapi/fastapi-cli
0.0.21
Internal
- 👷 Update build setup for
fastapi-cli-slim, deprecate it, and make it only depend onfastapi-cli. PR #300 by @tiangolo. - ⬆ Bump typer from 0.21.1 to 0.21.2. PR #298 by @dependabot[bot].
- ⬆ Bump fastapi-slim from 0.128.6 to 0.128.7. PR #297 by @dependabot[bot].
- ⬆ Bump rich-toolkit from 0.19.0 to 0.19.2. PR #296 by @dependabot[bot].
- ⬆ Bump rich-toolkit from 0.18.1 to 0.19.0. PR #293 by @dependabot[bot].
- ⬆ Bump fastapi-slim from 0.128.5 to 0.128.6. PR #294 by @dependabot[bot].
- ⬆ Bump fastapi-slim from 0.128.2 to 0.128.5. PR #292 by @dependabot[bot].
- ⬆ Bump prek from 0.3.1 to 0.3.2. PR #291 by @dependabot[bot].
- ⬆ Bump ruff from 0.14.14 to 0.15.0. PR #288 by @dependabot[bot].
- ⬆ Bump fastapi-slim from 0.128.1 to 0.128.2. PR #290 by @dependabot[bot].
- ⬆ Bump fastapi-slim from 0.128.0 to 0.128.1. PR #289 by @dependabot[bot].
- 👷 Run mypy by pre-commit. PR #287 by @YuriiMotov.
- ⬆ Bump rich-toolkit from 0.17.2 to 0.18.1. PR #286 by @dependabot[bot].
- ⬆ Bump prek from 0.3.0 to 0.3.1. PR #285 by @dependabot[bot].
- ⬆ Bump rich-toolkit from 0.17.1 to 0.17.2. PR #284 by @dependabot[bot].
- ⬆ Bump ruff from 0.14.13 to 0.14.14. PR #283 by @dependabot[bot].
- 🔧 Ensure that an edit to
uv.lockgets theinternallabel. PR #282 by @svlandeg. - ⬆ Bump prek from 0.2.30 to 0.3.0. PR #281 by @dependabot[bot].
- ⬆ Bump prek from 0.2.27 to 0.2.30. PR #280 by @dependabot[bot].
- ⬆ Bump fastapi-cloud-cli from 0.8.0 to 0.11.0. PR #278 by @dependabot[bot].
- ⬆ Bump ruff from 0.14.10 to 0.14.13. PR #279 by @dependabot[bot].
- ⬆️ Migrate to uv. PR #275 by @DoctorJohn.
- ⬆ Bump mypy from 1.14.1 to 1.19.1. PR #261 by @dependabot[bot].
- ⬆ Update pytest requirement from <9.0.0,>=4.4.0 to >=4.4.0,<10.0.0. PR #273 by @dependabot[bot].
- ⬆ Bump ruff from 0.14.6 to 0.14.10. PR #262 by @dependabot[bot].
- ⬆ Bump actions/checkout from 5 to 6. PR #271 by @dependabot[bot].
- ⬆ Bump actions/upload-artifact from 5 to 6. PR #259 by @dependabot[bot].
- ⬆ Bump actions/download-artifact from 6 to 7. PR #260 by @dependabot[bot].
- 👷 Add pre-commit workflow. PR #266 by @YuriiMotov.
0.0.20
0.0.19
0.0.18
Features
- ➕ Add
fastapi-newinnewoptional dependency group. PR #241 by @savannahostrowski.
Fixes
- 🐛 Fix log alignment when pressing Ctrl+C to stop server. PR #253 by @savannahostrowski.
0.0.17
Upgrades
- ➖ Drop support for Pydantic v1. PR #268 by @patrick91.
Internal
- 👷 Configure coverage, error on main tests, don't wait for Smokeshow. PR #265 by @YuriiMotov.
- 👷 Run Smokeshow always, even on test failures. PR #264 by @YuriiMotov.
- ⬆ [pre-commit.ci] pre-commit autoupdate. PR #247 by @pre-commit-ci[bot].
- ⬆ Bump ruff from 0.14.5 to 0.14.6. PR #245 by @dependabot[bot].
- ⬆ Bump actions/checkout from 5 to 6. PR #248 by @dependabot[bot].
- ⬆ Bump actions/checkout from 5 to 6. PR #244 by @dependabot[bot].
- 👷 Upgrade
latest-changesGitHub Action and pinactions/checkout@v5. PR #246 by @svlandeg. - ⬆ [pre-commit.ci] pre-commit autoupdate. PR #243 by @pre-commit-ci[bot].
- ⬆ Bump ruff from 0.14.4 to 0.14.5. PR #242 by @dependabot[bot].
- ✅ Expand test matrix to include Windows and MacOS. PR #230 by @svlandeg.
- ⬆ Bump ruff from 0.14.2 to 0.14.4. PR #239 by @dependabot[bot].
- ⬆ [pre-commit.ci] pre-commit autoupdate. PR #238 by @pre-commit-ci[bot].
0.0.16
0.0.15
Features
- ✨ Add support for reading configuration from
pyproject.toml. PR #236 by @patrick91.
You can use it in pyproject.toml like:
[tool.fastapi]
entrypoint = "some.importable_module:app_name"Internal
- ⬆ Bump actions/upload-artifact from 4 to 5. PR #232 by @dependabot[bot].
- ⬆ Bump ruff from 0.14.1 to 0.14.2. PR #231 by @dependabot[bot].
- ⬆ Bump actions/download-artifact from 5 to 6. PR #233 by @dependabot[bot].
- ⬆ [pre-commit.ci] pre-commit autoupdate. PR #235 by @pre-commit-ci[bot].
- 🔧 Add PEP-639 license metadata. PR #234 by @svlandeg.
- ⬆ Bump astral-sh/setup-uv from 6 to 7. PR #223 by @dependabot[bot].
- ⬆ Bump ruff from 0.13.0 to 0.14.1. PR #228 by @dependabot[bot].
- 🔧 Configure reminder for
waitinglabel inissue-manager. PR #227 by @YuriiMotov. - ⬆ [pre-commit.ci] pre-commit autoupdate. PR #215 by @pre-commit-ci[bot].
0.0.14
0.0.13
0.0.12
Features
Internal
- ⬆ Bump mypy from 1.14.0 to 1.14.1. PR #207 by @dependabot[bot].
- ⬆ Bump actions/setup-python from 5 to 6. PR #201 by @dependabot[bot].
- ⬆ Bump ruff from 0.12.12 to 0.13.0. PR #206 by @dependabot[bot].
- ⬆ [pre-commit.ci] pre-commit autoupdate. PR #208 by @pre-commit-ci[bot].
- ⬆ [pre-commit.ci] pre-commit autoupdate. PR #205 by @pre-commit-ci[bot].