Skip to content

Commit

Permalink
Amazon SES: require boto3 with sesv2 support
Browse files Browse the repository at this point in the history
Since Anymail dropped SES v1 support,
require at least boto3 v1.10.17
(which added the sesv2 client).
  • Loading branch information
medmunds committed Jun 8, 2024
1 parent e74e232 commit 1cdadda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 = []
Expand Down

0 comments on commit 1cdadda

Please sign in to comment.