File tree 8 files changed +58
-18
lines changed
production_python_smart_contract_python
production_python_smart_contract_typescript
starter_python_smart_contract_python
starter_python_smart_contract_typescript
8 files changed +58
-18
lines changed Original file line number Diff line number Diff line change @@ -7,13 +7,13 @@ readme = "README.md"
7
7
8
8
[tool .poetry .dependencies ]
9
9
python = " ^3.12"
10
- algokit-utils = " ^3 .0.0"
10
+ algokit-utils = " ^4 .0.0"
11
11
python-dotenv = " ^1.0.0"
12
12
algorand-python = " ^2.0.0"
13
13
algorand-python-testing = " ^0.4.0"
14
14
15
15
[tool .poetry .group .dev .dependencies ]
16
- algokit-client-generator = " ^2.0 .0"
16
+ algokit-client-generator = " ^2.1 .0"
17
17
black = {extras = [" d" ], version = " *" }
18
18
ruff = " ^0.9.4"
19
19
mypy = " ^1"
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ readme = "README.md"
7
7
8
8
[tool .poetry .dependencies ]
9
9
python = " ^3.12"
10
- algokit-utils = " ^3 .0.0"
10
+ algokit-utils = " ^4 .0.0"
11
11
python-dotenv = " ^1.0.0"
12
12
algorand-python = " ^2.0.0"
13
13
algorand-python-testing = " ^0.4.0"
Original file line number Diff line number Diff line change @@ -7,13 +7,13 @@ readme = "README.md"
7
7
8
8
[tool .poetry .dependencies ]
9
9
python = " ^3.12"
10
- algokit-utils = " ^3 .0.0"
10
+ algokit-utils = " ^4 .0.0"
11
11
python-dotenv = " ^1.0.0"
12
12
algorand-python = " ^2.0.0"
13
13
algorand-python-testing = " ^0.4.0"
14
14
15
15
[tool .poetry .group .dev .dependencies ]
16
- algokit-client-generator = " ^2.0 .0"
16
+ algokit-client-generator = " ^2.1 .0"
17
17
puyapy = " *"
18
18
19
19
[build-system ]
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ readme = "README.md"
7
7
8
8
[tool .poetry .dependencies ]
9
9
python = " ^3.12"
10
- algokit-utils = " ^3 .0.0"
10
+ algokit-utils = " ^4 .0.0"
11
11
python-dotenv = " ^1.0.0"
12
12
algorand-python = " ^2.0.0"
13
13
algorand-python-testing = " ^0.4.0"
Original file line number Diff line number Diff line change @@ -7,13 +7,13 @@ readme = "README.md"
7
7
8
8
[tool .poetry .dependencies ]
9
9
python = " ^3.12"
10
- algokit-utils = " ^3 .0.0"
10
+ algokit-utils = " ^4 .0.0"
11
11
python-dotenv = " ^1.0.0"
12
12
algorand-python = " ^2.0.0"
13
13
algorand-python-testing = " ^0.4.0"
14
14
15
15
[tool .poetry .group .dev .dependencies ]
16
- algokit-client-generator = " ^2.0 .0"
16
+ algokit-client-generator = " ^2.1 .0"
17
17
black = {extras = [" d" ], version = " *" }
18
18
ruff = " ^0.9.4"
19
19
mypy = " ^1"
Original file line number Diff line number Diff line change @@ -7,13 +7,13 @@ readme = "README.md"
7
7
8
8
[tool .poetry .dependencies ]
9
9
python = " ^3.12"
10
- algokit-utils = " ^3 .0.0"
10
+ algokit-utils = " ^4 .0.0"
11
11
python-dotenv = " ^1.0.0"
12
12
algorand-python = " ^2.0.0"
13
13
algorand-python-testing = " ^0.4.0"
14
14
15
15
[tool .poetry .group .dev .dependencies ]
16
- algokit-client-generator = " ^2.0 .0"
16
+ algokit-client-generator = " ^2.1 .0"
17
17
puyapy = " *"
18
18
19
19
[build-system ]
Original file line number Diff line number Diff line change @@ -7,14 +7,14 @@ readme = "README.md"
7
7
8
8
[tool.poetry.dependencies]
9
9
python = "^3.12"
10
- algokit-utils = "^3 .0.0"
10
+ algokit-utils = "^4 .0.0"
11
11
python-dotenv = "^1.0.0"
12
12
algorand-python = "^2.0.0"
13
13
algorand-python-testing = "^0.4.0"
14
14
15
15
[tool.poetry.group.dev.dependencies]
16
16
{% if deployment_language == 'python' -%}
17
- algokit-client-generator = "^2.0 .0"
17
+ algokit-client-generator = "^2.1 .0"
18
18
{% endif -%}
19
19
{% if use_python_black -%}
20
20
black = {extras = ["d"], version = "*"}
You can’t perform that action at this time.
0 commit comments