-
Notifications
You must be signed in to change notification settings - Fork 13
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
Loosen dependency restriction to accept jsonschema 4.0 or better still, remove the upper bound #52
Comments
This is causing serious problem in our poetry setup at the moment. What is the priority on this fix? |
This should be solved once dbt-labs/dbt-core#7221 is merged 🤞 |
@r-richmond Any updates on this? It looks like the PR you linked to was merged. |
I don't work for DBT but as I understand it the next release of 1.4 and 1.5 will have this fixed. Personally I forked the 1.3 branch and pulled in that commit and confirm it is working. |
ah sorry, my mistake. And thank you for the information! |
There is an upper dependency restriction of
jsonschema<4.0
.This makes it more difficult to install dbt into environments with other dependencies installed.
jsonschema
is a widely used dependency, with notable dependent projects such as jupyterlab and precommit.Please consider loosening, or removing the upper dependency restriction. This has been requested by others as well previously #43 (comment)
The text was updated successfully, but these errors were encountered: