sig/options.rbs in httpx-0.14.5 vs sig/options.rbs in httpx-0.15.0

- old
+ new

@@ -3,10 +3,10 @@ # include _ToHash WINDOW_SIZE: Integer MAX_BODY_THRESHOLD_SIZE: Integer - type timeout_type = :connect_timeout | :operation_timeout | :keep_alive_timeout | :total_timeout + type timeout_type = :connect_timeout | :settings_timeout | :operation_timeout | :keep_alive_timeout | :total_timeout type timeout = Hash[timeout_type, Numeric?] def self.new: (options) -> instance | () -> instance