From 47675b38695c095540c378f0f32b1924ac8f7458 Mon Sep 17 00:00:00 2001 From: Gerda Shank Date: Mon, 25 Nov 2024 10:49:17 -0500 Subject: [PATCH] Pin mashumaro to <3.15 (#11046) (cherry picked from commit 407f6caa1c70a8ba3d8fdbddb5edb4c7afed35bc) --- core/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/setup.py b/core/setup.py index 62b7383a150..acc083eac6d 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,<1.10", "Jinja2>=3.1.3,<4", - "mashumaro[msgpack]>=3.9,<4.0", + "mashumaro[msgpack]>=3.9,<3.15", # ---- # dbt-core uses these packages in standard ways. Pin to the major version, and check compatibility # with major versions in each new minor version of dbt-core.