diff --git a/pyproject.toml b/pyproject.toml index e775e37..6bb5726 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ license = { text = "GPL-3.0-only" } requires-python = "<4.0,>=3.11" dependencies = [ "aiohttp<4.0,>=3.10", - "twilio<10.0,>=9.3", + "twilio>=9.10.4,<10.0", "sendgrid<7.0,>=6.0", "marshmallow>=3.23,<5.0", ]