From 927decc88da689440ab76d417491e9980e0a5a3d Mon Sep 17 00:00:00 2001 From: Tyler Goodlet Date: Mon, 14 Feb 2022 14:14:05 -0500 Subject: [PATCH] Pin to latest `msgspec` version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 77b43f1..631d151 100755 --- a/setup.py +++ b/setup.py @@ -62,7 +62,7 @@ setup( extras_require={ # serialization - 'msgspec': ["msgspec >= 0.3.2'; python_version >= '3.9'"], + 'msgspec': ['msgspec >= "0.4.0"'], }, tests_require=['pytest'],