Skip to content

Commit 12ec48b

Browse files
authored
fix(retries): update version in deprecated comments
2 parents 417aa7c + 72cef66 commit 12ec48b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

yandexcloud/_retry_interceptor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ class _RetryCall(Exception):
2020
pass
2121

2222

23-
@deprecated(version="0.334.0", reason="Instead of this class use retry_policy field when building the SDK")
23+
@deprecated(version="0.335.0", reason="Instead of this class use retry_policy field when building the SDK")
2424
class RetryInterceptor(grpc.UnaryUnaryClientInterceptor):
2525
"""RetryInterceptor implements grpc retries.
2626
It supports retries quantity, list of retriable codes, backoff function,

0 commit comments

Comments
 (0)