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.
2 parents ed48858 + 21be6c4 commit 23ca672Copy full SHA for 23ca672
infrahub_sdk/transforms.py
@@ -57,7 +57,7 @@ def client(self) -> InfrahubClient:
57
async def init(cls, client: Optional[InfrahubClient] = None, *args: Any, **kwargs: Any) -> InfrahubTransform:
58
"""Async init method, If an existing InfrahubClient client hasn't been provided, one will be created automatically."""
59
warnings.warn(
60
- 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",
61
DeprecationWarning,
62
stacklevel=1,
63
)
0 commit comments