Added
- support for `pytorch-lightning` 1.8.6
- Notify the user when ``max_depth`` is reached and provide the current training session stopping conditions. Resolves [7](https://github.com/speediedan/finetuning-scheduler/issues/7).
Changed
- set package version ceilings for the examples requirements along with a note regarding their introduction for stability
- promoted PL CLI references to top-level package
Fixed
- replaced deprecated ``Batch`` object reference with ``LazyDict``