Skip to content

Commit 8bb2d2d

Browse files
bump dbt-common pin to >=2.0,<3.0 (#1104)
1 parent 9013135 commit 8bb2d2d

File tree

14 files changed

+50
-8
lines changed

14 files changed

+50
-8
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
kind: Under the Hood
2+
body: bump dbt-common pin to >=2.0,<3.0
3+
time: 2025-05-19T11:02:15.983201-07:00
4+
custom:
5+
Author: colin-rogers-dbt
6+
Issue: "1104"

dbt-adapters/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ classifiers = [
2727
"Programming Language :: Python :: 3.12",
2828
]
2929
dependencies = [
30-
"dbt-common>=1.13,<2.0",
30+
"dbt-common>=2.0,<3.0",
3131
"dbt-protos>=1.0.291,<2.0",
3232
"pytz>=2015.7",
3333
# installed via dbt-common but used directly
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
kind: Under the Hood
2+
body: bump dbt-common pin to >=2.0,<3.0
3+
time: 2025-05-19T11:02:15.983201-07:00
4+
custom:
5+
Author: colin-rogers-dbt
6+
Issue: "1104"

dbt-athena/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ classifiers = [
2626
"Programming Language :: Python :: 3.11",
2727
"Programming Language :: Python :: 3.12",
2828
]
29-
dependencies=[
29+
dependencies = [
3030
"dbt-adapters>=1.0.0,<2.0",
31-
"dbt-common>=1.0.0,<2.0",
31+
"dbt-common>=2.0,<3.0",
3232
# add dbt-core to ensure backwards compatibility of installation, this is not a functional dependency
3333
"dbt-core>=1.8.0",
3434
"boto3>=1.28",
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
kind: Under the Hood
2+
body: bump dbt-common pin to >=2.0,<3.0
3+
time: 2025-05-19T11:02:15.983201-07:00
4+
custom:
5+
Author: colin-rogers-dbt
6+
Issue: "1104"

dbt-bigquery/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ classifiers = [
2323
"Programming Language :: Python :: 3.12",
2424
]
2525
dependencies = [
26-
"dbt-common>=1.10,<2.0",
26+
"dbt-common>=2.0,<3.0",
2727
"dbt-adapters>=1.7,<2.0",
2828
# 3.20 introduced pyarrow>=3.0 under the `pandas` extra
2929
"google-cloud-bigquery[pandas]>=3.0,<4.0",
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
kind: Under the Hood
2+
body: bump dbt-common pin to >=2.0,<3.0
3+
time: 2025-05-19T11:02:15.983201-07:00
4+
custom:
5+
Author: colin-rogers-dbt
6+
Issue: "1104"

dbt-postgres/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ dependencies = [
3232
# add dbt-core to ensure backwards compatibility of installation, this is not a functional dependency
3333
"dbt-core>=1.8.0",
3434
# installed via dbt-adapters but used directly
35-
"dbt-common>=1.0.4,<2.0",
35+
"dbt-common>=2.0,<3.0",
3636
"agate>=1.0,<2.0",
3737
]
3838
[project.urls]
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
kind: Under the Hood
2+
body: bump dbt-common pin to >=2.0,<3.0
3+
time: 2025-05-19T11:02:15.983201-07:00
4+
custom:
5+
Author: colin-rogers-dbt
6+
Issue: "1104"

dbt-redshift/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ classifiers = [
2323
"Programming Language :: Python :: 3.12",
2424
]
2525
dependencies = [
26-
"dbt-common>=1.10,<2.0",
26+
"dbt-common>=2.0,<3.0",
2727
"dbt-adapters>=1.11,<2.0",
2828
"dbt-postgres>=1.8,<1.10",
2929
# dbt-redshift depends deeply on this package. it does not follow SemVer, therefore there have been breaking changes in previous patch releases

0 commit comments

Comments
 (0)