From 68aab3502a58560c8a4d6d22b880250235cc019c Mon Sep 17 00:00:00 2001 From: Gerda Shank Date: Thu, 12 Dec 2024 10:03:16 -0500 Subject: [PATCH] Bump down mashumaro requirement --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 42dfa22..ccce75b 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.15,<4.0", + "mashumaro[msgpack]>=>=3.9,<3.15", "pathspec>=0.9,<0.13", "protobuf>=5.0,<6.0", "python-dateutil>=2.0,<3.0",