* Notebook conversion organizes module level imports at the top of the file * Allow for FastAPI metadata to be read from the config file * Add `__init__.py` to API module and add a default version for FastAPI.
0.4.6
* Add support for `response_schema` parameter in Pipeline API functions.
0.4.5
* fix bug to get `response_type` value before first call of it in template
0.4.4
* Implement generation of an app-level FastAPI module.
0.4.3
* Updates `mypy` type checking code to use `--implicit-optional`