Skip to content

Commit ec93ae6

Browse files
committed
remove puyapy compiler dependency restriction
1 parent ffab365 commit ec93ae6

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

examples/generators/production_python_smart_contract_python/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ pytest = "*"
2020
pytest-cov = "*"
2121
pip-audit = "*"
2222
pre-commit = "*"
23-
puyapy = "^1.0.0"
23+
puyapy = "*"
2424

2525
[build-system]
2626
requires = ["poetry-core"]

examples/generators/production_python_smart_contract_typescript/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ ruff = "^0.1.6"
1818
mypy = "*"
1919
pip-audit = "*"
2020
pre-commit = "*"
21-
puyapy = "^1.0.0"
21+
puyapy = "*"
2222

2323
[build-system]
2424
requires = ["poetry-core"]

examples/generators/starter_python_smart_contract_python/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ algorand-python = "^1.0.0"
1313

1414
[tool.poetry.group.dev.dependencies]
1515
algokit-client-generator = "^1.1.3"
16-
puyapy = "^1.0.0"
16+
puyapy = "*"
1717

1818
[build-system]
1919
requires = ["poetry-core"]

examples/generators/starter_python_smart_contract_typescript/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ algorand-python = "^1.0.0"
1313

1414
[tool.poetry.group.dev.dependencies]
1515
algokit-client-generator = "^1.1.3"
16-
puyapy = "^1.0.0"
16+
puyapy = "*"
1717

1818
[build-system]
1919
requires = ["poetry-core"]

examples/production_python/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ pytest = "*"
2020
pytest-cov = "*"
2121
pip-audit = "*"
2222
pre-commit = "*"
23-
puyapy = "^1.0.0"
23+
puyapy = "*"
2424

2525
[build-system]
2626
requires = ["poetry-core"]

examples/starter_python/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ algorand-python = "^1.0.0"
1313

1414
[tool.poetry.group.dev.dependencies]
1515
algokit-client-generator = "^1.1.3"
16-
puyapy = "^1.0.0"
16+
puyapy = "*"
1717

1818
[build-system]
1919
requires = ["poetry-core"]

template_content/pyproject.toml.jinja

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ pip-audit = "*"
3434
{% if use_pre_commit -%}
3535
pre-commit = "*"
3636
{% endif -%}
37-
puyapy = "^1.0.0"
37+
puyapy = "*"
3838

3939
[build-system]
4040
requires = ["poetry-core"]

0 commit comments

Comments
 (0)