File tree 5 files changed +5
-5
lines changed
5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ Required Prerequisites
42
42
Recommended Prerequisites
43
43
=========================
44
44
45
- * aws-cryptographic-material-providers: == 1.7.2
45
+ * aws-cryptographic-material-providers: == 1.7.3
46
46
* Requires Python 3.11+.
47
47
48
48
Installation
Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ Required Prerequisites
49
49
Recommended Prerequisites
50
50
=========================
51
51
52
- * aws-cryptographic-material-providers: == 1.7.2
52
+ * aws-cryptographic-material-providers: == 1.7.3
53
53
* Requires Python 3.11+.
54
54
55
55
*****
Original file line number Diff line number Diff line change 1
- aws-cryptographic-material-providers==1.7.2
1
+ aws-cryptographic-material-providers==1.7.3
Original file line number Diff line number Diff line change 1
- aws-cryptographic-material-providers==1.7.2
1
+ aws-cryptographic-material-providers==1.7.3
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ def get_requirements():
43
43
# TODO-MPL: Point at PyPI once MPL is released.
44
44
# This blocks releasing ESDK-Python MPL integration.
45
45
extras_require = {
46
- "MPL" : ["aws-cryptographic-material-providers==1.7.2 " ],
46
+ "MPL" : ["aws-cryptographic-material-providers==1.7.3 " ],
47
47
},
48
48
classifiers = [
49
49
"Development Status :: 5 - Production/Stable" ,
You can’t perform that action at this time.
0 commit comments