Skip to content

Commit

Permalink
[Bug 1.8.latest] Pin build dependencies to final releases (#169)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikealfare authored Oct 23, 2024
1 parent 866763f commit 8846666
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions .changes/unreleased/Fixes-20241023-105729.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
kind: Fixes
body: Pin build dependencies to final releases
time: 2024-10-23T10:57:29.951612-04:00
custom:
Author: mikealfare
Issue: "169"
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@ classifiers = [
]
dependencies = [
"psycopg2-binary>=2.9,<3.0",
"dbt-adapters>=0.1.0a1,<2.0",
"dbt-adapters>=0.1.0,<2.0",
# add dbt-core to ensure backwards compatibility of installation, this is not a functional dependency
"dbt-core>=1.8.0a1",
"dbt-core>=1.8.0",
# installed via dbt-adapters but used directly
"dbt-common>=0.1.0a1,<2.0",
"dbt-common>=0.1.0,<2.0",
"agate>=1.0,<2.0",
]

Expand Down

0 comments on commit 8846666

Please sign in to comment.