File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ Required Prerequisites
4242Recommended Prerequisites
4343=========================
4444
45- * aws-cryptographic-material-providers: > = 1.7.2
45+ * aws-cryptographic-material-providers: = = 1.7.2
4646 * Requires Python 3.11+.
4747
4848Installation
Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ Required Prerequisites
4949Recommended Prerequisites
5050=========================
5151
52- * aws-cryptographic-material-providers: > = 1.7.2
52+ * aws-cryptographic-material-providers: = = 1.7.2
5353 * Requires Python 3.11+.
5454
5555*****
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.2
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.2
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ def get_requirements():
4343 # TODO-MPL: Point at PyPI once MPL is released.
4444 # This blocks releasing ESDK-Python MPL integration.
4545 extras_require = {
46- "MPL" : ["aws-cryptographic-material-providers> =1.7.2" ],
46+ "MPL" : ["aws-cryptographic-material-providers= =1.7.2" ],
4747 },
4848 classifiers = [
4949 "Development Status :: 5 - Production/Stable" ,
You can’t perform that action at this time.
0 commit comments