Skip to content

Commit

Permalink
chore: Point at PyPI MPL (#709)
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasmcdonald3 authored Oct 24, 2024
1 parent f37b355 commit c14f7fe
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion performance_tests/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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+.

*****
Expand Down
2 changes: 1 addition & 1 deletion performance_tests/requirements_mpl.txt
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion requirements_mpl.txt
Original file line number Diff line number Diff line change
@@ -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
4 changes: 1 addition & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit c14f7fe

Please sign in to comment.