Skip to content

Commit e455222

Browse files
committed
fix: temporarily pinning puya dependencies until next algosdk release
1 parent b798f4f commit e455222

File tree

7 files changed

+8
-8
lines changed

7 files changed

+8
-8
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
@@ -21,7 +21,7 @@ pytest = "*"
2121
pytest-cov = "*"
2222
pip-audit = "*"
2323
pre-commit = "*"
24-
puyapy = "*"
24+
puyapy = "2.1.2"
2525

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

examples/generators/production_python_smart_contract_typescript/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ readme = "README.md"
99
python = "^3.12"
1010
algokit-utils = "^2.3.0"
1111
python-dotenv = "^1.0.0"
12-
algorand-python = "^1.0.0"
12+
algorand-python = "1.2.1"
1313
algorand-python-testing = "^0.2.1"
1414

1515
[tool.poetry.group.dev.dependencies]
@@ -18,7 +18,7 @@ ruff = "^0.1.6"
1818
mypy = "*"
1919
pip-audit = "*"
2020
pre-commit = "*"
21-
puyapy = "*"
21+
puyapy = "2.1.2"
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
@@ -14,7 +14,7 @@ algorand-python-testing = "^0.2.1"
1414

1515
[tool.poetry.group.dev.dependencies]
1616
algokit-client-generator = "^1.1.3"
17-
puyapy = "*"
17+
puyapy = "2.1.2"
1818

1919
[build-system]
2020
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
algorand-python-testing = "^0.2.1"
1414

1515
[tool.poetry.group.dev.dependencies]
16-
puyapy = "*"
16+
puyapy = "2.1.2"
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
@@ -21,7 +21,7 @@ pytest = "*"
2121
pytest-cov = "*"
2222
pip-audit = "*"
2323
pre-commit = "*"
24-
puyapy = "*"
24+
puyapy = "2.1.2"
2525

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

examples/starter_python/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ algorand-python-testing = "^0.2.1"
1414

1515
[tool.poetry.group.dev.dependencies]
1616
algokit-client-generator = "^1.1.3"
17-
puyapy = "*"
17+
puyapy = "2.1.2"
1818

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

template_content/pyproject.toml.jinja

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ pip-audit = "*"
3737
{% if use_pre_commit -%}
3838
pre-commit = "*"
3939
{% endif -%}
40-
puyapy = "*"
40+
puyapy = "2.1.2"
4141

4242
[build-system]
4343
requires = ["poetry-core"]

0 commit comments

Comments
 (0)