diff --git a/yandexcloud/_retry_interceptor.py b/yandexcloud/_retry_interceptor.py index 27abdd20..3ffb77c9 100644 --- a/yandexcloud/_retry_interceptor.py +++ b/yandexcloud/_retry_interceptor.py @@ -20,7 +20,7 @@ class _RetryCall(Exception): pass -@deprecated(version="0.334.0", reason="Instead of this class use retry_policy field when building the SDK") +@deprecated(version="0.335.0", reason="Instead of this class use retry_policy field when building the SDK") class RetryInterceptor(grpc.UnaryUnaryClientInterceptor): """RetryInterceptor implements grpc retries. It supports retries quantity, list of retriable codes, backoff function,