launchpad, npm: Port code to updated swh-scheduler API

The oldest part of the scheduler API was updated to use model classes
(based on attr package) instead of dictionaries in order to improve
typing.
This commit is contained in:
Antoine Lambert 2024-05-03 13:52:02 +02:00
parent e51b808d72
commit aaae1a6b0b
4 changed files with 18 additions and 13 deletions

View file

@ -1,2 +1,4 @@
swh.core[db] >= 2.22.0
swh.scheduler >= 1.12.0
swh.scheduler >= 2.3.0