Skip to content

Commit 1cdadda

Browse files
committed
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).
1 parent e74e232 commit 1cdadda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ dependencies = [
6565
# ESP-specific additional dependencies.
6666
# (For simplicity, requests is included in the base dependencies.)
6767
# (Do not use underscores in extra names: they get normalized to hyphens.)
68-
amazon-ses = ["boto3"]
68+
amazon-ses = ["boto3>=1.10.17"]
6969
brevo = []
7070
mailersend = []
7171
mailgun = []

0 commit comments

Comments
 (0)