From 67fa1619296ec31e9e35548f1af532d81c029091 Mon Sep 17 00:00:00 2001 From: Lucas McDonald Date: Mon, 6 Jan 2025 15:41:01 -0800 Subject: [PATCH] chore(Python): Restrict poetry-core to <2.0.0 (#1178) --- .../runtimes/python/pyproject.toml | 2 +- AwsCryptographyPrimitives/runtimes/python/pyproject.toml | 2 +- ComAmazonawsDynamodb/runtimes/python/pyproject.toml | 2 +- ComAmazonawsKms/runtimes/python/pyproject.toml | 2 +- StandardLibrary/runtimes/python/pyproject.toml | 2 +- .../runtimes/python/pyproject.toml | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/AwsCryptographicMaterialProviders/runtimes/python/pyproject.toml b/AwsCryptographicMaterialProviders/runtimes/python/pyproject.toml index 37251fff9..81a059415 100644 --- a/AwsCryptographicMaterialProviders/runtimes/python/pyproject.toml +++ b/AwsCryptographicMaterialProviders/runtimes/python/pyproject.toml @@ -48,5 +48,5 @@ sphinx = "^7" sphinx_rtd_theme = "^2" [build-system] -requires = ["poetry-core"] +requires = ["poetry-core<2.0.0"] build-backend = "poetry.core.masonry.api" diff --git a/AwsCryptographyPrimitives/runtimes/python/pyproject.toml b/AwsCryptographyPrimitives/runtimes/python/pyproject.toml index 58403b038..c4a4cb413 100644 --- a/AwsCryptographyPrimitives/runtimes/python/pyproject.toml +++ b/AwsCryptographyPrimitives/runtimes/python/pyproject.toml @@ -35,5 +35,5 @@ twine = "5.1.1" wheel = "0.38.4" [build-system] -requires = ["poetry-core"] +requires = ["poetry-core<2.0.0"] build-backend = "poetry.core.masonry.api" diff --git a/ComAmazonawsDynamodb/runtimes/python/pyproject.toml b/ComAmazonawsDynamodb/runtimes/python/pyproject.toml index 596c70c07..1f8688fe4 100644 --- a/ComAmazonawsDynamodb/runtimes/python/pyproject.toml +++ b/ComAmazonawsDynamodb/runtimes/python/pyproject.toml @@ -33,5 +33,5 @@ twine = "5.1.1" wheel = "0.38.4" [build-system] -requires = ["poetry-core"] +requires = ["poetry-core<2.0.0"] build-backend = "poetry.core.masonry.api" diff --git a/ComAmazonawsKms/runtimes/python/pyproject.toml b/ComAmazonawsKms/runtimes/python/pyproject.toml index e55676b44..a8932d6f6 100644 --- a/ComAmazonawsKms/runtimes/python/pyproject.toml +++ b/ComAmazonawsKms/runtimes/python/pyproject.toml @@ -34,5 +34,5 @@ twine = "5.1.1" wheel = "0.38.4" [build-system] -requires = ["poetry-core"] +requires = ["poetry-core<2.0.0"] build-backend = "poetry.core.masonry.api" diff --git a/StandardLibrary/runtimes/python/pyproject.toml b/StandardLibrary/runtimes/python/pyproject.toml index 2059c42e5..5b260fd62 100644 --- a/StandardLibrary/runtimes/python/pyproject.toml +++ b/StandardLibrary/runtimes/python/pyproject.toml @@ -39,5 +39,5 @@ twine = "5.1.1" wheel = "0.38.4" [build-system] -requires = ["poetry-core"] +requires = ["poetry-core<2.0.0"] build-backend = "poetry.core.masonry.api" diff --git a/TestVectorsAwsCryptographicMaterialProviders/runtimes/python/pyproject.toml b/TestVectorsAwsCryptographicMaterialProviders/runtimes/python/pyproject.toml index 29b902e84..ce31b000d 100644 --- a/TestVectorsAwsCryptographicMaterialProviders/runtimes/python/pyproject.toml +++ b/TestVectorsAwsCryptographicMaterialProviders/runtimes/python/pyproject.toml @@ -18,5 +18,5 @@ aws-cryptographic-material-providers = { path = "../../../AwsCryptographicMateri pytest = "^7.4.0" [build-system] -requires = ["poetry-core"] +requires = ["poetry-core<2.0.0"] build-backend = "poetry.core.masonry.api"