Skip to content

Commit

Permalink
chore(Python): Restrict poetry-core to <2.0.0 (#1178)
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasmcdonald3 authored Jan 6, 2025
1 parent eac5b14 commit 67fa161
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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"
2 changes: 1 addition & 1 deletion AwsCryptographyPrimitives/runtimes/python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
2 changes: 1 addition & 1 deletion ComAmazonawsDynamodb/runtimes/python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
2 changes: 1 addition & 1 deletion ComAmazonawsKms/runtimes/python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
2 changes: 1 addition & 1 deletion StandardLibrary/runtimes/python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit 67fa161

Please sign in to comment.