File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed
Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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"]
120120redshift = [" redshift_connector" ]
121121slack = [" slack_sdk" ]
122122snowflake = [
123- " cryptography<46.0.0 " ,
123+ " cryptography" ,
124124 " snowflake-connector-python[pandas,secure-local-storage]" ,
125125 " snowflake-snowpark-python" ,
126126]
You can’t perform that action at this time.
0 commit comments