From 3ede6a3438d1efa075dd84b1a245520c6b5e4de0 Mon Sep 17 00:00:00 2001 From: Victor Skvortsov Date: Thu, 9 Oct 2025 15:15:16 +0500 Subject: [PATCH] Pin nebius<=0.2.72 --- pyproject.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 23340efb19..3e9292d31d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -189,7 +189,8 @@ oci = [ "dstack[server]", ] nebius = [ - "nebius>=0.2.40,<0.3; python_version >= '3.10'", + # 0.2.73 breaks sdk backward compatibility: https://github.com/dstackai/dstack/issues/3171 + "nebius>=0.2.40,<=0.2.72; python_version >= '3.10'", "dstack[server]", ] all = [