From cf96688fe9eb9255a7e6958026fdbd8a3d3527c6 Mon Sep 17 00:00:00 2001 From: Altynbek Orumbayev Date: Tue, 25 Jun 2024 23:47:28 +0200 Subject: [PATCH] fix: set algorand-python-testing version to ref pypi --- .../production_python_smart_contract_python/pyproject.toml | 2 +- .../production_python_smart_contract_typescript/pyproject.toml | 2 +- .../starter_python_smart_contract_python/pyproject.toml | 2 +- .../starter_python_smart_contract_typescript/pyproject.toml | 2 +- examples/production_python/pyproject.toml | 2 +- examples/starter_python/pyproject.toml | 2 +- template_content/pyproject.toml.jinja | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/examples/generators/production_python_smart_contract_python/pyproject.toml b/examples/generators/production_python_smart_contract_python/pyproject.toml index c7ee2d8..2262d29 100644 --- a/examples/generators/production_python_smart_contract_python/pyproject.toml +++ b/examples/generators/production_python_smart_contract_python/pyproject.toml @@ -10,7 +10,7 @@ python = "^3.12" algokit-utils = "^2.3.0" python-dotenv = "^1.0.0" algorand-python = "^1.0.0" -algorand-python-testing = {git = "https://github.com/algorandfoundation/puya.git", rev = "fix/algopy_testing_refinements", subdirectory = "algopy_testing"} +algorand-python-testing = "^0.2.1" [tool.poetry.group.dev.dependencies] algokit-client-generator = "^1.1.3" diff --git a/examples/generators/production_python_smart_contract_typescript/pyproject.toml b/examples/generators/production_python_smart_contract_typescript/pyproject.toml index d33d978..b150bb7 100644 --- a/examples/generators/production_python_smart_contract_typescript/pyproject.toml +++ b/examples/generators/production_python_smart_contract_typescript/pyproject.toml @@ -10,7 +10,7 @@ python = "^3.12" algokit-utils = "^2.3.0" python-dotenv = "^1.0.0" algorand-python = "^1.0.0" -algorand-python-testing = {git = "https://github.com/algorandfoundation/puya.git", rev = "fix/algopy_testing_refinements", subdirectory = "algopy_testing"} +algorand-python-testing = "^0.2.1" [tool.poetry.group.dev.dependencies] black = {extras = ["d"], version = "*"} diff --git a/examples/generators/starter_python_smart_contract_python/pyproject.toml b/examples/generators/starter_python_smart_contract_python/pyproject.toml index 00c7488..7680e02 100644 --- a/examples/generators/starter_python_smart_contract_python/pyproject.toml +++ b/examples/generators/starter_python_smart_contract_python/pyproject.toml @@ -10,7 +10,7 @@ python = "^3.12" algokit-utils = "^2.3.0" python-dotenv = "^1.0.0" algorand-python = "^1.0.0" -algorand-python-testing = {git = "https://github.com/algorandfoundation/puya.git", rev = "fix/algopy_testing_refinements", subdirectory = "algopy_testing"} +algorand-python-testing = "^0.2.1" [tool.poetry.group.dev.dependencies] algokit-client-generator = "^1.1.3" diff --git a/examples/generators/starter_python_smart_contract_typescript/pyproject.toml b/examples/generators/starter_python_smart_contract_typescript/pyproject.toml index 8aefa5d..3ed8c66 100644 --- a/examples/generators/starter_python_smart_contract_typescript/pyproject.toml +++ b/examples/generators/starter_python_smart_contract_typescript/pyproject.toml @@ -10,7 +10,7 @@ python = "^3.12" algokit-utils = "^2.3.0" python-dotenv = "^1.0.0" algorand-python = "^1.0.0" -algorand-python-testing = {git = "https://github.com/algorandfoundation/puya.git", rev = "fix/algopy_testing_refinements", subdirectory = "algopy_testing"} +algorand-python-testing = "^0.2.1" [tool.poetry.group.dev.dependencies] puyapy = "*" diff --git a/examples/production_python/pyproject.toml b/examples/production_python/pyproject.toml index 27e03d4..b815724 100644 --- a/examples/production_python/pyproject.toml +++ b/examples/production_python/pyproject.toml @@ -10,7 +10,7 @@ python = "^3.12" algokit-utils = "^2.3.0" python-dotenv = "^1.0.0" algorand-python = "^1.0.0" -algorand-python-testing = {git = "https://github.com/algorandfoundation/puya.git", rev = "fix/algopy_testing_refinements", subdirectory = "algopy_testing"} +algorand-python-testing = "^0.2.1" [tool.poetry.group.dev.dependencies] algokit-client-generator = "^1.1.3" diff --git a/examples/starter_python/pyproject.toml b/examples/starter_python/pyproject.toml index 8016d41..e03f88a 100644 --- a/examples/starter_python/pyproject.toml +++ b/examples/starter_python/pyproject.toml @@ -10,7 +10,7 @@ python = "^3.12" algokit-utils = "^2.3.0" python-dotenv = "^1.0.0" algorand-python = "^1.0.0" -algorand-python-testing = {git = "https://github.com/algorandfoundation/puya.git", rev = "fix/algopy_testing_refinements", subdirectory = "algopy_testing"} +algorand-python-testing = "^0.2.1" [tool.poetry.group.dev.dependencies] algokit-client-generator = "^1.1.3" diff --git a/template_content/pyproject.toml.jinja b/template_content/pyproject.toml.jinja index 9c6a9c7..9d13e18 100644 --- a/template_content/pyproject.toml.jinja +++ b/template_content/pyproject.toml.jinja @@ -10,7 +10,7 @@ python = "^3.12" algokit-utils = "^2.3.0" python-dotenv = "^1.0.0" algorand-python = "^1.0.0" -algorand-python-testing = {git = "https://github.com/algorandfoundation/puya.git", rev = "fix/algopy_testing_refinements", subdirectory = "algopy_testing"} +algorand-python-testing = "^0.2.1" [tool.poetry.group.dev.dependencies] {% if deployment_language == 'python' -%}