Skip to content

Commit 1b77dfe

Browse files
committed
simplify
1 parent d2c09e3 commit 1b77dfe

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ install-dev-dbt-%:
5757
fi; \
5858
if [ "$$version" = "1.5.0" ]; then \
5959
echo "Applying overrides for dbt 1.5.0"; \
60-
$(PIP) install 'databricks-sql-connector==4.1.3' 'databricks-sdk==0.9.0' 'dbt-databricks==1.5.6' 'numpy<2' --reinstall; \
60+
$(PIP) install 'dbt-databricks==1.5.6' 'numpy<2' --reinstall; \
6161
fi; \
6262
mv pyproject.toml.backup pyproject.toml; \
6363
echo "Restored original pyproject.toml"

pyproject.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,6 @@ dev = [
5757
"beautifulsoup4",
5858
"clickhouse-connect",
5959
"cryptography<46.0.0",
60-
# `0.66.0` release contains a breaking change for dbt-databricks
61-
"databricks-sdk<0.66.0",
6260
"databricks-sql-connector",
6361
"dbt-bigquery",
6462
"dbt-core",

0 commit comments

Comments
 (0)