From 72cef666bd6eb84fca84426edb274cf436885b52 Mon Sep 17 00:00:00 2001 From: nathanKith Date: Mon, 24 Feb 2025 15:29:38 +0300 Subject: [PATCH] fix(retries): update version in deprecated comments --- yandexcloud/_retry_interceptor.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,