diff --git a/.github/workflows/check-python.yaml b/.github/workflows/check-python.yaml index 9e697dd..9a52191 100644 --- a/.github/workflows/check-python.yaml +++ b/.github/workflows/check-python.yaml @@ -14,7 +14,7 @@ jobs: run: pipx install poetry - name: Install algokit - run: pipx install git+https://github.com/algorandfoundation/algokit-cli@feat/init_wizard_v2 --force + run: pipx install algokit - name: Set up Python 3.12 uses: actions/setup-python@v5 diff --git a/examples/production_beaker_react/.algokit.toml b/examples/production_beaker_react/.algokit.toml index b9e4fa5..378317e 100644 --- a/examples/production_beaker_react/.algokit.toml +++ b/examples/production_beaker_react/.algokit.toml @@ -1,5 +1,5 @@ [algokit] -min_version = "v1.12.0-beta.1" +min_version = "v1.12.0" [project] type = 'workspace' diff --git a/examples/production_puya_react/.algokit.toml b/examples/production_puya_react/.algokit.toml index b9e4fa5..378317e 100644 --- a/examples/production_puya_react/.algokit.toml +++ b/examples/production_puya_react/.algokit.toml @@ -1,5 +1,5 @@ [algokit] -min_version = "v1.12.0-beta.1" +min_version = "v1.12.0" [project] type = 'workspace' diff --git a/examples/production_tealscript_react/.algokit.toml b/examples/production_tealscript_react/.algokit.toml index b9e4fa5..378317e 100644 --- a/examples/production_tealscript_react/.algokit.toml +++ b/examples/production_tealscript_react/.algokit.toml @@ -1,5 +1,5 @@ [algokit] -min_version = "v1.12.0-beta.1" +min_version = "v1.12.0" [project] type = 'workspace' diff --git a/examples/starter_beaker_react/.algokit.toml b/examples/starter_beaker_react/.algokit.toml index b9e4fa5..378317e 100644 --- a/examples/starter_beaker_react/.algokit.toml +++ b/examples/starter_beaker_react/.algokit.toml @@ -1,5 +1,5 @@ [algokit] -min_version = "v1.12.0-beta.1" +min_version = "v1.12.0" [project] type = 'workspace' diff --git a/examples/starter_puya_react/.algokit.toml b/examples/starter_puya_react/.algokit.toml index b9e4fa5..378317e 100644 --- a/examples/starter_puya_react/.algokit.toml +++ b/examples/starter_puya_react/.algokit.toml @@ -1,5 +1,5 @@ [algokit] -min_version = "v1.12.0-beta.1" +min_version = "v1.12.0" [project] type = 'workspace' diff --git a/examples/starter_tealscript_react/.algokit.toml b/examples/starter_tealscript_react/.algokit.toml index b9e4fa5..378317e 100644 --- a/examples/starter_tealscript_react/.algokit.toml +++ b/examples/starter_tealscript_react/.algokit.toml @@ -1,5 +1,5 @@ [algokit] -min_version = "v1.12.0-beta.1" +min_version = "v1.12.0" [project] type = 'workspace' diff --git a/template_content/.algokit.toml b/template_content/.algokit.toml index b9e4fa5..378317e 100644 --- a/template_content/.algokit.toml +++ b/template_content/.algokit.toml @@ -1,5 +1,5 @@ [algokit] -min_version = "v1.12.0-beta.1" +min_version = "v1.12.0" [project] type = 'workspace' diff --git a/template_content/check_algokit_version.py b/template_content/check_algokit_version.py index 8b7185f..e921d33 100644 --- a/template_content/check_algokit_version.py +++ b/template_content/check_algokit_version.py @@ -7,7 +7,7 @@ logger = logging.getLogger(__name__) # algokit cli version that in which support for wizard v2 was first introduced -ALGOKIT_MIN_VERSION = "1.11.4" +ALGOKIT_MIN_VERSION = "1.12.0" def get_algokit_version():