We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 417aa7c + 72cef66 commit 12ec48bCopy full SHA for 12ec48b
1 file changed
yandexcloud/_retry_interceptor.py
@@ -20,7 +20,7 @@ class _RetryCall(Exception):
20
pass
21
22
23
-@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")
24
class RetryInterceptor(grpc.UnaryUnaryClientInterceptor):
25
"""RetryInterceptor implements grpc retries.
26
It supports retries quantity, list of retriable codes, backoff function,
0 commit comments