Skip to content

Commit 306e1f1

Browse files
authored
Merge branch 'TobikoData:main' into selection-w-quotes
2 parents 1b0d59f + d8d653f commit 306e1f1

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

Makefile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,10 @@ install-dev-dbt-%:
5959
echo "Applying overrides for dbt 1.5.0"; \
6060
$(PIP) install 'dbt-databricks==1.5.6' 'numpy<2' --reinstall; \
6161
fi; \
62+
if [ "$$version" = "1.3.0" ]; then \
63+
echo "Applying overrides for dbt $$version - upgrading google-cloud-bigquery"; \
64+
$(PIP) install 'google-cloud-bigquery>=3.0.0' --upgrade; \
65+
fi; \
6266
mv pyproject.toml.backup pyproject.toml; \
6367
echo "Restored original pyproject.toml"
6468

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ dev = [
5656
"agate",
5757
"beautifulsoup4",
5858
"clickhouse-connect",
59-
"cryptography<46.0.0",
59+
"cryptography",
6060
"databricks-sql-connector",
6161
"dbt-bigquery",
6262
"dbt-core",
@@ -120,7 +120,7 @@ postgres = ["psycopg2"]
120120
redshift = ["redshift_connector"]
121121
slack = ["slack_sdk"]
122122
snowflake = [
123-
"cryptography<46.0.0",
123+
"cryptography",
124124
"snowflake-connector-python[pandas,secure-local-storage]",
125125
"snowflake-snowpark-python",
126126
]

0 commit comments

Comments
 (0)