diff --git a/sdk/python/feast/feature_view.py b/sdk/python/feast/feature_view.py index f1a59c0c91..4e85f36ecb 100644 --- a/sdk/python/feast/feature_view.py +++ b/sdk/python/feast/feature_view.py @@ -76,7 +76,7 @@ def __init__( warnings.warn( ( "The argument 'input' is being deprecated. Please use 'batch_source' " - "instead. Feast 0.11.3 and onwards will not support the argument 'input'." + "instead. Feast 0.12 and onwards will not support the argument 'input'." ), DeprecationWarning, )