Skip to content

Commit c14f7fe

Browse files
chore: Point at PyPI MPL (#709)
1 parent f37b355 commit c14f7fe

File tree

5 files changed

+5
-7
lines changed

5 files changed

+5
-7
lines changed

README.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Required Prerequisites
4242
Recommended Prerequisites
4343
=========================
4444

45-
* aws-cryptographic-material-providers: >= 1.8.0 (TODO-MPL: versionme)
45+
* aws-cryptographic-material-providers: == 1.7.2
4646
* Requires Python 3.11+.
4747

4848
Installation

performance_tests/README.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ Required Prerequisites
4949
Recommended Prerequisites
5050
=========================
5151

52-
* aws-cryptographic-material-providers: >= 1.0.0
52+
* aws-cryptographic-material-providers: == 1.7.2
5353
* Requires Python 3.11+.
5454

5555
*****
+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
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

requirements_mpl.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
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

setup.py

+1-3
Original file line numberDiff line numberDiff line change
@@ -43,9 +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 @" \
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"],
4947
},
5048
classifiers=[
5149
"Development Status :: 5 - Production/Stable",

0 commit comments

Comments
 (0)