Releases: GLEF1X/apscheduler-di
Releases Β· GLEF1X/apscheduler-di
0.1.0
- Drop python 3.6 support due to the changes in
rodi 2.0.0
- Minor changes in repository
0.0.6
Merge pull request #2 from GLEF1X/bugfix/multiple-jobstores
multiple jobstores lib error fix
0.0.5
- format code using
black
, isort
and pre-commit
tools
- add more specificity to error message of
UnableToResolveDependencyError
0.0.4
- Starting from 0.0.4 you can pass on additional kwargs to the job just like above:
async def your_task(repository: Repository, user_id: int):
...
scheduler.add_job(your_task, ..., kwargs={"user_id": 435345})
0.0.1
add support for python3.5