File tree Expand file tree Collapse file tree
src/dstack/_internal/core/backends/digitalocean_base Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ dependencies = [
3232 " python-multipart>=0.0.16" ,
3333 " filelock" ,
3434 " psutil" ,
35- " gpuhunt==0.1.7 " ,
35+ " gpuhunt==0.1.8 " ,
3636 " argcomplete>=3.5.0" ,
3737 " ignore-python>=0.2.0" ,
3838 " orjson" ,
Original file line number Diff line number Diff line change 1212from dstack ._internal .core .backends .base .offers import get_catalog_offers
1313from dstack ._internal .core .backends .digitalocean_base .api_client import DigitalOceanAPIClient
1414from dstack ._internal .core .backends .digitalocean_base .models import BaseDigitalOceanConfig
15+ from dstack ._internal .core .errors import BackendError
1516from dstack ._internal .core .models .backends .base import BackendType
1617from dstack ._internal .core .models .instances import (
1718 InstanceAvailability ,
You can’t perform that action at this time.
0 commit comments