From 32624de4e7f8906d8ed66546441a4d07fb401a07 Mon Sep 17 00:00:00 2001 From: Gerda Shank Date: Tue, 26 Nov 2024 21:27:40 -0500 Subject: [PATCH] drop mashumaro version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index fed4fbb85..47cd3ece6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ dependencies = [ "pytz>=2015.7", # installed via dbt-common but used directly "agate>=1.0,<2.0", - "mashumaro[msgpack]>=3.15,<4.0", + "mashumaro[msgpack]>=3.9,<3.15", "protobuf>=5.0,<6.0", "typing-extensions>=4.0,<5.0", ]