We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 688e9c8 commit 58a6757Copy full SHA for 58a6757
1 file changed
pyproject.toml
@@ -189,7 +189,8 @@ oci = [
189
"dstack[server]",
190
]
191
nebius = [
192
- "nebius>=0.2.40,<0.3; python_version >= '3.10'",
+ # 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'",
194
195
196
all = [
0 commit comments