File tree Expand file tree Collapse file tree 12 files changed +12
-12
lines changed
production_python_smart_contract_python
production_python_smart_contract_typescript
starter_python_smart_contract_python
starter_python_smart_contract_typescript Expand file tree Collapse file tree 12 files changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ python = "^3.12"
1010algokit-utils = " ^2.3.0"
1111python-dotenv = " ^1.0.0"
1212algorand-python = " ^2.0.0"
13- algorand-python-testing = " ^0.3.0b1 "
13+ algorand-python-testing = " ^0.3.0 "
1414
1515[tool .poetry .group .dev .dependencies ]
1616algokit-client-generator = " ^1.1.3"
Original file line number Diff line number Diff line change @@ -52,8 +52,8 @@ def main(action: str) -> None:
5252 for contract in contracts :
5353 logger .info (f"Building app at { contract .path } " )
5454 app_spec_path = build (artifact_path / contract .name , contract .path )
55- logger .info (f"Deploying { contract .path .name } " )
5655 if contract .deploy :
56+ logger .info (f"Deploying { contract .path .name } " )
5757 deploy (app_spec_path , contract .deploy )
5858
5959
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ python = "^3.12"
1010algokit-utils = " ^2.3.0"
1111python-dotenv = " ^1.0.0"
1212algorand-python = " ^2.0.0"
13- algorand-python-testing = " ^0.3.0b1 "
13+ algorand-python-testing = " ^0.3.0 "
1414
1515[tool .poetry .group .dev .dependencies ]
1616black = {extras = [" d" ], version = " *" }
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ python = "^3.12"
1010algokit-utils = " ^2.3.0"
1111python-dotenv = " ^1.0.0"
1212algorand-python = " ^2.0.0"
13- algorand-python-testing = " ^0.3.0b1 "
13+ algorand-python-testing = " ^0.3.0 "
1414
1515[tool .poetry .group .dev .dependencies ]
1616algokit-client-generator = " ^1.1.3"
Original file line number Diff line number Diff line change @@ -52,8 +52,8 @@ def main(action: str) -> None:
5252 for contract in contracts :
5353 logger .info (f"Building app at { contract .path } " )
5454 app_spec_path = build (artifact_path / contract .name , contract .path )
55- logger .info (f"Deploying { contract .path .name } " )
5655 if contract .deploy :
56+ logger .info (f"Deploying { contract .path .name } " )
5757 deploy (app_spec_path , contract .deploy )
5858
5959
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ python = "^3.12"
1010algokit-utils = " ^2.3.0"
1111python-dotenv = " ^1.0.0"
1212algorand-python = " ^2.0.0"
13- algorand-python-testing = " ^0.3.0b1 "
13+ algorand-python-testing = " ^0.3.0 "
1414
1515[tool .poetry .group .dev .dependencies ]
1616puyapy = " *"
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ python = "^3.12"
1010algokit-utils = " ^2.3.0"
1111python-dotenv = " ^1.0.0"
1212algorand-python = " ^2.0.0"
13- algorand-python-testing = " ^0.3.0b1 "
13+ algorand-python-testing = " ^0.3.0 "
1414
1515[tool .poetry .group .dev .dependencies ]
1616algokit-client-generator = " ^1.1.3"
Original file line number Diff line number Diff line change @@ -52,8 +52,8 @@ def main(action: str) -> None:
5252 for contract in contracts :
5353 logger .info (f"Building app at { contract .path } " )
5454 app_spec_path = build (artifact_path / contract .name , contract .path )
55- logger .info (f"Deploying { contract .path .name } " )
5655 if contract .deploy :
56+ logger .info (f"Deploying { contract .path .name } " )
5757 deploy (app_spec_path , contract .deploy )
5858
5959
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ python = "^3.12"
1010algokit-utils = " ^2.3.0"
1111python-dotenv = " ^1.0.0"
1212algorand-python = " ^2.0.0"
13- algorand-python-testing = " ^0.3.0b1 "
13+ algorand-python-testing = " ^0.3.0 "
1414
1515[tool .poetry .group .dev .dependencies ]
1616algokit-client-generator = " ^1.1.3"
Original file line number Diff line number Diff line change @@ -52,8 +52,8 @@ def main(action: str) -> None:
5252 for contract in contracts :
5353 logger .info (f"Building app at { contract .path } " )
5454 app_spec_path = build (artifact_path / contract .name , contract .path )
55- logger .info (f"Deploying { contract .path .name } " )
5655 if contract .deploy :
56+ logger .info (f"Deploying { contract .path .name } " )
5757 deploy (app_spec_path , contract .deploy )
5858
5959
You can’t perform that action at this time.
0 commit comments