From 0a24f5c126061d94fb1533fb61d5f69f3b934e36 Mon Sep 17 00:00:00 2001 From: Michelle Ark Date: Mon, 2 Dec 2024 11:31:20 -0500 Subject: [PATCH 1/2] mashumaro < 3.15 --- core/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 From 7f330ae7aa748958649334d847536da75adc9b81 Mon Sep 17 00:00:00 2001 From: Michelle Ark Date: Mon, 2 Dec 2024 11:56:35 -0500 Subject: [PATCH 2/2] changelog entry --- .changes/unreleased/Under the Hood-20241202-115626.yaml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .changes/unreleased/Under the Hood-20241202-115626.yaml diff --git a/.changes/unreleased/Under the Hood-20241202-115626.yaml b/.changes/unreleased/Under the Hood-20241202-115626.yaml new file mode 100644 index 00000000000..6d78cfebf37 --- /dev/null +++ b/.changes/unreleased/Under the Hood-20241202-115626.yaml @@ -0,0 +1,6 @@ +kind: Under the Hood +body: Pin mashumaro < 3.15 +time: 2024-12-02T11:56:26.18892-05:00 +custom: + Author: michelleark + Issue: "11087"