sig/utils.rbs in httpx-0.20.5 vs sig/utils.rbs in httpx-0.21.0

- old
+ new

@@ -2,12 +2,12 @@ module Utils URIParser: URI::RFC2396_Parser def self?.parse_retry_after: (String) -> Numeric - def self?.now: () -> Numeric + def self?.now: () -> Float - def self?.elapsed_time: (Numeric monotonic_time) -> Numeric + def self?.elapsed_time: (Integer | Float monotonic_time) -> Float def self?.to_uri: (generic_uri uri) -> URI::Generic end end \ No newline at end of file