4.45.10
(fix): Fix retry logic “off-by-two” error. The internal retries counter now starts at 0
instead of 2, and max_retries defaults to 2 when not specified. This ensures users
get the expected number of retries (2 by default, or the configured max_retries value).