From 9c97d3070207d4ce3b949434c89877ba575390a0 Mon Sep 17 00:00:00 2001 From: Gerda Shank Date: Mon, 26 Jun 2023 14:01:22 -0400 Subject: [PATCH] update mashumaro to 3.8.1 (#7951) * Update mashumaro to 3.8 * Change to 3.8.1 * Changie --- .changes/unreleased/Under the Hood-20230626-122339.yaml | 6 ++++++ core/setup.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 .changes/unreleased/Under the Hood-20230626-122339.yaml diff --git a/.changes/unreleased/Under the Hood-20230626-122339.yaml b/.changes/unreleased/Under the Hood-20230626-122339.yaml new file mode 100644 index 00000000000..54a04ad2964 --- /dev/null +++ b/.changes/unreleased/Under the Hood-20230626-122339.yaml @@ -0,0 +1,6 @@ +kind: Under the Hood +body: Update mashumaro to 3.8.1 +time: 2023-06-26T12:23:39.095215-04:00 +custom: + Author: gshank + Issue: "7950" diff --git a/core/setup.py b/core/setup.py index 84753394728..e52a0f452a9 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.2", - "mashumaro[msgpack]~=3.7.0", + "mashumaro[msgpack]~=3.8.1", # ---- # 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