Skip to content

0.0.15

Choose a tag to compare

@tiangolo tiangolo released this 10 Nov 15:46
· 9 commits to main since this release

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