Safe-eth-py

Latest version: v7.3.0

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

Scan your dependencies

Page 6 of 18

6.0.0b23

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

What's Changed
🏕 Features
* Rename BUNDLER_CLIENT_URL -> ETHEREUM_4337_BUNDLER_URL by Uxio0 in https://github.com/safe-global/safe-eth-py/pull/843
* Support failed user operations by Uxio0 in https://github.com/safe-global/safe-eth-py/pull/844
* Refactor SafeOperation by Uxio0 in https://github.com/safe-global/safe-eth-py/pull/846
* feat: add Blast Sepolia support by ElvisKrop in https://github.com/safe-global/safe-eth-py/pull/791
* Create GitHub Issue template and GitHub action for add new Safe addresses by falvaradorodriguez in https://github.com/safe-global/safe-eth-py/pull/845
* Set version 6.0.0b23 by Uxio0 in https://github.com/safe-global/safe-eth-py/pull/859
👒 Dependencies
* Bump faker from 24.2.0 to 24.3.0 by dependabot in https://github.com/safe-global/safe-eth-py/pull/858
* Bump cla-assistant/github-action from 2.3.1 to 2.3.2 by dependabot in https://github.com/safe-global/safe-eth-py/pull/854
* Bump actions/github-script from 5 to 7 by dependabot in https://github.com/safe-global/safe-eth-py/pull/853
* Bump actions/setup-python from 2 to 5 by dependabot in https://github.com/safe-global/safe-eth-py/pull/852
* Bump actions/checkout from 2 to 4 by dependabot in https://github.com/safe-global/safe-eth-py/pull/851
* Bump coverage from 7.4.3 to 7.4.4 by dependabot in https://github.com/safe-global/safe-eth-py/pull/857
* Bump djangorestframework from 3.14.0 to 3.15.1 by dependabot in https://github.com/safe-global/safe-eth-py/pull/855


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

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

Page 6 of 18

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.