Skip to content

Commit

Permalink
bump lower bound for dbt-adpater
Browse files Browse the repository at this point in the history
  • Loading branch information
ChenyuLInx committed Dec 19, 2024
1 parent c34ecea commit cfb4053
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
"dbt-semantic-interfaces>=0.8.3,<0.9",
# Minor versions for these are expected to be backwards-compatible
"dbt-common>=1.13.0,<2.0",
"dbt-adapters>=1.10.1,<2.0",
"dbt-adapters>=1.13.0,<2.0",
# ----
# Expect compatibility with all new versions of these packages, so lower bounds only.
"packaging>20.9",
Expand Down

0 comments on commit cfb4053

Please sign in to comment.