sig/connection.rbs in httpx-1.2.6 vs sig/connection.rbs in httpx-1.3.0

- old
+ new

@@ -91,12 +91,12 @@ def handle_socket_timeout: (Numeric interval) -> void private - def initialize: (http_uri uri, options) -> void + def initialize: (http_uri uri, Options options) -> void - def initialize_type: (http_uri uri, Options) -> io_type + def initialize_type: (http_uri uri, Options options) -> io_type def connect: () -> void def exhausted?: () -> boolish \ No newline at end of file