diff --git a/core/setup.py b/core/setup.py index af82ce736..ea82ab5b7 100644 --- a/core/setup.py +++ b/core/setup.py @@ -49,7 +49,7 @@ # ---- # dbt-core uses these packages deeply, throughout the codebase, and there have been breaking changes in past patch releases (even though these are major-version-one). # Pin to the patch or minor version, and bump in each new minor version of dbt-core. - "agate~=1.7.0", + "agate>=1.7,<1.10", "Jinja2~=3.1.2", "mashumaro[msgpack]~=3.9", # ----