Skip to content

Commit 90c1a59

Browse files
authored
# fix: bump algorand-python stubs to v2 (#46)
* fix: bumping algorand-python stubs to latest major vesion * chore: regen artifacts
1 parent c6ad5fb commit 90c1a59

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
@@ -9,7 +9,7 @@ readme = "README.md"
99
python = "^3.12"
1010
algokit-utils = "^2.3.0"
1111
python-dotenv = "^1.0.0"
12-
algorand-python = "^1.0.0"
12+
algorand-python = "^2.0.0"
1313
algorand-python-testing = "^0.3.0b1"
1414

1515
[tool.poetry.group.dev.dependencies]

examples/generators/production_python_smart_contract_typescript/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ readme = "README.md"
99
python = "^3.12"
1010
algokit-utils = "^2.3.0"
1111
python-dotenv = "^1.0.0"
12-
algorand-python = "^1.0.0"
12+
algorand-python = "^2.0.0"
1313
algorand-python-testing = "^0.3.0b1"
1414

1515
[tool.poetry.group.dev.dependencies]

examples/generators/starter_python_smart_contract_python/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ readme = "README.md"
99
python = "^3.12"
1010
algokit-utils = "^2.3.0"
1111
python-dotenv = "^1.0.0"
12-
algorand-python = "^1.0.0"
12+
algorand-python = "^2.0.0"
1313
algorand-python-testing = "^0.3.0b1"
1414

1515
[tool.poetry.group.dev.dependencies]

examples/generators/starter_python_smart_contract_typescript/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ readme = "README.md"
99
python = "^3.12"
1010
algokit-utils = "^2.3.0"
1111
python-dotenv = "^1.0.0"
12-
algorand-python = "^1.0.0"
12+
algorand-python = "^2.0.0"
1313
algorand-python-testing = "^0.3.0b1"
1414

1515
[tool.poetry.group.dev.dependencies]

examples/production_python/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ readme = "README.md"
99
python = "^3.12"
1010
algokit-utils = "^2.3.0"
1111
python-dotenv = "^1.0.0"
12-
algorand-python = "^1.0.0"
12+
algorand-python = "^2.0.0"
1313
algorand-python-testing = "^0.3.0b1"
1414

1515
[tool.poetry.group.dev.dependencies]

examples/starter_python/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ readme = "README.md"
99
python = "^3.12"
1010
algokit-utils = "^2.3.0"
1111
python-dotenv = "^1.0.0"
12-
algorand-python = "^1.0.0"
12+
algorand-python = "^2.0.0"
1313
algorand-python-testing = "^0.3.0b1"
1414

1515
[tool.poetry.group.dev.dependencies]

template_content/pyproject.toml.jinja

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ readme = "README.md"
99
python = "^3.12"
1010
algokit-utils = "^2.3.0"
1111
python-dotenv = "^1.0.0"
12-
algorand-python = "^1.0.0"
12+
algorand-python = "^2.0.0"
1313
algorand-python-testing = "^0.3.0b1"
1414

1515
[tool.poetry.group.dev.dependencies]

0 commit comments

Comments
 (0)