We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a439ef6 commit 5ba605eCopy full SHA for 5ba605e
1 file changed
Makefile
@@ -49,7 +49,7 @@ install-dev-dbt-%:
49
$(MAKE) install-dev; \
50
if [ "$$version" = "1.6.0" ]; then \
51
echo "Applying overrides for dbt 1.6.0"; \
52
- $(PIP) install 'pydantic>=2.0.0' 'google-cloud-bigquery==3.30.0' 'databricks-sdk==0.28.0' --reinstall; \
+ $(PIP) install 'pydantic>=2.0.0' 'google-cloud-bigquery==3.30.0' 'databricks-sdk==0.28.0' 'pyOpenSSL>=25.3.0' --reinstall; \
53
fi; \
54
if [ "$$version" = "1.7.0" ]; then \
55
echo "Applying overrides for dbt 1.7.0"; \
0 commit comments