File tree 5 files changed +5
-7
lines changed
5 files changed +5
-7
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.8.0 (TODO-MPL: versionme)
45
+ * aws-cryptographic-material-providers: == 1.7.2
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.0.0
52
+ * aws-cryptographic-material-providers: == 1.7.2
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 @ git+https://github.com/aws/aws-cryptographic-material-providers-library.git@python-main-with-dafny-code#subdirectory=AwsCryptographicMaterialProviders/runtimes/python
1
+ aws-cryptographic-material-providers==1.7.2
Original file line number Diff line number Diff line change 1
- aws-cryptographic-material-providers @ git+https://github.com/aws/aws-cryptographic-material-providers-library.git@python-main-with-dafny-code#subdirectory=AwsCryptographicMaterialProviders/runtimes/python
1
+ aws-cryptographic-material-providers==1.7.2
Original file line number Diff line number Diff line change @@ -43,9 +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 @" \
47
- "git+https://github.com/aws/aws-cryptographic-material-providers-library.git@" \
48
- "python-main-with-dafny-code#subdirectory=AwsCryptographicMaterialProviders/runtimes/python" ],
46
+ "MPL" : ["aws-cryptographic-material-providers==1.7.2" ],
49
47
},
50
48
classifiers = [
51
49
"Development Status :: 5 - Production/Stable" ,
You can’t perform that action at this time.
0 commit comments