From b7dd3aed99d18d645fd34cf3d3bfc2a775608173 Mon Sep 17 00:00:00 2001 From: Gerda Shank Date: Thu, 19 Dec 2024 13:17:36 -0500 Subject: [PATCH] Revert "Bump down mashumaro requirement" This reverts commit c3f3284fa9b12c1c91c1493299b47e4bff37c414. --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 38199cf..42dfa22 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,7 +33,7 @@ dependencies = [ "isodate>=0.6,<0.7", "jsonschema>=4.0,<5.0", "Jinja2>=3.1.3,<4", - "mashumaro[msgpack]>=3.9,<3.15", + "mashumaro[msgpack]>=3.15,<4.0", "pathspec>=0.9,<0.13", "protobuf>=5.0,<6.0", "python-dateutil>=2.0,<3.0",