Skip to content

Commit

Permalink
pin internal dependencies with upper bounds
Browse files Browse the repository at this point in the history
  • Loading branch information
emmyoop committed Oct 21, 2024
1 parent 1285917 commit e4d7fef
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
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 e4d7fef

Please sign in to comment.