Skip to content

Commit

Permalink
pin internal dependencies with upper bounds (#10894)
Browse files Browse the repository at this point in the history
* pin internal dependencies with upper bounds

* changelog
  • Loading branch information
emmyoop authored Oct 21, 2024
1 parent 1285917 commit 69742e1
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 6 deletions.
6 changes: 6 additions & 0 deletions .changes/unreleased/Dependencies-20241021-131923.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
kind: Dependencies
body: Pin dbt-common and dbt-adapters with upper bound.
time: 2024-10-21T13:19:23.137466-05:00
custom:
Author: emmyoop
Issue: "10895"
4 changes: 2 additions & 2 deletions core/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,8 @@
"minimal-snowplow-tracker>=0.0.2,<0.1",
"dbt-semantic-interfaces>=0.5.1,<0.6",
# Minor versions for these are expected to be backwards-compatible
"dbt-common>=1.0.4,<2.0",
"dbt-adapters>=1.1.1,<2.0",
"dbt-common>=1.0.4,<1.11.0",
"dbt-adapters>=1.1.1,<1.7.1",
# ----
# Expect compatibility with all new versions of these packages, so lower bounds only.
"packaging>20.9",
Expand Down
9 changes: 5 additions & 4 deletions dev-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
git+https://github.com/dbt-labs/dbt-adapters.git@main
git+https://github.com/dbt-labs/dbt-adapters.git@main#subdirectory=dbt-tests-adapter
git+https://github.com/dbt-labs/dbt-common.git@main
git+https://github.com/dbt-labs/dbt-postgres.git@main
# We hardcode these two dependencies to ensure that we are testing against the correct versions of
# released code to ensure we don't introduce any breaking changes
dbt-tests-adapter<=1.10.2
dbt-postgres<=1.9.0
#
black>=24.3.0,<25.0
bumpversion
ddtrace==2.3.0
Expand Down

0 comments on commit 69742e1

Please sign in to comment.