sig/plugins/multipart.rbs in httpx-0.14.5 vs sig/plugins/multipart.rbs in httpx-0.15.0
- old
+ new
@@ -21,10 +21,10 @@
def content_type: () -> String
private
- def initialize: (Hash[Symbol | string, multipart_nested_value] multipart_data) -> untyped
+ def initialize: (_Each[Symbol | string, multipart_nested_value] multipart_data) -> untyped
def header_part: (string key, String content_type, String? filename) -> StringIO
def read_chunks: (String buffer, Integer? length) -> void