From 1cdadda1613dba93f335f4b2b1cd2dfccd0b25f9 Mon Sep 17 00:00:00 2001 From: Mike Edmunds Date: Sat, 8 Jun 2024 12:10:16 -0700 Subject: [PATCH] Amazon SES: require boto3 with sesv2 support Since Anymail dropped SES v1 support, require at least boto3 v1.10.17 (which added the sesv2 client). --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d91c329..2d2716e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -65,7 +65,7 @@ dependencies = [ # ESP-specific additional dependencies. # (For simplicity, requests is included in the base dependencies.) # (Do not use underscores in extra names: they get normalized to hyphens.) -amazon-ses = ["boto3"] +amazon-ses = ["boto3>=1.10.17"] brevo = [] mailersend = [] mailgun = []