Safe-eth-py

Latest version: v6.1.1

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

Scan your dependencies

Page 14 of 17

4.3.0

What's Changed
* Parse SafeTx numeric parameters to int by Uxio0 in https://github.com/safe-global/safe-eth-py/pull/288
* Add classes to interact with Safe APIs by Uxio0 in https://github.com/safe-global/safe-eth-py/pull/292
* Bump coverage from 6.4.1 to 6.4.2 by dependabot in https://github.com/safe-global/safe-eth-py/pull/305
* Add a Django Form Field for Hexadecimals by Uxio0 in https://github.com/safe-global/safe-eth-py/pull/291
* Update precommit by Uxio0 in https://github.com/safe-global/safe-eth-py/pull/304
* add klaytn mainnet cypress and testnet baobab by toniya-klaytn in https://github.com/safe-global/safe-eth-py/pull/306
* Set version 4.3.0 by Uxio0 in https://github.com/safe-global/safe-eth-py/pull/307

New Contributors
* toniya-klaytn made their first contribution in https://github.com/safe-global/safe-eth-py/pull/306

**Full Changelog**: https://github.com/safe-global/safe-eth-py/compare/v4.2.0...v4.3.0

4.2.0

What's Changed
* Bump pytest-sugar from 0.9.4 to 0.9.5 by dependabot in https://github.com/safe-global/safe-eth-py/pull/298
* Bump faker from 13.14.0 to 13.15.0 by dependabot in https://github.com/safe-global/safe-eth-py/pull/295
* Bump web3 from 5.29.2 to 5.30.0 by dependabot in https://github.com/safe-global/safe-eth-py/pull/297
* Fix threshold test in Safe.create() by DefiDebauchery in https://github.com/safe-global/safe-eth-py/pull/274
* Use __all__ for exporting modules by Uxio0 in https://github.com/safe-global/safe-eth-py/pull/300
* Detect MultiSend addresses by Uxio0 in https://github.com/safe-global/safe-eth-py/pull/299
* add-hectorgomezv-and-moisses89-to-cla by hectorgomezv in https://github.com/safe-global/safe-eth-py/pull/301
* Limit batch requests by Uxio0 in https://github.com/safe-global/safe-eth-py/pull/302

New Contributors
* DefiDebauchery made their first contribution in https://github.com/safe-global/safe-eth-py/pull/274
* hectorgomezv made their first contribution in https://github.com/safe-global/safe-eth-py/pull/301

**Full Changelog**: https://github.com/safe-global/safe-eth-py/compare/v4.1.3...v4.2.0

4.1.3

What's Changed
* Lock py-evm==0.5.0a3 by Uxio0 in https://github.com/safe-global/safe-eth-py/pull/293


**Full Changelog**: https://github.com/safe-global/safe-eth-py/compare/v4.1.2...v4.1.3

4.1.2

What's Changed
* feat: add godwoken mainnet by Kuzirashi in https://github.com/safe-global/safe-eth-py/pull/278
* Fix gnosis protocol test by Uxio0 in https://github.com/safe-global/safe-eth-py/pull/280
* Bump requests from 2.28.0 to 2.28.1 by dependabot in https://github.com/safe-global/safe-eth-py/pull/281
* Log and raise a better exception for Ethereum RPC errors by Uxio0 in https://github.com/safe-global/safe-eth-py/pull/279
* Fix some tests for Erigon by Uxio0 in https://github.com/safe-global/safe-eth-py/pull/287
* Bump django from 3.2.13 to 3.2.14 by dependabot in https://github.com/safe-global/safe-eth-py/pull/289
* Set version 4.1.2 by Uxio0 in https://github.com/safe-global/safe-eth-py/pull/290


**Full Changelog**: https://github.com/safe-global/safe-eth-py/compare/v4.1.1...v4.1.2

4.1.1

What's Changed
* feat: add support for cronos mainnet and testnet by the-amazing-ultraton in https://github.com/safe-global/safe-eth-py/pull/272
* adding venidium testnet and mainnet networks by itsfridaythen in https://github.com/safe-global/safe-eth-py/pull/271
* Bump actions/setup-python from 3 to 4 by dependabot in https://github.com/safe-global/safe-eth-py/pull/266
* Add caching for missing w3 instance by Uxio0 in https://github.com/safe-global/safe-eth-py/pull/275
* Fix tests by Uxio0 in https://github.com/safe-global/safe-eth-py/pull/276
* Bump django-filter from 21.1 to 22.1 by dependabot in https://github.com/safe-global/safe-eth-py/pull/270
* Bump faker from 13.13.0 to 13.14.0 by dependabot in https://github.com/safe-global/safe-eth-py/pull/277

New Contributors
* the-amazing-ultraton made their first contribution in https://github.com/safe-global/safe-eth-py/pull/272
* itsfridaythen made their first contribution in https://github.com/safe-global/safe-eth-py/pull/271

**Full Changelog**: https://github.com/safe-global/safe-eth-py/compare/v4.1.0...v4.1.1

4.1.0

What's Changed
* feat: add godwoken v1 testnet by Kuzirashi in https://github.com/safe-global/safe-eth-py/pull/258
* feat: adding support for Astar and Shiden chains by nick8319 in https://github.com/safe-global/safe-eth-py/pull/265
* Bump faker from 13.11.1 to 13.13.0 by dependabot in https://github.com/safe-global/safe-eth-py/pull/268
* Bump web3 from 5.29.1 to 5.29.2 by dependabot in https://github.com/safe-global/safe-eth-py/pull/262
* Bump coverage from 6.4 to 6.4.1 by dependabot in https://github.com/safe-global/safe-eth-py/pull/263
* Bump requests from 2.27.1 to 2.28.0 by dependabot in https://github.com/safe-global/safe-eth-py/pull/267
* Make project use pyproject.toml by Uxio0 in https://github.com/safe-global/safe-eth-py/pull/252
* Optimize `to_checksum_address` function by Uxio0 in https://github.com/safe-global/safe-eth-py/pull/269

New Contributors
* Kuzirashi made their first contribution in https://github.com/safe-global/safe-eth-py/pull/258
* nick8319 made their first contribution in https://github.com/safe-global/safe-eth-py/pull/265

**Full Changelog**: https://github.com/safe-global/safe-eth-py/compare/v4.0.1...v4.1.0

Page 14 of 17

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.