sig/plugins/compression.rbs in httpx-0.20.5 vs sig/plugins/compression.rbs in httpx-0.21.0

- old
+ new

@@ -11,10 +11,10 @@ end interface _Inflater def inflate: (string) -> String - def initialize: (Numeric bytesize) -> untyped + def initialize: (Integer | Float bytesize) -> untyped end def self.configure: (singleton(Session)) -> void interface _CompressionOptions