parroty / exvcr

HTTP request/response recording library for elixir, inspired by VCR.
MIT License
714 stars 133 forks source link

Support for Finch 0.9.x? #181

Closed thbar closed 2 years ago

thbar commented 2 years ago

exvcr has the following version constraint on Finch:

https://github.com/parroty/exvcr/blob/ae8e8f72be8c11a1639c53ffbb22421820a5c6d5/mix.exs#L34

Finch 0.9.0 has been released on 2021-10-17.

Is it possible to relax the version constraint here?

(happy to provide a quick PR, but I'm not sure of the implications ; Finch 0.9 brings unix sockets support ; full changelog at https://diff.hex.pm/diff/finch/0.9.1..0.8.0)

thbar commented 2 years ago

Fixed in #182.