diff --git a/pyproject.toml b/pyproject.toml index e775e37..7c44be7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ dependencies = [ "aiohttp<4.0,>=3.10", "twilio<10.0,>=9.3", "sendgrid<7.0,>=6.0", - "marshmallow>=3.23,<5.0", + "marshmallow>=4.3.0,<5.0", ] name = "evl-daemon-python" version = "0.1.0"