-
Notifications
You must be signed in to change notification settings - Fork 7
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 with recent dbt versions #63
Comments
@Terroface This should be sorted with the last PR. Could you validate your side? |
@Terroface I am facing similar situation with dbt-core=1.7.3 and droughty==0.10.8. dbt-core has dependency for protobuf > 4 and droughty uses protobuf < 4.0. @LewisCharlesBaker can we loosen up the dependency for droughty and see if we can fix this issue. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If you try to install these two package versions
then you get this error.
The text was updated successfully, but these errors were encountered: