From c30971fb79593f166664e6a025b96f8bcd3d0c91 Mon Sep 17 00:00:00 2001 From: AgnieszkaZaba <56157996+AgnieszkaZaba@users.noreply.github.com> Date: Thu, 7 Nov 2024 14:56:58 +0100 Subject: [PATCH] workaround flexparser frozen dataclass issue (#473) --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index d58f07fd..0e083b5d 100644 --- a/setup.py +++ b/setup.py @@ -56,6 +56,7 @@ def get_long_description(): else "" ), "pystrict", + "flexparser<0.4", ], extras_require={ "tests": [