Skip to content

Commit

Permalink
remove puyapy compiler dependency restriction
Browse files Browse the repository at this point in the history
  • Loading branch information
achidlow committed Apr 26, 2024
1 parent ffab365 commit ec93ae6
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ pytest = "*"
pytest-cov = "*"
pip-audit = "*"
pre-commit = "*"
puyapy = "^1.0.0"
puyapy = "*"

[build-system]
requires = ["poetry-core"]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ ruff = "^0.1.6"
mypy = "*"
pip-audit = "*"
pre-commit = "*"
puyapy = "^1.0.0"
puyapy = "*"

[build-system]
requires = ["poetry-core"]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ algorand-python = "^1.0.0"

[tool.poetry.group.dev.dependencies]
algokit-client-generator = "^1.1.3"
puyapy = "^1.0.0"
puyapy = "*"

[build-system]
requires = ["poetry-core"]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ algorand-python = "^1.0.0"

[tool.poetry.group.dev.dependencies]
algokit-client-generator = "^1.1.3"
puyapy = "^1.0.0"
puyapy = "*"

[build-system]
requires = ["poetry-core"]
Expand Down
2 changes: 1 addition & 1 deletion examples/production_python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ pytest = "*"
pytest-cov = "*"
pip-audit = "*"
pre-commit = "*"
puyapy = "^1.0.0"
puyapy = "*"

[build-system]
requires = ["poetry-core"]
Expand Down
2 changes: 1 addition & 1 deletion examples/starter_python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ algorand-python = "^1.0.0"

[tool.poetry.group.dev.dependencies]
algokit-client-generator = "^1.1.3"
puyapy = "^1.0.0"
puyapy = "*"

[build-system]
requires = ["poetry-core"]
Expand Down
2 changes: 1 addition & 1 deletion template_content/pyproject.toml.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ pip-audit = "*"
{% if use_pre_commit -%}
pre-commit = "*"
{% endif -%}
puyapy = "^1.0.0"
puyapy = "*"

[build-system]
requires = ["poetry-core"]
Expand Down

0 comments on commit ec93ae6

Please sign in to comment.