File tree Expand file tree Collapse file tree 3 files changed +2
-90
lines changed
Expand file tree Collapse file tree 3 files changed +2
-90
lines changed Original file line number Diff line number Diff line change @@ -134,7 +134,7 @@ server = [
134134 " alembic>=1.10.2" ,
135135 " aiosqlite" ,
136136 " docker>=6.0.0" ,
137- " python-dxf== 12.1.0 " ,
137+ " python-dxf>= 12.1.1 " ,
138138 " sentry-sdk[fastapi]>=2.27.0" ,
139139 " alembic-postgresql-enum" ,
140140 " asyncpg" ,
Original file line number Diff line number Diff line change 1515 RegistryAuth ,
1616)
1717from dstack ._internal .server .utils .common import join_byte_stream_checked
18- from dstack ._internal .utils .dxf import PatchedDXF
1918
2019DEFAULT_PLATFORM = "linux/amd64"
2120DEFAULT_REGISTRY = "index.docker.io"
@@ -75,7 +74,7 @@ class ImageManifest(CoreModel):
7574def get_image_config (image_name : str , registry_auth : Optional [RegistryAuth ]) -> ImageConfigObject :
7675 image = parse_image_name (image_name )
7776
78- registry_client = PatchedDXF (
77+ registry_client = DXF (
7978 host = image .registry or DEFAULT_REGISTRY ,
8079 repo = image .repo ,
8180 auth = DXFAuthAdapter (registry_auth ), # type: ignore[assignment]
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments