From 989866178dc72f2e7fc1674df41a0dbfefa7d1c2 Mon Sep 17 00:00:00 2001 From: ArgimiroCF Date: Fri, 3 Oct 2025 03:38:50 -0300 Subject: [PATCH] Bump algorand-python to ^3.0 everywhere --- .../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 174d29f..b52df51 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 @@ package-mode = false python = "^3.12" algokit-utils = "^4.0.0" python-dotenv = "^1.0.0" -algorand-python = "^2.0.0" +algorand-python = "^3.0.0" algorand-python-testing = "~0" [tool.poetry.group.dev.dependencies] diff --git a/examples/generators/production_python_smart_contract_typescript/pyproject.toml b/examples/generators/production_python_smart_contract_typescript/pyproject.toml index f94d33d..21fba05 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 @@ package-mode = false python = "^3.12" algokit-utils = "^4.0.0" python-dotenv = "^1.0.0" -algorand-python = "^2.0.0" +algorand-python = "^3.0.0" algorand-python-testing = "~0" [tool.poetry.group.dev.dependencies] diff --git a/examples/generators/starter_python_smart_contract_python/pyproject.toml b/examples/generators/starter_python_smart_contract_python/pyproject.toml index 03a632d..3304452 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 @@ package-mode = false python = "^3.12" algokit-utils = "^4.0.0" python-dotenv = "^1.0.0" -algorand-python = "^2.0.0" +algorand-python = "^3.0.0" algorand-python-testing = "~0" [tool.poetry.group.dev.dependencies] diff --git a/examples/generators/starter_python_smart_contract_typescript/pyproject.toml b/examples/generators/starter_python_smart_contract_typescript/pyproject.toml index aa5a5f0..3e266db 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 @@ package-mode = false python = "^3.12" algokit-utils = "^4.0.0" python-dotenv = "^1.0.0" -algorand-python = "^2.0.0" +algorand-python = "^3.0.0" algorand-python-testing = "~0" [tool.poetry.group.dev.dependencies] diff --git a/examples/production_python/pyproject.toml b/examples/production_python/pyproject.toml index 6de0523..e3f7399 100644 --- a/examples/production_python/pyproject.toml +++ b/examples/production_python/pyproject.toml @@ -10,7 +10,7 @@ package-mode = false python = "^3.12" algokit-utils = "^4.0.0" python-dotenv = "^1.0.0" -algorand-python = "^2.0.0" +algorand-python = "^3.0.0" algorand-python-testing = "~0" [tool.poetry.group.dev.dependencies] diff --git a/examples/starter_python/pyproject.toml b/examples/starter_python/pyproject.toml index e38a048..75923cd 100644 --- a/examples/starter_python/pyproject.toml +++ b/examples/starter_python/pyproject.toml @@ -10,7 +10,7 @@ package-mode = false python = "^3.12" algokit-utils = "^4.0.0" python-dotenv = "^1.0.0" -algorand-python = "^2.0.0" +algorand-python = "^3.0.0" algorand-python-testing = "~0" [tool.poetry.group.dev.dependencies] diff --git a/template_content/pyproject.toml.jinja b/template_content/pyproject.toml.jinja index 714c7e8..df04cc0 100644 --- a/template_content/pyproject.toml.jinja +++ b/template_content/pyproject.toml.jinja @@ -10,7 +10,7 @@ package-mode = false python = "^3.12" algokit-utils = "^4.0.0" python-dotenv = "^1.0.0" -algorand-python = "^2.0.0" +algorand-python = "^3.0.0" algorand-python-testing = "~0" [tool.poetry.group.dev.dependencies]