From 81ffcd56fd33df027a2f09110e71b0e765dc30ab Mon Sep 17 00:00:00 2001 From: Martin Nowak Date: Fri, 31 Dec 2021 01:17:50 +0100 Subject: [PATCH] python 3.10 compatible mashumaro --- core/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/setup.py b/core/setup.py index 0925461b1ae..a911d1f7afb 100644 --- a/core/setup.py +++ b/core/setup.py @@ -58,7 +58,7 @@ def read(fname): 'isodate>=0.6,<0.7', 'json-rpc>=1.12,<2', 'logbook>=1.5,<1.6', - 'mashumaro==2.5', + 'mashumaro>=2.8,<3', 'minimal-snowplow-tracker==0.0.2', 'networkx>=2.3,<3', 'packaging~=20.9',