-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
## [1.7.3](v1.7.2...v1.7.3) (2024-10-31) ### Bug Fixes * python time externs should return integers ([#898](#898)) ([56b9b67](56b9b67)) * repolymorph to get default parameter for OpaqueError ([#911](#911)) ([5669e0b](5669e0b))
- Loading branch information
1 parent
77c195e
commit 6791fad
Showing
18 changed files
with
32 additions
and
24 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.2" | ||
version = "1.7.3" | ||
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.3" | ||
aws-cryptography-internal-kms = "1.7.3" | ||
aws-cryptography-internal-dynamodb = "1.7.3" | ||
aws-cryptography-internal-primitives = "1.7.3" | ||
|
||
# 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.2" | ||
version = "1.7.3" | ||
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.3" | ||
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.2" | ||
version = "1.7.3" | ||
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.3" | ||
# Package testing | ||
|
||
[tool.poetry.group.test] | ||
|
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.2" | ||
version = "1.7.3" | ||
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.3" | ||
|
||
# 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.2" | ||
version = "1.7.3" | ||
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