Skip to content

Commit 58a6757

Browse files
authored
Pin nebius<=0.2.72 (#3172)
1 parent 688e9c8 commit 58a6757

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,8 @@ oci = [
189189
"dstack[server]",
190190
]
191191
nebius = [
192-
"nebius>=0.2.40,<0.3; python_version >= '3.10'",
192+
# 0.2.73 breaks sdk backward compatibility: https://github.com/dstackai/dstack/issues/3171
193+
"nebius>=0.2.40,<=0.2.72; python_version >= '3.10'",
193194
"dstack[server]",
194195
]
195196
all = [

0 commit comments

Comments
 (0)