elixir-crawly / crawly

Crawly, a high-level web crawling & scraping framework for Elixir.
https://hexdocs.pm/crawly
Apache License 2.0
953 stars 112 forks source link

Upgrade to `httpoison` 2.x? #276

Closed samrat closed 3 months ago

samrat commented 8 months ago

Hello,

I'm using crawly in a project where I also depend on httpoison 2.0. Because crawly depends on httpoison 1.7, this creates a conflicting dependency.

Are there plans of upgrading httpoison to 2.0?

oltarasenko commented 8 months ago

Hey! Sorry for the late reply. I will try to find time for the update. The issue is that crawly also depends on gollum, that's a bit abandoned. But let me update those one by one

brandonparsons commented 4 months ago

Is there a branch for this I can use in the meantime?

oltarasenko commented 3 months ago

https://github.com/elixir-crawly/crawly/pull/293