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 5 of 17

6.0.0b22

<!-- Release notes generated using configuration in .github/release.yml at main -->

What's Changed
🏕 Features
* Update badges in README by Uxio0 in https://github.com/safe-global/safe-eth-py/pull/836
* Fix bundler E2E tests by Uxio0 in https://github.com/safe-global/safe-eth-py/pull/841
* Fix envvar configuration for keccak caches by Uxio0 in https://github.com/safe-global/safe-eth-py/pull/840
👒 Dependencies
* Bump py-evm from 0.9.0b1 to 0.10.0b2 by dependabot in https://github.com/safe-global/safe-eth-py/pull/839
* Bump pytest-rerunfailures from 13.0 to 14.0 by dependabot in https://github.com/safe-global/safe-eth-py/pull/838
* Bump faker from 24.1.0 to 24.2.0 by dependabot in https://github.com/safe-global/safe-eth-py/pull/837


**Full Changelog**: https://github.com/safe-global/safe-eth-py/compare/v6.0.0b21...v6.0.0b22

6.0.0b21

<!-- Release notes generated using configuration in .github/release.yml at main -->

What's Changed
🏕 Features
* Make keccak and cheksum caches unlimited by Uxio0 in https://github.com/safe-global/safe-eth-py/pull/834
👒 Dependencies
* Bump pytest from 8.1.0 to 8.1.1 by dependabot in https://github.com/safe-global/safe-eth-py/pull/823


**Full Changelog**: https://github.com/safe-global/safe-eth-py/compare/v6.0.0b20...v6.0.0b21

6.0.0b20

<!-- Release notes generated using configuration in .github/release.yml at main -->

What's Changed
🏕 Features
* Support Safe Singleton Factory by Uxio0 in https://github.com/safe-global/safe-eth-py/pull/654
* Refactor UserOperationReceipt into dataclass by Uxio0 in https://github.com/safe-global/safe-eth-py/pull/831
🛠 Breaking Changes
* Optimize keccak operations by Uxio0 in https://github.com/safe-global/safe-eth-py/pull/832


**Full Changelog**: https://github.com/safe-global/safe-eth-py/compare/v6.0.0b19...v6.0.0b20

6.0.0b19

<!-- Release notes generated using configuration in .github/release.yml at main -->

What's Changed
🏕 Features
* Add healthcheck to docker compose by Uxio0 in https://github.com/safe-global/safe-eth-py/pull/811
* Remove support for Python 3.8 by Uxio0 in https://github.com/safe-global/safe-eth-py/pull/820
* Add uint32Field by moisses89 in https://github.com/safe-global/safe-eth-py/pull/821
* Calculate SafeOperation preimage by Uxio0 in https://github.com/safe-global/safe-eth-py/pull/818
* Add removed attributes by mistake by Uxio0 in https://github.com/safe-global/safe-eth-py/pull/822
* Add serializers for Uint32Field and Uint96Field by moisses89 in https://github.com/safe-global/safe-eth-py/pull/827
* Organize UserOperation data types by Uxio0 in https://github.com/safe-global/safe-eth-py/pull/819
* Set version v6.0.0b19 by moisses89 in https://github.com/safe-global/safe-eth-py/pull/828
👒 Dependencies
* Bump faker from 24.0.0 to 24.1.0 by dependabot in https://github.com/safe-global/safe-eth-py/pull/824
* Bump django-filter from 23.5 to 24.1 by dependabot in https://github.com/safe-global/safe-eth-py/pull/825


**Full Changelog**: https://github.com/safe-global/safe-eth-py/compare/6.0.0b18...v6.0.0b19

6.0.0b18

<!-- Release notes generated using configuration in .github/release.yml at main -->

What's Changed
🏕 Features
* Support batch requests on bundler RPC by Uxio0 in https://github.com/safe-global/safe-eth-py/pull/804
* feat: add Berachain Artio support by ElvisKrop in https://github.com/safe-global/safe-eth-py/pull/788
* Improve docs for BundlerClient by Uxio0 in https://github.com/safe-global/safe-eth-py/pull/805
* feat: add Sei Devnet support by ElvisKrop in https://github.com/safe-global/safe-eth-py/pull/789
* feat: add Lisk Sepolia Testnet support by ElvisKrop in https://github.com/safe-global/safe-eth-py/pull/793
* Add Arthera Mainnet for versions 1.3.0 and 1.4.1 by bertux in https://github.com/safe-global/safe-eth-py/pull/792
* Add Beam and Beam Testnet by federava in https://github.com/safe-global/safe-eth-py/pull/775
* Update 4337 bundler mock by Uxio0 in https://github.com/safe-global/safe-eth-py/pull/815
* Fix decode bytes32 by Uxio0 in https://github.com/safe-global/safe-eth-py/pull/816
* Add Ens Client by falvaradorodriguez in https://github.com/safe-global/safe-eth-py/pull/814
* Set version 6.0.0b18 by falvaradorodriguez in https://github.com/safe-global/safe-eth-py/pull/817
👒 Dependencies
* Bump pytest from 8.0.2 to 8.1.0 by dependabot in https://github.com/safe-global/safe-eth-py/pull/809
* Bump web3 from 6.14.0 to 6.15.1 by dependabot in https://github.com/safe-global/safe-eth-py/pull/806
* Bump faker from 23.2.1 to 24.0.0 by dependabot in https://github.com/safe-global/safe-eth-py/pull/812

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

**Full Changelog**: https://github.com/safe-global/safe-eth-py/compare/v6.0.0b17...6.0.0b18

6.0.0b17

<!-- Release notes generated using configuration in .github/release.yml at master -->

What's Changed
🏕 Features
* Support Python 3.12 by Uxio0 in https://github.com/safe-global/safe-eth-py/pull/656
* feat: add Mode Testnet 1.3.0 safe contracts by ElvisKrop in https://github.com/safe-global/safe-eth-py/pull/759
* Add 4337 bundler API client by Uxio0 in https://github.com/safe-global/safe-eth-py/pull/776
* feat: add Mantle Sepolia support by ElvisKrop in https://github.com/safe-global/safe-eth-py/pull/742
* feat: add OP Sepolia 1.3.0 and 1.4.1 safe contracts by ElvisKrop in https://github.com/safe-global/safe-eth-py/pull/765
* feat: add Linea Mainnet and Testnet 1.3.0 safe contracts deployed via safe singleton factory by ElvisKrop in https://github.com/safe-global/safe-eth-py/pull/763
* feat: add Scroll Mainnet and Testnet 1.3.0 safe contracts deployed via safe singleton factory by ElvisKrop in https://github.com/safe-global/safe-eth-py/pull/764
* feat: add Zora Mainnet 1.3.0 safe contracts deployed via safe singleton factory by ElvisKrop in https://github.com/safe-global/safe-eth-py/pull/761
* feat: add unreal Testnet support by ElvisKrop in https://github.com/safe-global/safe-eth-py/pull/787
* feat: add Taiko Katla L2 1.3.0 contracts by ElvisKrop in https://github.com/safe-global/safe-eth-py/pull/790
* feat: Add Aurora, Scroll and Linea safe Singleton by Majorfi in https://github.com/safe-global/safe-eth-py/pull/760
* Update Aurora default singleton address blocks by falvaradorodriguez in https://github.com/safe-global/safe-eth-py/pull/794
* Update CODEOWNERS to core-api team by moisses89 in https://github.com/safe-global/safe-eth-py/pull/786
* Add properties to UserOperation by Uxio0 in https://github.com/safe-global/safe-eth-py/pull/795
* Clean old code in safe-eth-py by Uxio0 in https://github.com/safe-global/safe-eth-py/pull/766
* Refactor UserOperation constructor by Uxio0 in https://github.com/safe-global/safe-eth-py/pull/800
* Add Uint96Field by moisses89 in https://github.com/safe-global/safe-eth-py/pull/801
* Set version to v6.0.0b17 by moisses89 in https://github.com/safe-global/safe-eth-py/pull/803
🛠 Breaking Changes
* Rename enum SafeOperation to SafeOperationEnum by Uxio0 in https://github.com/safe-global/safe-eth-py/pull/802
👒 Dependencies
* Bump pytest-django from 4.7.0 to 4.8.0 by dependabot in https://github.com/safe-global/safe-eth-py/pull/783
* Bump pytest from 8.0.0 to 8.0.1 by dependabot in https://github.com/safe-global/safe-eth-py/pull/782
* Bump py-evm from 0.8.0b1 to 0.9.0b1 by dependabot in https://github.com/safe-global/safe-eth-py/pull/781
* Bump pytest from 8.0.1 to 8.0.2 by dependabot in https://github.com/safe-global/safe-eth-py/pull/796
* Bump coverage from 7.4.1 to 7.4.3 by dependabot in https://github.com/safe-global/safe-eth-py/pull/798
* Bump faker from 22.6.0 to 23.2.1 by dependabot in https://github.com/safe-global/safe-eth-py/pull/797


**Full Changelog**: https://github.com/safe-global/safe-eth-py/compare/v6.0.0b16...v6.0.0b17

Page 5 of 17

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.