Algokit-utils

Latest version: v4.0.0

Safety actively analyzes 723607 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 4 of 6

1.3.0

Feature

* Deployment support for testnet and mainnet ([45](https://github.com/algorandfoundation/algokit-utils-py/issues/45)) ([`3c4c378`](https://github.com/algorandfoundation/algokit-utils-py/commit/3c4c378af7a300132db2696e3d5b8cb11519bb0d))

1.2.0

Feature

* Add factory method to Account to create from a new account ([`1185097`](https://github.com/algorandfoundation/algokit-utils-py/commit/1185097e78a214b16e36ee67f03cf29b22555165))
* Use official Algorand Docker images for LocalNet ([`0a2d176`](https://github.com/algorandfoundation/algokit-utils-py/commit/0a2d176ba9addec70078dcdfb1047369c9e82271))
* Add import_source_map and export_source_map to ApplicationClient ([`ea7cbb7`](https://github.com/algorandfoundation/algokit-utils-py/commit/ea7cbb7e807e0a13bd8653915eeeb269dacfc208))
* Allow specifying app_name when creating an ApplicationClient ([36](https://github.com/algorandfoundation/algokit-utils-py/issues/36)) ([`6cef241`](https://github.com/algorandfoundation/algokit-utils-py/commit/6cef241aec51b6c386c6a53645d85fb9c816e01a))
* Use simulate for readonly methods ([`723f2cd`](https://github.com/algorandfoundation/algokit-utils-py/commit/723f2cdfc0a15d4e0cd15633069c63bb9db57bb8))
* Support partially providing template_values on client init ([`5cef97d`](https://github.com/algorandfoundation/algokit-utils-py/commit/5cef97d49110835b1cb708efe45befc1600549d9))
* Add signer and public_key to Account ([35](https://github.com/algorandfoundation/algokit-utils-py/issues/35)) ([`e21ba50`](https://github.com/algorandfoundation/algokit-utils-py/commit/e21ba50ff288cd321416b43f25059090a0b43f1b))

Fix

* Add a compatibility shim for simulate 3.15 endpoints ([`0668358`](https://github.com/algorandfoundation/algokit-utils-py/commit/0668358353bb252bb4b65b13f632f38bd3c84a93))
* Automatically provide an approval source_map where possible ([`9cc9972`](https://github.com/algorandfoundation/algokit-utils-py/commit/9cc9972be055be49ac679a4d63c8ca071da53616))
* Also strip whitespace when stripping comments ([`f7e85c8`](https://github.com/algorandfoundation/algokit-utils-py/commit/f7e85c8ffa79f63af2ae073bf1858bbc5091ddee))
* Add missing fields to CommonCallParametersDict ([`1167966`](https://github.com/algorandfoundation/algokit-utils-py/commit/11679667bec0f677f83ade8bec0188981e06b60b))

Documentation

* Remove stale files ([`257a2bb`](https://github.com/algorandfoundation/algokit-utils-py/commit/257a2bb1fecca635bb77574b672a0cfad209a513))
* Add handwritten documentation ([`65b87b6`](https://github.com/algorandfoundation/algokit-utils-py/commit/65b87b6669fd463eacc4ca218ee8aef0f2ea7c66))
* Fix broken link ([`59207f2`](https://github.com/algorandfoundation/algokit-utils-py/commit/59207f2425740f5b31a07624abd8598a5d28821b))
* Fix typo ([`f366c1e`](https://github.com/algorandfoundation/algokit-utils-py/commit/f366c1e51c284ed07344dcabb5169439e10e9acd))
* Update docs ([`5f8356c`](https://github.com/algorandfoundation/algokit-utils-py/commit/5f8356c1b783e4043c5f8e2c5c8ee6b8f7e91b77))

1.1.1

Fix
* Return correct response when multiple transactions are in an ABI call ([30](https://github.com/algorandfoundation/algokit-utils-py/issues/30)) ([`9c9aacf`](https://github.com/algorandfoundation/algokit-utils-py/commit/9c9aacf2836d982f14c94d81cf4da19de391225d))

1.1.0

Feature
* Make ensure_funded funding_source parameter optional ([`814661a`](https://github.com/algorandfoundation/algokit-utils-py/commit/814661ae77cb8fcd6ebe7898e134590fe76773d1))
* Add ensure_funded method ([24](https://github.com/algorandfoundation/algokit-utils-py/issues/24)) ([`e45fc46`](https://github.com/algorandfoundation/algokit-utils-py/commit/e45fc46ed4301ab0f17db1b30e0eae9f4f9ed247))

Fix
* Handle quoted template variables ([`7cca4f0`](https://github.com/algorandfoundation/algokit-utils-py/commit/7cca4f0d3e62d5c8c797176c515f408699768492))
* Update strip_comments to handle quotes ([`eaa77dd`](https://github.com/algorandfoundation/algokit-utils-py/commit/eaa77dd25c051989d5ba3c120a1e002e2465f432))
* Remove deprecated/renamed functions ([`68f6155`](https://github.com/algorandfoundation/algokit-utils-py/commit/68f6155e439dbd39af665139813e999c53cfceac))
* Correctly adjust port in client configs ([27](https://github.com/algorandfoundation/algokit-utils-py/issues/27)) ([`89a0848`](https://github.com/algorandfoundation/algokit-utils-py/commit/89a0848f96adda9d3b3b9305799d737ccbc9b304))
* Fix network client auth headers ([26](https://github.com/algorandfoundation/algokit-utils-py/issues/26)) ([`6ba8792`](https://github.com/algorandfoundation/algokit-utils-py/commit/6ba8792f3652b465ed429d6043428859b52e008b))

Documentation
* Regenerate docs ([`0cd0717`](https://github.com/algorandfoundation/algokit-utils-py/commit/0cd07171cbe3b906b4d5e4e20a8c61e17cc99761))
* Add link to documentation ([23](https://github.com/algorandfoundation/algokit-utils-py/issues/23)) ([`2fe6792`](https://github.com/algorandfoundation/algokit-utils-py/commit/2fe6792b565f00c623b5fff98b503525c7e428c7))
* Fix typo in deploy docstring ([22](https://github.com/algorandfoundation/algokit-utils-py/issues/22)) ([`1229ea4`](https://github.com/algorandfoundation/algokit-utils-py/commit/1229ea4b5194ba980fd194fc4801d81fa8e210e1))

1.0.3

Fix
* Strip comments before compiling to accomodate annotated teal ([19](https://github.com/algorandfoundation/algokit-utils-py/issues/19)) ([`2bb9a56`](https://github.com/algorandfoundation/algokit-utils-py/commit/2bb9a569036e1847988a7b655d08cd9580fb2608))
* Stop transaction parameters being converted to dict ([18](https://github.com/algorandfoundation/algokit-utils-py/issues/18)) ([`8e753b5`](https://github.com/algorandfoundation/algokit-utils-py/commit/8e753b5af8af59e7ba901975d300f2b5dc249761))

1.0.2

Fix
* Handle non algosdk TransactionSigner implementations ([14](https://github.com/algorandfoundation/algokit-utils-py/issues/14)) ([`25be642`](https://github.com/algorandfoundation/algokit-utils-py/commit/25be642466f1b02c3f95c60008670caf9812c3cd))
* Readd AppSpecStateDict type definition to root namespace ([`231e4b8`](https://github.com/algorandfoundation/algokit-utils-py/commit/231e4b880ee154e3edff7425e18ae38cf305a9eb))

Documentation
* Add .nojekyll ([`f597fbc`](https://github.com/algorandfoundation/algokit-utils-py/commit/f597fbcf86175af6df4d30220338dcee4f0a8b19))
* Publish html version of docs ([15](https://github.com/algorandfoundation/algokit-utils-py/issues/15)) ([`3e6c0c8`](https://github.com/algorandfoundation/algokit-utils-py/commit/3e6c0c8a44b384e276bd1301d038f2bd867f4727))
* Document all public symbols ([13](https://github.com/algorandfoundation/algokit-utils-py/issues/13)) ([`954b5e1`](https://github.com/algorandfoundation/algokit-utils-py/commit/954b5e19597ef21ee7f1dcc0e3aa7fca03cb5036))
* Fix typo ([`cb92e08`](https://github.com/algorandfoundation/algokit-utils-py/commit/cb92e08feaa8af6da4ff78356e92674d0d0fe081))

Page 4 of 6

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.