- Fixes UJSONResponse problem that comes from latest Starlette (since new FastAPI release depends on it)
- Dropped Python 3.6 support
- Added Python 3.9 support
- FastAPI is updated to the latest version in requirements
- Fixed serializer base class bug because of latest pydantic update (1.8)