Fixed - pydantic less than 2 - deprecations for use of `datetime.datetime.utcnow()`
Removed - support for python 3.7
0.1.0a7
Fixed - tests - docs
0.1.0a6
Added
- `RQScheduler` - Building block scheduler for the RQ (Redis Queue) task backend. - `RQRedisScheduler` - Complete scheduler with RQ task backend and redis entry storage. - `RQSQLScheduler` - Complete scheduler with RQ task backend and SQL DB entry storage.