diff --git a/core/setup.py b/core/setup.py index 25685fec668..7a009b5f5fd 100644 --- a/core/setup.py +++ b/core/setup.py @@ -51,7 +51,7 @@ # Pin to the patch or minor version, and bump in each new minor version of dbt-core. "agate~=1.7.0", "Jinja2>=3.1.3,<4", - "mashumaro[msgpack]~=3.9", + "mashumaro[msgpack]>=3.9,<3.15", # ---- # Legacy: This package has not been updated since 2019, and it is unused in dbt's logging system (since v1.0) # The dependency here will be removed along with the removal of 'legacy logging', in a future release of dbt-core