Skip to content

Commit 7822bef

Browse files
committed
feat: update puya dependency to use latest available version
1 parent 3cccf4d commit 7822bef

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

template_content/pyproject.toml.jinja

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ readme = "README.md"
99
python = "^3.12"
1010
algokit-utils = "^2.2.0"
1111
python-dotenv = "^1.0.0"
12-
puya = "^0.2.0"
12+
puya = "^0"
1313

1414
[tool.poetry.group.dev.dependencies]
1515
{% if use_python_black -%}

tests_generated/test_smart_contract_generator_default_production_preset_python/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ readme = "README.md"
99
python = "^3.12"
1010
algokit-utils = "^2.2.0"
1111
python-dotenv = "^1.0.0"
12-
puya = "^0.2.0"
12+
puya = "^0"
1313

1414
[tool.poetry.group.dev.dependencies]
1515
black = {extras = ["d"], version = "*"}

tests_generated/test_smart_contract_generator_default_production_preset_typescript/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ readme = "README.md"
99
python = "^3.12"
1010
algokit-utils = "^2.2.0"
1111
python-dotenv = "^1.0.0"
12-
puya = "^0.2.0"
12+
puya = "^0"
1313

1414
[tool.poetry.group.dev.dependencies]
1515
black = {extras = ["d"], version = "*"}

tests_generated/test_smart_contract_generator_default_starter_preset_python/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ readme = "README.md"
99
python = "^3.12"
1010
algokit-utils = "^2.2.0"
1111
python-dotenv = "^1.0.0"
12-
puya = "^0.2.0"
12+
puya = "^0"
1313

1414
[tool.poetry.group.dev.dependencies]
1515
black = {extras = ["d"], version = "*"}

tests_generated/test_smart_contract_generator_default_starter_preset_typescript/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ readme = "README.md"
99
python = "^3.12"
1010
algokit-utils = "^2.2.0"
1111
python-dotenv = "^1.0.0"
12-
puya = "^0.2.0"
12+
puya = "^0"
1313

1414
[tool.poetry.group.dev.dependencies]
1515
black = {extras = ["d"], version = "*"}

0 commit comments

Comments
 (0)