File tree Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Original file line number Diff line number Diff line change @@ -25,6 +25,18 @@ Release history
2525^^^^^^^^^^^^^^^
2626 .. This extra heading level keeps the ToC from becoming unmanageably long
2727
28+ vNext
29+ -----
30+
31+ *Unreleased changes *
32+
33+ Fixes
34+ ~~~~~
35+
36+ * **Amazon SES: ** Require boto3 1.24.6 or later to ensure support for the SESv2
37+ close method. (Thanks to `@mgibeau `_ for identifying the issue.)
38+
39+
2840v13.0
2941-----
3042
@@ -1802,6 +1814,7 @@ Features
18021814.. _@mark-mishyn : https://github.com/mark-mishyn
18031815.. _@martinezleoml : https://github.com/martinezleoml
18041816.. _@mbk-ok : https://github.com/mbk-ok
1817+ .. _@mgibeau : https://github.com/mgibeau
18051818.. _@MikeVL : https://github.com/MikeVL
18061819.. _@mounirmesselmeni : https://github.com/mounirmesselmeni
18071820.. _@mwheels : https://github.com/mwheels
Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ dependencies = [
7171# ESP-specific additional dependencies.
7272# (For simplicity, requests is included in the base dependencies.)
7373# (Do not use underscores in extra names: they get normalized to hyphens.)
74- amazon-ses = [" boto3>=1.10.17 " ]
74+ amazon-ses = [" boto3>=1.24.6 " ]
7575brevo = []
7676mailersend = []
7777mailgun = []
You can’t perform that action at this time.
0 commit comments