sig/plugins/retries.rbs in httpx-1.2.4 vs sig/plugins/retries.rbs in httpx-1.2.6

- old
+ new

@@ -27,9 +27,11 @@ module InstanceMethods def max_retries: (int) -> instance private + def fetch_response: (retriesRequest request, Array[Connection] connections, retriesOptions options) -> (retriesResponse | ErrorResponse)? + def __repeatable_request?: (retriesRequest request, retriesOptions options) -> boolish def __retryable_error?: (_Exception error) -> bool def __try_partial_retry: (retriesRequest request, (retriesResponse | ErrorResponse) response) -> void