Skip to content

Commit

Permalink
Update minimum req for dbt-common + dbt-adapters (#10123) (#10126)
Browse files Browse the repository at this point in the history
(cherry picked from commit ecf9436)

Co-authored-by: Jeremy Cohen <jeremy@dbtlabs.com>
  • Loading branch information
github-actions[bot] and jtcohen6 committed May 15, 2024
1 parent de23ff4 commit f3b6c62
Showing 1 changed file with 2 additions and 2 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.2,<2.0",
"dbt-adapters>=0.1.0a2,<2.0",
"dbt-common>=1.0.4,<2.0",
"dbt-adapters>=1.1.1,<2.0",
# ----
# Expect compatibility with all new versions of these packages, so lower bounds only.
"packaging>20.9",
Expand Down

0 comments on commit f3b6c62

Please sign in to comment.