adjust deprecation version for `from_lmm`

(cherry picked from commit fd4845a5cf)
This commit is contained in:
jirka 2026-02-05 22:08:32 +09:00 committed by Jirka Borovec
parent 35cb41bd21
commit 23fca01cfc
1 changed files with 2 additions and 2 deletions

View File

@ -964,8 +964,8 @@ class Detections:
@classmethod
@deprecated(
target=None,
deprecated_in="0.27.0",
remove_in="0.31.0",
deprecated_in="0.26.0",
remove_in="0.30.0",
)
def from_lmm(
cls, lmm: LMM | str, result: str | dict[str, Any], **kwargs: Any