Skip to content

Commit

Permalink
chore(Python): Restrict poetry-core to <2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasmcdonald3 committed Jan 6, 2025
1 parent bf06e19 commit 97ea56b
Show file tree
Hide file tree
Showing 32 changed files with 32 additions and 32 deletions.
2 changes: 1 addition & 1 deletion TestModels/Aggregate/runtimes/python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ smithy-dafny-standard-library = {path = "../../../dafny-dependencies/StandardLib
pytest = "^7.4.0"

[build-system]
requires = ["poetry-core"]
requires = ["poetry-core<2.0.0"]
build-backend = "poetry.core.masonry.api"
2 changes: 1 addition & 1 deletion TestModels/CodegenPatches/runtimes/python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ DafnyRuntimePython = "^4.7.0"
pytest = "^7.4.0"

[build-system]
requires = ["poetry-core"]
requires = ["poetry-core<2.0.0"]
build-backend = "poetry.core.masonry.api"
2 changes: 1 addition & 1 deletion TestModels/Constraints/runtimes/python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ DafnyRuntimePython = "^4.7.0"
pytest = "^7.4.0"

[build-system]
requires = ["poetry-core"]
requires = ["poetry-core<2.0.0"]
build-backend = "poetry.core.masonry.api"
2 changes: 1 addition & 1 deletion TestModels/Constraints/src/Index.dfy
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// SPDX-License-Identifier: Apache-2.0
include "SimpleConstraintsImpl.dfy"

module {:extern "simple.constraints.internaldafny" } SimpleConstraints refines AbstractSimpleConstraintsService {
module SimpleConstraints refines AbstractSimpleConstraintsService {
import Operations = SimpleConstraintsImpl

function method DefaultSimpleConstraintsConfig(): SimpleConstraintsConfig {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// SPDX-License-Identifier: Apache-2.0
include "../Model/SimpleConstraintsTypesWrapped.dfy"

module {:extern "simple.constraints.internaldafny.wrapped"} WrappedSimpleConstraintsService refines WrappedAbstractSimpleConstraintsService {
module WrappedSimpleConstraintsService refines WrappedAbstractSimpleConstraintsService {
import WrappedService = SimpleConstraints
function method WrappedDefaultSimpleConstraintsConfig(): SimpleConstraintsConfig {
SimpleConstraintsConfig(RequiredString := "default")
Expand Down
2 changes: 1 addition & 1 deletion TestModels/Constructor/runtimes/python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ smithy-dafny-standard-library = { path = "../../../dafny-dependencies/StandardLi
pytest = "^7.4.0"

[build-system]
requires = ["poetry-core"]
requires = ["poetry-core<2.0.0"]
build-backend = "poetry.core.masonry.api"
2 changes: 1 addition & 1 deletion TestModels/Dependencies/runtimes/python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@ DafnyRuntimePython = "^4.7.0"
pytest = "^7.4.0"

[build-system]
requires = ["poetry-core"]
requires = ["poetry-core<2.0.0"]
build-backend = "poetry.core.masonry.api"
2 changes: 1 addition & 1 deletion TestModels/Documentation/runtimes/python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ DafnyRuntimePython = "^4.7.0"
pytest = "^7.4.0"

[build-system]
requires = ["poetry-core"]
requires = ["poetry-core<2.0.0"]
build-backend = "poetry.core.masonry.api"
2 changes: 1 addition & 1 deletion TestModels/Errors/runtimes/python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ DafnyRuntimePython = "^4.7.0"
pytest = "^7.4.0"

[build-system]
requires = ["poetry-core"]
requires = ["poetry-core<2.0.0"]
build-backend = "poetry.core.masonry.api"
2 changes: 1 addition & 1 deletion TestModels/Extendable/runtimes/python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ DafnyRuntimePython = "^4.7.0"
pytest = "^7.4.0"

[build-system]
requires = ["poetry-core"]
requires = ["poetry-core<2.0.0"]
build-backend = "poetry.core.masonry.api"
2 changes: 1 addition & 1 deletion TestModels/Extern/runtimes/python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ DafnyRuntimePython = "^4.7.0"
pytest = "^7.4.0"

[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 @@ -22,5 +22,5 @@ DafnyRuntimePython = "^4.7.0"
pytest = "^7.4.0"

[build-system]
requires = ["poetry-core"]
requires = ["poetry-core<2.0.0"]
build-backend = "poetry.core.masonry.api"
2 changes: 1 addition & 1 deletion TestModels/LocalService/runtimes/python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ DafnyRuntimePython = "^4.7.0"
pytest = "^7.4.0"

[build-system]
requires = ["poetry-core"]
requires = ["poetry-core<2.0.0"]
build-backend = "poetry.core.masonry.api"
2 changes: 1 addition & 1 deletion TestModels/MultipleModels/runtimes/python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ DafnyRuntimePython = "^4.7.0"
pytest = "^7.4.0"

[build-system]
requires = ["poetry-core"]
requires = ["poetry-core<2.0.0"]
build-backend = "poetry.core.masonry.api"
2 changes: 1 addition & 1 deletion TestModels/Positional/runtimes/python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ DafnyRuntimePython = "^4.7.0"
pytest = "^7.4.0"

[build-system]
requires = ["poetry-core"]
requires = ["poetry-core<2.0.0"]
build-backend = "poetry.core.masonry.api"
2 changes: 1 addition & 1 deletion TestModels/Refinement/runtimes/python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ DafnyRuntimePython = "^4.7.0"
pytest = "^7.4.0"

[build-system]
requires = ["poetry-core"]
requires = ["poetry-core<2.0.0"]
build-backend = "poetry.core.masonry.api"
2 changes: 1 addition & 1 deletion TestModels/Resource/runtimes/python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@ DafnyRuntimePython = "^4.7.0"
pytest = "^7.4.0"

[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 @@ -21,5 +21,5 @@ DafnyRuntimePython = "^4.7.0"
pytest = "^7.4.0"

[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 @@ -20,5 +20,5 @@ smithy-dafny-standard-library = {path = "../../../../dafny-dependencies/Standard
pytest = "^7.4.0"

[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 @@ -21,6 +21,6 @@ DafnyRuntimePython = "^4.7.0"
pytest = "^7.4.0"

[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 @@ -21,5 +21,5 @@ DafnyRuntimePython = "^4.7.0"
pytest = "^7.4.0"

[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 @@ -21,5 +21,5 @@ DafnyRuntimePython = "^4.7.0"
pytest = "^7.4.0"

[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 @@ -21,5 +21,5 @@ DafnyRuntimePython = "^4.7.0"
pytest = "^7.4.0"

[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 @@ -21,5 +21,5 @@ DafnyRuntimePython = "^4.7.0"
pytest = "^7.4.0"

[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 @@ -21,5 +21,5 @@ DafnyRuntimePython = "^4.7.0"
pytest = "^7.4.0"

[build-system]
requires = ["poetry-core"]
requires = ["poetry-core<2.0.0"]
build-backend = "poetry.core.masonry.api"
2 changes: 1 addition & 1 deletion TestModels/Union/runtimes/python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ DafnyRuntimePython = "^4.7.0"
pytest = "^7.4.0"

[build-system]
requires = ["poetry-core"]
requires = ["poetry-core<2.0.0"]
build-backend = "poetry.core.masonry.api"
2 changes: 1 addition & 1 deletion TestModels/aws-sdks/ddb/runtimes/python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ DafnyRuntimePython = "^4.7.0"
pytest = "^7.4.0"

[build-system]
requires = ["poetry-core"]
requires = ["poetry-core<2.0.0"]
build-backend = "poetry.core.masonry.api"
2 changes: 1 addition & 1 deletion TestModels/aws-sdks/ddbv2/runtimes/python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ DafnyRuntimePython = "^4.7.0"
pytest = "^7.4.0"

[build-system]
requires = ["poetry-core"]
requires = ["poetry-core<2.0.0"]
build-backend = "poetry.core.masonry.api"
2 changes: 1 addition & 1 deletion TestModels/aws-sdks/kms/runtimes/python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ DafnyRuntimePython = "^4.7.0"
pytest = "^7.4.0"

[build-system]
requires = ["poetry-core"]
requires = ["poetry-core<2.0.0"]
build-backend = "poetry.core.masonry.api"
2 changes: 1 addition & 1 deletion TestModels/aws-sdks/kmsv2/runtimes/python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ DafnyRuntimePython = "^4.7.0"
pytest = "^7.4.0"

[build-system]
requires = ["poetry-core"]
requires = ["poetry-core<2.0.0"]
build-backend = "poetry.core.masonry.api"
2 changes: 1 addition & 1 deletion TestModels/aws-sdks/s3/runtimes/python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ smithy-dafny-standard-library = {path = "../../../../dafny-dependencies/Standard
pytest = "^7.4.0"

[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 @@ DafnyRuntimePython = "^4.7.0"
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 97ea56b

Please sign in to comment.