Skip to content

Commit 29c446f

Browse files
committed
Amazon SES: Update minimum boto3 version
Fixes #428.
1 parent e82ab3e commit 29c446f

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.rst

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff 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+
2840
v13.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

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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"]
7575
brevo = []
7676
mailersend = []
7777
mailgun = []

0 commit comments

Comments
 (0)