diff --git a/TestVectors/runtimes/python/pyproject.toml b/TestVectors/runtimes/python/pyproject.toml index 8935ce364..cdb29b331 100644 --- a/TestVectors/runtimes/python/pyproject.toml +++ b/TestVectors/runtimes/python/pyproject.toml @@ -19,7 +19,7 @@ aws-cryptography-internal-mpl-testvectors = { path = "../../../mpl/TestVectorsAw aws-encryption-sdk-dafny = { path = "../../../AwsEncryptionSDK/runtimes/python", develop = false} # Run TestVectors against the released native ESDK-Python -aws-encryption-sdk = { path = "../../../dist/aws_encryption_sdk-4.0.0-py2.py3-none-any.whl", develop = false} +aws-encryption-sdk = "^3.3.0" [tool.poetry.group.test.dependencies] pytest = "^7.4.0"