0.13.0: Remove pendulum dependency
Migrations
None
Breaking changes
- Very slight possible breaking change: the code parsing dates when calling
procrastinate defer --at=<date>
has changed. If you were using ISO8601 strings, nothing changed. If you were using more exotic formats, we think that nothing changed, but we don't have a definitive proof of that, so here's a warning. See https://procrastinate.readthedocs.io/en/stable/howto/schedule.html?highlight=pendulum#from-the-code (#279)
Miscellaneous
- Use python-dateutil to parse date (#279)