CargoSense / absinthe_client

A GraphQL client designed for Elixir Absinthe.
https://hexdocs.pm/absinthe_client
MIT License
74 stars 7 forks source link

tag update needed #15

Closed divijjain closed 4 months ago

divijjain commented 9 months ago

Because the lock depends on swoosh 1.14.2 which depends on req ~> 0.4 or ~> 1.0, the lock requires req ~> 0.4 or ~> 1.0. And because every version of absinthe_client depends on req ~> 0.3.0, the lock is incompatible with absinthe_client. And because your app depends on the lock, no version of absinthe_client is allowed. So, because your app depends on absinthe_client ~> 0.1.0, version solving failed.

Oliphaunte commented 9 months ago

https://github.com/CargoSense/absinthe_client/pull/14 addresses the issue, just need a new release for it.

In the meantime, you can set swoosh to ~> 1.14.0

Oliphaunte commented 9 months ago

@mcrumm Sorry to ping, would it be possible to get a new release for this with the latest updates?

mcrumm commented 4 months ago

v0.1.1 has been released :)