-
Notifications
You must be signed in to change notification settings - Fork 66
Description
The latest release as well as master branch of sawyer do not allow Faraday 2.x.
Line 20 in 7d57eda
spec.add_dependency 'faraday', "~> 1.0" |
Faraday 2.0 was released on January 04 2022, and is already up to 2.2.0.
Sawyer is deep in my dependency tree -- like 5 or 6 levels down, dependency of a dependency of a etc. And is preventing my app from upgrading to faraday 2.0.
Is there any chance of a sawyer release that allows both faraday 1.x and 2.x? Any backwards breaking changes were relatively minor, it should be possible to allow both 1.x and 2.x -- which I really recommend, updating to support only 2.x will actually be challenging since so many projects have so many indirect faraday dependencies, getting them all to agree is hard.
If there is a maintainer reading this, appreciate hearing from you! Thank you!