diff --git a/core/setup.py b/core/setup.py index ac69573fe1b..d98c766d02f 100644 --- a/core/setup.py +++ b/core/setup.py @@ -72,7 +72,7 @@ # Accept patches but avoid automatically updating past a set minor version range. "dbt-extractor>=0.5.0,<=0.6", "minimal-snowplow-tracker>=0.0.2,<0.1", - "dbt-semantic-interfaces>=0.5.0a2,<0.6", + "dbt-semantic-interfaces>=0.5.0,<0.6", # Minor versions for these are expected to be backwards-compatible "dbt-common<2.0", "dbt-adapters>=0.1.0a2,<2.0",