-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(release): 1.7.2 [skip ci] (#889)
- Loading branch information
1 parent
9acd274
commit a2f4329
Showing
19 changed files
with
38 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[tool.poetry] | ||
name = "aws-cryptographic-material-providers" | ||
version = "1.7.1" | ||
version = "1.7.2" | ||
description = "AWS Cryptographic Material Providers Library for Python" | ||
authors = ["AWS Crypto Tools <[email protected]>"] | ||
packages = [ | ||
|
@@ -13,10 +13,10 @@ readme = "README.rst" | |
|
||
[tool.poetry.dependencies] | ||
python = "^3.11.0" | ||
aws-cryptography-internal-standard-library = {path = "../../../StandardLibrary/runtimes/python"} | ||
aws-cryptography-internal-kms = {path = "../../../ComAmazonawsKms/runtimes/python"} | ||
aws-cryptography-internal-dynamodb = {path = "../../../ComAmazonawsDynamodb/runtimes/python"} | ||
aws-cryptography-internal-primitives = {path = "../../../AwsCryptographyPrimitives/runtimes/python"} | ||
aws-cryptography-internal-standard-library = "~1.7.2" | ||
aws-cryptography-internal-kms = "~1.7.2" | ||
aws-cryptography-internal-dynamodb = "~1.7.2" | ||
aws-cryptography-internal-primitives = "~1.7.2" | ||
|
||
# Package testing | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[tool.poetry] | ||
name = "aws-cryptography-internal-primitives" | ||
version = "1.7.1" | ||
version = "1.7.2" | ||
description = "" | ||
authors = ["AWS Crypto Tools <[email protected]>"] | ||
packages = [ | ||
|
@@ -12,7 +12,7 @@ include = ["**/internaldafny/generated/*.py"] | |
|
||
[tool.poetry.dependencies] | ||
python = "^3.11.0" | ||
aws-cryptography-internal-standard-library = {path = "../../../StandardLibrary/runtimes/python"} | ||
aws-cryptography-internal-standard-library = "~1.7.2" | ||
cryptography = "^43.0.1" | ||
|
||
# Package testing | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[tool.poetry] | ||
name = "aws-cryptography-internal-dynamodb" | ||
version = "1.7.1" | ||
version = "1.7.2" | ||
description = "" | ||
authors = ["AWS Crypto Tools <[email protected]>"] | ||
packages = [ | ||
|
@@ -13,7 +13,7 @@ include = ["**/internaldafny/generated/*.py"] | |
[tool.poetry.dependencies] | ||
python = "^3.11.0" | ||
boto3 = "^1.35.42" | ||
aws-cryptography-internal-standard-library = {path = "../../../StandardLibrary/runtimes/python"} | ||
aws-cryptography-internal-standard-library = "~1.7.2" | ||
|
||
# Package testing | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[tool.poetry] | ||
name = "aws-cryptography-internal-kms" | ||
version = "1.7.1" | ||
version = "1.7.2" | ||
description = "" | ||
authors = ["AWS Crypto Tools <[email protected]>"] | ||
packages = [ | ||
|
@@ -13,7 +13,7 @@ include = ["**/internaldafny/generated/*.py"] | |
[tool.poetry.dependencies] | ||
python = "^3.11.0" | ||
boto3 = "^1.35.42" | ||
aws-cryptography-internal-standard-library = {path = "../../../StandardLibrary/runtimes/python"} | ||
aws-cryptography-internal-standard-library = "~1.7.2" | ||
|
||
# Package testing | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[tool.poetry] | ||
name = "aws-cryptography-internal-standard-library" | ||
version = "1.7.1" | ||
version = "1.7.2" | ||
description = "" | ||
authors = ["AWS Crypto Tools <[email protected]>"] | ||
packages = [ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters