Skip to content

Commit 4732636

Browse files
committed
feat: depend on utils v4 and generator v2.1
1 parent d4559ab commit 4732636

File tree

8 files changed

+58
-18
lines changed

8 files changed

+58
-18
lines changed

examples/generators/production_python_smart_contract_python/pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@ readme = "README.md"
77

88
[tool.poetry.dependencies]
99
python = "^3.12"
10-
algokit-utils = "^3.0.0"
10+
algokit-utils = "^4.0.0"
1111
python-dotenv = "^1.0.0"
1212
algorand-python = "^2.0.0"
1313
algorand-python-testing = "^0.4.0"
1414

1515
[tool.poetry.group.dev.dependencies]
16-
algokit-client-generator = "^2.0.0"
16+
algokit-client-generator = "^2.1.0"
1717
black = {extras = ["d"], version = "*"}
1818
ruff = "^0.9.4"
1919
mypy = "^1"

examples/generators/production_python_smart_contract_typescript/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ readme = "README.md"
77

88
[tool.poetry.dependencies]
99
python = "^3.12"
10-
algokit-utils = "^3.0.0"
10+
algokit-utils = "^4.0.0"
1111
python-dotenv = "^1.0.0"
1212
algorand-python = "^2.0.0"
1313
algorand-python-testing = "^0.4.0"

examples/generators/starter_python_smart_contract_python/pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@ readme = "README.md"
77

88
[tool.poetry.dependencies]
99
python = "^3.12"
10-
algokit-utils = "^3.0.0"
10+
algokit-utils = "^4.0.0"
1111
python-dotenv = "^1.0.0"
1212
algorand-python = "^2.0.0"
1313
algorand-python-testing = "^0.4.0"
1414

1515
[tool.poetry.group.dev.dependencies]
16-
algokit-client-generator = "^2.0.0"
16+
algokit-client-generator = "^2.1.0"
1717
puyapy = "*"
1818

1919
[build-system]

examples/generators/starter_python_smart_contract_typescript/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ readme = "README.md"
77

88
[tool.poetry.dependencies]
99
python = "^3.12"
10-
algokit-utils = "^3.0.0"
10+
algokit-utils = "^4.0.0"
1111
python-dotenv = "^1.0.0"
1212
algorand-python = "^2.0.0"
1313
algorand-python-testing = "^0.4.0"

examples/production_python/pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@ readme = "README.md"
77

88
[tool.poetry.dependencies]
99
python = "^3.12"
10-
algokit-utils = "^3.0.0"
10+
algokit-utils = "^4.0.0"
1111
python-dotenv = "^1.0.0"
1212
algorand-python = "^2.0.0"
1313
algorand-python-testing = "^0.4.0"
1414

1515
[tool.poetry.group.dev.dependencies]
16-
algokit-client-generator = "^2.0.0"
16+
algokit-client-generator = "^2.1.0"
1717
black = {extras = ["d"], version = "*"}
1818
ruff = "^0.9.4"
1919
mypy = "^1"

examples/starter_python/pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@ readme = "README.md"
77

88
[tool.poetry.dependencies]
99
python = "^3.12"
10-
algokit-utils = "^3.0.0"
10+
algokit-utils = "^4.0.0"
1111
python-dotenv = "^1.0.0"
1212
algorand-python = "^2.0.0"
1313
algorand-python-testing = "^0.4.0"
1414

1515
[tool.poetry.group.dev.dependencies]
16-
algokit-client-generator = "^2.0.0"
16+
algokit-client-generator = "^2.1.0"
1717
puyapy = "*"
1818

1919
[build-system]

poetry.lock

+46-6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

template_content/pyproject.toml.jinja

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@ readme = "README.md"
77

88
[tool.poetry.dependencies]
99
python = "^3.12"
10-
algokit-utils = "^3.0.0"
10+
algokit-utils = "^4.0.0"
1111
python-dotenv = "^1.0.0"
1212
algorand-python = "^2.0.0"
1313
algorand-python-testing = "^0.4.0"
1414

1515
[tool.poetry.group.dev.dependencies]
1616
{% if deployment_language == 'python' -%}
17-
algokit-client-generator = "^2.0.0"
17+
algokit-client-generator = "^2.1.0"
1818
{% endif -%}
1919
{% if use_python_black -%}
2020
black = {extras = ["d"], version = "*"}

0 commit comments

Comments
 (0)