DeanWay / fastapi-versioning

api versioning for fastapi web applications
MIT License
644 stars 63 forks source link

Added description field for documentation #6

Closed LIV2DRV closed 4 years ago

LIV2DRV commented 4 years ago

Passing app.description such that OpenAPI includes the description in the documentation

LIV2DRV commented 4 years ago

Seems the CI workflow is failing on importing the example module. Could you trigger it with master? I'm assuming my one-line change wouldn't be causing the import error.

tests/test_example.py:3: in from example.annotation.app import app as annotation_app E ModuleNotFoundError: No module named 'example'

DeanWay commented 4 years ago

Yeah, the problem is on the master build too (just triggered one manually to check). Something must have changed with travis-ci since the last time a build was run on this project. Looking into it

DeanWay commented 4 years ago

fixed 😄

DeanWay commented 4 years ago

released in version 0.5.0