-
Notifications
You must be signed in to change notification settings - Fork 66
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
Dependency conflict #73
Comments
Should be related to this PR here: |
Hmm, looks like it was merged 3 month ago, am I using the wrong version? |
https://github.com/thmsmlr/instructor_ex/releases/tag/v0.0.5 The latest version was before this PR. Since then, there hasn't been a release yet. To make it work, you can use the main branch for now. |
Oooh, I see, thanks |
Loved trying out Instructor in Livebook but facing a dependency conflict between Swoosh and Instructor over different versions of Req. Any guidance on how to resolve this would be greatly appreciated! Updating instructor (https://github.com/thbar/instructor_ex.git - main) |
@BhargavaSwamy try mix deps.unlock swoosh then mix deps.get |
@Azraiths - Tried your solution and Instructor is now working in my project. Thank you for helping out! |
It works with swoosh version 1.16, just unlock swoosh and then change the version to 1.16 if you use a higher version. |
@ospaarmann - Thank you ! |
I'm new to mix/elixir and when I was trying to add the dependency it failed with an error
Is it something I could solve on my end or the
req
version should be updated ininstructor
?The text was updated successfully, but these errors were encountered: