Skip to content

Commit b473d70

Browse files
m
1 parent 25053a5 commit b473d70

File tree

5 files changed

+3
-5
lines changed

5 files changed

+3
-5
lines changed

AwsEncryptionSDK/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ TRANSLATION_RECORD_PYTHON := \
115115
--translation-record ../mpl/ComAmazonawsKms/runtimes/python/src/aws_cryptography_internal_kms/internaldafny/generated/dafny_src-py.dtr \
116116
--translation-record ../mpl/ComAmazonawsDynamodb/runtimes/python/src/aws_cryptography_internal_dynamodb/internaldafny/generated/dafny_src-py.dtr \
117117
--translation-record ../mpl/AwsCryptographyPrimitives/runtimes/python/src/aws_cryptography_primitives/internaldafny/generated/dafny_src-py.dtr \
118-
--translation-record ../mpl/AwsCryptographicMaterialProviders/runtimes/python/src/aws_cryptographic_material_providers/internaldafny/generated/dafny_src-py.dtr
118+
--translation-record ../mpl/AwsCryptographicMaterialProviders/runtimes/python/src/aws_cryptographic_material_providers/internaldafny/generated/dafny_src-py.dtr
119119

120120
PYTHON_DEPENDENCY_MODULE_NAMES := \
121121
--dependency-library-name=aws.cryptography.primitives=aws_cryptography_primitives \

AwsEncryptionSDK/runtimes/python/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@ aws-cryptographic-material-providers = { path = "../../../mpl/AwsCryptographicMa
3232
pytest = "^7.4.0"
3333

3434
[build-system]
35-
requires = ["poetry-core"]
35+
requires = ["poetry-core<2.0.0"]
3636
build-backend = "poetry.core.masonry.api"

AwsEncryptionSDK/runtimes/python/src/aws_encryption_sdk_dafny/__init__.py

-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,3 @@
33

44
# Initialize generated Dafny
55
from .internaldafny.generated import module_
6-

TestVectors/.gitignore

-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ ImplementationFromDafny-cs.dtr
55
TestsFromDafny-cs.dtr
66
**/bin
77
**/obj
8-
*.pyc
98
runtimes/java/dafny
109
runtimes/**/encrypt-manifest.json
1110
runtimes/**/decrypt-manifest.json

TestVectors/runtimes/python/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,5 @@ aws-encryption-sdk = "4.0.0"
2525
pytest = "^7.4.0"
2626

2727
[build-system]
28-
requires = ["poetry-core"]
28+
requires = ["poetry-core<2.0.0"]
2929
build-backend = "poetry.core.masonry.api"

0 commit comments

Comments
 (0)