-
Notifications
You must be signed in to change notification settings - Fork 163
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
[CT-1363] [Bug] 1.3.0 has inconsistent dependencies #354
Comments
We've seen issues in the past where We don't do any testing against |
Related but not exactly this issue, @jtcohen6, is it wise to pin |
We are having issues with dependancies as well, in our case using On top of that I agree with the remark just above me: the required versions of dependancies are way to specific. This makes it near impossible to install dbt side by side with other packages. The versions could be relaxed to compatible minor versions with some boundaries rather than desiring an exact patch release. I don't agree with the response from the authors here: your desired set of dependancies is inherently broken, you don't actually know what is installed using a |
We've experienced breaking changes due to Jinja2 patch releases in the past (dbt-labs/dbt-core#2318 (comment)). Jinja is essential to a lot of user-space code, which is why we pin it so aggressively. We regularly test to ensure that At the same time, I hear the concerns, and I want to see us moving toward the future I described in dbt-labs/dbt-core#4748 (comment):
The work ahead of us is:
|
See also #361 where I can't install dbt-bigquery with |
Is this a new bug in dbt-bigquery?
Current Behavior
requirements.in
pip-compile requirements.in
results in:The issue appears to be this line:
Expected Behavior
A consistent set of dependencies can be found
Steps To Reproduce
See current behaviour.
Relevant log output
No response
Environment
Additional Context
No response
The text was updated successfully, but these errors were encountered: