From 1f55598f34e7941f7795f39a28404375e2a2bd48 Mon Sep 17 00:00:00 2001 From: Lucas McDonald Date: Wed, 23 Apr 2025 10:46:45 -0700 Subject: [PATCH] Update pyproject.toml --- TestVectors/runtimes/python/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"