Skip to content

Commit 550eaff

Browse files
authored
fix: set algorand-python-testing version to ref pypi (#29)
1 parent 3a70b80 commit 550eaff

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ python = "^3.12"
1010
algokit-utils = "^2.3.0"
1111
python-dotenv = "^1.0.0"
1212
algorand-python = "^1.0.0"
13-
algorand-python-testing = {git = "https://github.com/algorandfoundation/puya.git", rev = "fix/algopy_testing_refinements", subdirectory = "algopy_testing"}
13+
algorand-python-testing = "^0.2.1"
1414

1515
[tool.poetry.group.dev.dependencies]
1616
algokit-client-generator = "^1.1.3"

examples/generators/production_python_smart_contract_typescript/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ python = "^3.12"
1010
algokit-utils = "^2.3.0"
1111
python-dotenv = "^1.0.0"
1212
algorand-python = "^1.0.0"
13-
algorand-python-testing = {git = "https://github.com/algorandfoundation/puya.git", rev = "fix/algopy_testing_refinements", subdirectory = "algopy_testing"}
13+
algorand-python-testing = "^0.2.1"
1414

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

examples/generators/starter_python_smart_contract_python/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ python = "^3.12"
1010
algokit-utils = "^2.3.0"
1111
python-dotenv = "^1.0.0"
1212
algorand-python = "^1.0.0"
13-
algorand-python-testing = {git = "https://github.com/algorandfoundation/puya.git", rev = "fix/algopy_testing_refinements", subdirectory = "algopy_testing"}
13+
algorand-python-testing = "^0.2.1"
1414

1515
[tool.poetry.group.dev.dependencies]
1616
algokit-client-generator = "^1.1.3"

examples/generators/starter_python_smart_contract_typescript/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ python = "^3.12"
1010
algokit-utils = "^2.3.0"
1111
python-dotenv = "^1.0.0"
1212
algorand-python = "^1.0.0"
13-
algorand-python-testing = {git = "https://github.com/algorandfoundation/puya.git", rev = "fix/algopy_testing_refinements", subdirectory = "algopy_testing"}
13+
algorand-python-testing = "^0.2.1"
1414

1515
[tool.poetry.group.dev.dependencies]
1616
puyapy = "*"

examples/production_python/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ python = "^3.12"
1010
algokit-utils = "^2.3.0"
1111
python-dotenv = "^1.0.0"
1212
algorand-python = "^1.0.0"
13-
algorand-python-testing = {git = "https://github.com/algorandfoundation/puya.git", rev = "fix/algopy_testing_refinements", subdirectory = "algopy_testing"}
13+
algorand-python-testing = "^0.2.1"
1414

1515
[tool.poetry.group.dev.dependencies]
1616
algokit-client-generator = "^1.1.3"

examples/starter_python/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ python = "^3.12"
1010
algokit-utils = "^2.3.0"
1111
python-dotenv = "^1.0.0"
1212
algorand-python = "^1.0.0"
13-
algorand-python-testing = {git = "https://github.com/algorandfoundation/puya.git", rev = "fix/algopy_testing_refinements", subdirectory = "algopy_testing"}
13+
algorand-python-testing = "^0.2.1"
1414

1515
[tool.poetry.group.dev.dependencies]
1616
algokit-client-generator = "^1.1.3"

template_content/pyproject.toml.jinja

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ python = "^3.12"
1010
algokit-utils = "^2.3.0"
1111
python-dotenv = "^1.0.0"
1212
algorand-python = "^1.0.0"
13-
algorand-python-testing = {git = "https://github.com/algorandfoundation/puya.git", rev = "fix/algopy_testing_refinements", subdirectory = "algopy_testing"}
13+
algorand-python-testing = "^0.2.1"
1414

1515
[tool.poetry.group.dev.dependencies]
1616
{% if deployment_language == 'python' -%}

0 commit comments

Comments
 (0)