File tree Expand file tree Collapse file tree 7 files changed +12
-11
lines changed
AwsCryptographicMaterialProviders/runtimes
AwsCryptographyPrimitives/runtimes/python
ComAmazonawsDynamodb/runtimes/python
ComAmazonawsKms/runtimes/python
TestVectorsAwsCryptographicMaterialProviders/runtimes/java Expand file tree Collapse file tree 7 files changed +12
-11
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ var props = Properties().apply {
1818var dafnyVersion = props.getProperty(" dafnyVersion" )
1919
2020group = " software.amazon.cryptography"
21- version = " 1.7.3"
21+ version = " 1.7.3-SNAPSHOT "
2222description = " AWS Cryptographic Material Providers Library"
2323
2424java {
Original file line number Diff line number Diff line change @@ -13,10 +13,10 @@ readme = "README.rst"
1313
1414[tool .poetry .dependencies ]
1515python = " ^3.11.0"
16- aws-cryptography-internal-standard-library = " 1.7.3 "
17- aws-cryptography-internal-kms = " 1.7.3 "
18- aws-cryptography-internal-dynamodb = " 1.7.3 "
19- aws-cryptography-internal-primitives = " 1.7.3 "
16+ aws-cryptography-internal-standard-library = { path = " ../../../StandardLibrary/runtimes/python " }
17+ aws-cryptography-internal-kms = { path = " ../../../ComAmazonawsKms/runtimes/python " }
18+ aws-cryptography-internal-dynamodb = { path = " ../../../ComAmazonawsDynamodb/runtimes/python " }
19+ aws-cryptography-internal-primitives = { path = " ../../../AwsCryptographyPrimitives/runtimes/python " }
2020
2121# Package testing
2222
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ include = ["**/internaldafny/generated/*.py"]
1212
1313[tool .poetry .dependencies ]
1414python = " ^3.11.0"
15- aws-cryptography-internal-standard-library = " 1.7.3 "
15+ aws-cryptography-internal-standard-library = { path = " ../../../StandardLibrary/runtimes/python " }
1616cryptography = " ^43.0.1"
1717
1818# Package testing
Original file line number Diff line number Diff line change @@ -13,7 +13,8 @@ include = ["**/internaldafny/generated/*.py"]
1313[tool .poetry .dependencies ]
1414python = " ^3.11.0"
1515boto3 = " ^1.35.42"
16- aws-cryptography-internal-standard-library = " 1.7.3"
16+ aws-cryptography-internal-standard-library = {path = " ../../../StandardLibrary/runtimes/python" }
17+
1718# Package testing
1819
1920[tool .poetry .group .test ]
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ include = ["**/internaldafny/generated/*.py"]
1313[tool .poetry .dependencies ]
1414python = " ^3.11.0"
1515boto3 = " ^1.35.42"
16- aws-cryptography-internal-standard-library = " 1.7.3 "
16+ aws-cryptography-internal-standard-library = { path = " ../../../StandardLibrary/runtimes/python " }
1717
1818# Package testing
1919
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ var props = Properties().apply {
2020var dafnyVersion = props.getProperty(" dafnyVersion" )
2121
2222group = " software.amazon.cryptography"
23- version = " 1.7.3"
23+ version = " 1.7.3-SNAPSHOT "
2424description = " TestAwsCryptographicMaterialProviders"
2525
2626java {
@@ -68,7 +68,7 @@ repositories {
6868dependencies {
6969 implementation(" org.dafny:DafnyRuntime:${dafnyVersion} " )
7070 implementation(" software.amazon.smithy.dafny:conversion:0.1.1" )
71- implementation(" software.amazon.cryptography:aws-cryptographic-material-providers:1.7.3" )
71+ implementation(" software.amazon.cryptography:aws-cryptographic-material-providers:1.7.3-SNAPSHOT " )
7272 implementation(platform(" software.amazon.awssdk:bom:2.25.1" ))
7373 implementation(" software.amazon.awssdk:dynamodb" )
7474 implementation(" software.amazon.awssdk:dynamodb-enhanced" )
Original file line number Diff line number Diff line change 77# And the Dotnet projects include and parse this file.
88dafnyVersion =4.8.0
99dafnyVerifyVersion =4.8.0
10- mplVersion =1.7.3
10+ mplVersion =1.7.3-SNAPSHOT
You can’t perform that action at this time.
0 commit comments