0.0.11
Features
- ✨ Add support for passing apps as
fastapi run --entrypoint some.importable_module:app_name
. PR #199 by @patrick91.
If you have been using Uvicorn like:
$ uvicorn some.importable_module:app_name
Now you can use the same "entrypoint" syntax with fastapi
:
$ fastapi run -e some.importable_module:app_name
Or:
$ fastapi run --entrypoint some.importable_module:app_name
Internal
- ⬆ Bump actions/labeler from 5 to 6. PR #202 by @dependabot[bot].
- ⬆ Bump ruff from 0.12.11 to 0.12.12. PR #203 by @dependabot[bot].
- ⬆ [pre-commit.ci] pre-commit autoupdate. PR #198 by @pre-commit-ci[bot].
- ⬆ Bump pypa/gh-action-pypi-publish from 1.12.4 to 1.13.0. PR #200 by @dependabot[bot].
- 👷 Detect and label merge conflicts on PRs automatically. PR #204 by @svlandeg.