diff --git a/README.rst b/README.rst index 72d72cc26..5ff192733 100644 --- a/README.rst +++ b/README.rst @@ -42,7 +42,7 @@ Required Prerequisites Recommended Prerequisites ========================= -* aws-cryptographic-material-providers: >= 1.8.0 (TODO-MPL: versionme) +* aws-cryptographic-material-providers: == 1.7.2 * Requires Python 3.11+. Installation diff --git a/performance_tests/README.rst b/performance_tests/README.rst index ba9b89f15..8ec315343 100644 --- a/performance_tests/README.rst +++ b/performance_tests/README.rst @@ -49,7 +49,7 @@ Required Prerequisites Recommended Prerequisites ========================= -* aws-cryptographic-material-providers: >= 1.0.0 +* aws-cryptographic-material-providers: == 1.7.2 * Requires Python 3.11+. ***** diff --git a/performance_tests/requirements_mpl.txt b/performance_tests/requirements_mpl.txt index 9d72dfb8e..77c6460a5 100644 --- a/performance_tests/requirements_mpl.txt +++ b/performance_tests/requirements_mpl.txt @@ -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 +aws-cryptographic-material-providers==1.7.2 \ No newline at end of file diff --git a/requirements_mpl.txt b/requirements_mpl.txt index 9d72dfb8e..58c7d2012 100644 --- a/requirements_mpl.txt +++ b/requirements_mpl.txt @@ -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 +aws-cryptographic-material-providers==1.7.2 diff --git a/setup.py b/setup.py index 6260c1ad2..dfbf91664 100644 --- a/setup.py +++ b/setup.py @@ -43,9 +43,7 @@ def get_requirements(): # TODO-MPL: Point at PyPI once MPL is released. # This blocks releasing ESDK-Python MPL integration. extras_require={ - "MPL": ["aws-cryptographic-material-providers @" \ - "git+https://github.com/aws/aws-cryptographic-material-providers-library.git@" \ - "python-main-with-dafny-code#subdirectory=AwsCryptographicMaterialProviders/runtimes/python"], + "MPL": ["aws-cryptographic-material-providers==1.7.2"], }, classifiers=[ "Development Status :: 5 - Production/Stable",