agronholm / apscheduler

Task scheduling library for Python
MIT License
6.11k stars 698 forks source link

Fix wrong attrs dependency #935

Closed b4stien closed 1 month ago

b4stien commented 1 month ago

apscheduler uses attrs.validators.min_len which has been added in attrs 22.1, see relevant code.

This PR fixes this mismatch.

coveralls commented 1 month ago

Coverage Status

coverage: 92.811%. remained the same when pulling 8776970761f49272d3a7cc737c22d0b5e5e26041 on b4stien:bg/fix-wrong-attrs-version into e13470b5b768017f4b71112e96a3fbd55263b468 on agronholm:master.

agronholm commented 1 month ago

Thanks!