From dbc4e3dd46615e3cca32b9cabe322301c62383eb Mon Sep 17 00:00:00 2001 From: Tyler Goodlet Date: Mon, 6 Sep 2021 11:53:18 -0400 Subject: [PATCH] Pin to latest and greatest `msgspec` --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index aeb1730..d233ecd 100755 --- a/setup.py +++ b/setup.py @@ -60,7 +60,7 @@ setup( extras_require={ # serialization - 'msgspec': ["msgspec; python_version >= '3.9'"], + 'msgspec': ["msgspec >= 0.3.2'; python_version >= '3.9'"], }, tests_require=['pytest'],