Skip to content

0.0.8

Choose a tag to compare

@tiangolo tiangolo released this 07 Jul 14:43
· 85 commits to main since this release

Features

  • βž• Add optional dependency on fastapi-cloud-cli. PR #181 by @tiangolo.

This will allow you to deploy to FastAPI Cloud with the fastapi deploy command.

Installing fastapi-cli[standard] now includes fastapi-cloud-cli.

If you want to install fastapi-cli without fastapi-cloud-cli, you can install instead fastapi-cli[standard-no-fastapi-cloud-cli].

You will normally not install fastapi-cli directly, but rather install FastAPI with fastapi[standard], which will include fastapi-cli[standard].

If you want to install fastapi with the standard dependencies except for fastapi-cloud-cli, you can install instead fastapi[standard-no-fastapi-cloud-cli].

Internal