diff --git a/infrahub_sdk/transforms.py b/infrahub_sdk/transforms.py index b6457324..e9fc43c5 100644 --- a/infrahub_sdk/transforms.py +++ b/infrahub_sdk/transforms.py @@ -57,7 +57,7 @@ def client(self) -> InfrahubClient: async def init(cls, client: Optional[InfrahubClient] = None, *args: Any, **kwargs: Any) -> InfrahubTransform: """Async init method, If an existing InfrahubClient client hasn't been provided, one will be created automatically.""" warnings.warn( - f"{cls.__class__.__name__}.init has been deprecated and will be removed in Infrahub SDK 0.15.0 or the next major version", + f"{cls.__class__.__name__}.init has been deprecated and will be removed in the version after Infrahub SDK 1.0.0", DeprecationWarning, stacklevel=1, )