Skip to content
This repository was archived by the owner on Sep 2, 2025. It is now read-only.

Commit f08d82c

Browse files
Bump deps on common, adapters, core (#1235)
Co-authored-by: Colin Rogers <[email protected]>
1 parent 93268ba commit f08d82c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@ def _dbt_bigquery_version() -> str:
5151
packages=find_namespace_packages(include=["dbt", "dbt.*"]),
5252
include_package_data=True,
5353
install_requires=[
54-
"dbt-common>=0.1.0a1,<2.0",
55-
"dbt-adapters>=0.1.0a1,<2.0",
54+
"dbt-common>=1.0.4,<2.0",
55+
"dbt-adapters>=1.1.1,<2.0",
5656
# 3.20 introduced pyarrow>=3.0 under the `pandas` extra
5757
"google-cloud-bigquery[pandas]>=3.0,<4.0",
5858
"google-cloud-storage~=2.4",
@@ -61,7 +61,7 @@ def _dbt_bigquery_version() -> str:
6161
# Expect compatibility with all new versions of these packages, so lower bounds only.
6262
"google-api-core>=2.11.0",
6363
# add dbt-core to ensure backwards compatibility of installation, this is not a functional dependency
64-
"dbt-core>=1.8.0a1",
64+
"dbt-core>=1.8.0",
6565
],
6666
zip_safe=False,
6767
classifiers=[

0 commit comments

Comments
 (0)