From 82999d10dfef6d6a0e6e3a492a4b9c057dc31d22 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 97377ff..a2ef6ff 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'],