Pysui

Latest version: v0.81.0

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

Scan your dependencies

Page 14 of 19

0.21.1

Added

- Pure python multisig signing, reducing dependencies on Sui binaries [enhancement](https://github.com/FrankC01/pysui/issues/100)
- `pyroaring` added to requirements.txt and package build

Fixed

- Use of multisigs in SuiTransaction [bug](https://github.com/FrankC01/pysui/issues/109)

Changed

- SuiTransaction now takes an optional `item_type` argument that is a string triple of the
type of objects you are making a vector of

Removed

0.21.0

Added

- GetProtocolConfig builder and response supporting Sui RPC API `sui_getProtocolConfig` in 1.1.0

Fixed

Changed

Removed

0.20.3

Added

- SuiTransaction now has convenient `gas` property: `tx.split_coin(coin=tx.gas,amounts=[1000000000])` [enhancment](https://github.com/FrankC01/pysui/issues/106)

Fixed

Changed

Removed

0.20.2

Added

Fixed

- SharedObject mutablity resolution in SuiTransaction [bug](https://github.com/FrankC01/pysui/issues/107)

Changed

Removed

0.20.1

Added

Fixed

- mainnet in SuiConfig regression [bug](https://github.com/FrankC01/pysui/issues/103)

Changed

Removed

0.20.0

Breaking Changes

Added

- GetValidatorsApy builder and response supporting Sui RPC API `suix_getValidatorsApy` in 1.0.0
- SubscribeTransaction builder supporting Sui RPC API `suix_subscribeTransaction` in 1.0.0
- `asynch_sub_txn` demo for SubscribeTransaction
- `custom_upgrade` method to SuiTransaction

Fixed

- Fixed argument error in low level builder for transfer using split which expected a list of amounts.
- Duplicate inputs generated from SuiTransaction building [bug](https://github.com/FrankC01/pysui/issues/99)

Changed

- Bump version to 0.20.0
- **Breaking Change** SuiTransaction `publish` command now returns an UpgradeCap result. Up to author to transfer
- `publish_build` utility that builds a move project for publishing now uses updated digest creation unless flag to use legacy set
- Updated documentation

Removed

- **Breaking Change** `locked_in_epoch` field remmoved in SuiCoinObject result.
- Deprecated methods marked in 0.16.1

Page 14 of 19

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.