Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Soften ecto dependency version #1

Closed

Conversation

yogodoshi
Copy link

Disclaimer
I'm really new to the Elixir world and I also didn't find a "how to contribute" guide so please let me know if I did something wrong or need to change anything.

Context
I was using cloak_ecto in my project but when I went to add Oban I got a dependency conflict. The easiest way to solve it seemed to be updating (or softening) the dependency requirement for ecto in your package so here I am 😄

What I did
I simply updated ecto to the newest version (had to update telemetry as well), ran the specs, and they all passed ✅

Also checked and Ecto 3.1 changelog doesn't show any dangerous change.

@ryanpager
Copy link

@danielberkompas Would it be possible to get this merged in or resolved. I cannot even use the package with a new elixir project right now.

@halostatue
Copy link

@danielberkompas It would be nice, especially as v1.0 was just released, if this were incorporated. We have already adopted Ecto 3.1, and I’m having to maintain a separate fork of cloak_ecto for the moment because this would force a rollback.

@danielberkompas
Copy link
Owner

@halostatue @ryanpager @yogodoshi I just released cloak_ecto 1.0.1 with this fix. Thanks for your patience on this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants