Skip to content

Commit

Permalink
update dbt-common dependency to 1.10 and dbt-adapters to 1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
colin-rogers-dbt committed Sep 26, 2024
1 parent 9ed4c2e commit 3e5b07e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ def _dbt_bigquery_version() -> str:
packages=find_namespace_packages(include=["dbt", "dbt.*"]),
include_package_data=True,
install_requires=[
"dbt-common>=1.0.4,<2.0",
"dbt-adapters>=1.1.1,<2.0",
"dbt-common>=1.10,<2.0",
"dbt-adapters>=1.7,<2.0",
# 3.20 introduced pyarrow>=3.0 under the `pandas` extra
"google-cloud-bigquery[pandas]>=3.0,<4.0",
"google-cloud-storage~=2.4",
Expand Down

0 comments on commit 3e5b07e

Please sign in to comment.