chore: update CHANGELOG for v4.0.3 by josecorella · Pull Request #770 · aws/aws-encryption-sdk-python

@@ -1,4 +1,5 @@ """AWS Encryption SDK for Python."""
import os import re
Expand All @@ -10,7 +11,9 @@
def read(*args): """Reads complete file contents.""" return open(os.path.join(HERE, *args), encoding="utf-8").read() # pylint: disable=consider-using-with return open( os.path.join(HERE, *args), encoding="utf-8" ).read() # pylint: disable=consider-using-with

def get_version(): Expand Down Expand Up @@ -40,7 +43,7 @@ def get_requirements(): license="Apache License 2.0", install_requires=get_requirements(), extras_require={ "MPL": ["aws-cryptographic-material-providers>=1.7.4,<=1.11.0"], "MPL": ["aws-cryptographic-material-providers>=1.7.4,<=1.11.1"], }, classifiers=[ "Development Status :: 5 - Production/Stable", Expand Down