Skip to content

Commit eb5c156

Browse files
authored
Allow for dbt-core pre-releases in dbt-postgres (#1374)
1 parent 10dcc58 commit eb5c156

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
kind: Dependencies
2+
body: Move minimum dbt-core to \`1.8.0rc1\` in order to allow for pre-releases of dbt-core
3+
time: 2025-10-07T12:31:29.841541-05:00
4+
custom:
5+
Author: QMalcolm
6+
PR: "1373"

dbt-postgres/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ dependencies = [
3030
"psycopg2-binary>=2.9,<3.0",
3131
"dbt-adapters>=1.7.0,<2.0",
3232
# add dbt-core to ensure backwards compatibility of installation, this is not a functional dependency
33-
"dbt-core>=1.8.0",
33+
"dbt-core>=1.8.0rc1",
3434
# installed via dbt-adapters but used directly
3535
"dbt-common>=1.0.4,<2.0",
3636
"agate>=1.0,<2.0",

0 commit comments

Comments
 (0)