diff --git a/requirements-swh.txt b/requirements-swh.txt --- a/requirements-swh.txt +++ b/requirements-swh.txt @@ -1,2 +1,2 @@ -swh.core[db,http] >= 0.0.61 +swh.core[db,http] >= 0.0.65 swh.storage >= 0.0.129 diff --git a/swh/scheduler/api/client.py b/swh/scheduler/api/client.py --- a/swh/scheduler/api/client.py +++ b/swh/scheduler/api/client.py @@ -4,10 +4,10 @@ # See top-level LICENSE file for more information -from swh.core.api import SWHRemoteAPI +from swh.core.api import RPCClient -class RemoteScheduler(SWHRemoteAPI): +class RemoteScheduler(RPCClient): """Proxy to a remote scheduler API """