Safe-eth-py

Latest version: v7.3.0

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

Scan your dependencies

Page 1 of 18

7.3.0

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

What's Changed
🏕 Features
* Update tx service api urls by falvaradorodriguez in https://github.com/safe-global/safe-eth-py/pull/1599
* Add default safe deployment addresses by moisses89 in https://github.com/safe-global/safe-eth-py/pull/1603
* Add get default contracts with version from contract name list by moisses89 in https://github.com/safe-global/safe-eth-py/pull/1604
* Set version to v7.3.0 by moisses89 in https://github.com/safe-global/safe-eth-py/pull/1605


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

7.2.0

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

What's Changed
🏕 Features
* Skip if fail etherscan V1 by moisses89 in https://github.com/safe-global/safe-eth-py/pull/1564
* Fix tx-service api url builder by falvaradorodriguez in https://github.com/safe-global/safe-eth-py/pull/1589
* Update Tx Service v2 API endpoints by falvaradorodriguez in https://github.com/safe-global/safe-eth-py/pull/1596
* Set version 7.2.0 by falvaradorodriguez in https://github.com/safe-global/safe-eth-py/pull/1598
👒 Dependencies
* Bump mypy from 1.14.1 to 1.15.0 by dependabot in https://github.com/safe-global/safe-eth-py/pull/1548
* Bump web3 from 7.7.0 to 7.8.0 by dependabot in https://github.com/safe-global/safe-eth-py/pull/1549
* Bump django from 5.1.5 to 5.1.6 by dependabot in https://github.com/safe-global/safe-eth-py/pull/1551
* Bump pytest-django from 4.9.0 to 4.10.0 by dependabot in https://github.com/safe-global/safe-eth-py/pull/1560
* Bump django-filter from 24.3 to 25.1 by dependabot in https://github.com/safe-global/safe-eth-py/pull/1559
* Bump faker from 35.2.0 to 37.0.0 by dependabot in https://github.com/safe-global/safe-eth-py/pull/1579
* Bump types-requests from 2.32.0.20241016 to 2.32.0.20250306 by dependabot in https://github.com/safe-global/safe-eth-py/pull/1580
* Bump psycopg[binary] from 3.2.4 to 3.2.5 by dependabot in https://github.com/safe-global/safe-eth-py/pull/1573
* Bump coverage from 7.6.11 to 7.6.12 by dependabot in https://github.com/safe-global/safe-eth-py/pull/1571
* Bump django from 5.1.6 to 5.1.7 by dependabot in https://github.com/safe-global/safe-eth-py/pull/1578
* Bump psycopg[binary] from 3.2.5 to 3.2.6 by dependabot in https://github.com/safe-global/safe-eth-py/pull/1594
* Bump pytest from 8.3.4 to 8.3.5 by dependabot in https://github.com/safe-global/safe-eth-py/pull/1593
* Bump coverage from 7.6.12 to 7.7.0 by dependabot in https://github.com/safe-global/safe-eth-py/pull/1591
* Bump web3 from 7.8.0 to 7.9.0 by dependabot in https://github.com/safe-global/safe-eth-py/pull/1592
* Bump py-evm from 0.10.1b2 to 0.11.0b1 by dependabot in https://github.com/safe-global/safe-eth-py/pull/1572
🆕 New Chain Addresses
* Add addresses 1.3.0 for chain EVM_ON_FLOW by github-actions in https://github.com/safe-global/safe-eth-py/pull/1565
* Add addresses 1.4.1 for chain EVM_ON_FLOW by github-actions in https://github.com/safe-global/safe-eth-py/pull/1566
* Add addresses 1.3.0 for chain EVM_ON_FLOW_TESTNET by github-actions in https://github.com/safe-global/safe-eth-py/pull/1567
* Add addresses 1.4.1 for chain EVM_ON_FLOW_TESTNET by github-actions in https://github.com/safe-global/safe-eth-py/pull/1568
* Add addresses 1.3.0 for chain BIRDLAYER by github-actions in https://github.com/safe-global/safe-eth-py/pull/1570
* Add addresses 1.3.0 for chain ABSTRACT by github-actions in https://github.com/safe-global/safe-eth-py/pull/1585
* Add addresses 1.3.0 for chain ABSTRACT_SEPOLIA_TESTNET by github-actions in https://github.com/safe-global/safe-eth-py/pull/1586
* Add addresses 1.4.1 for chain BOTANIX_TESTNET by github-actions in https://github.com/safe-global/safe-eth-py/pull/1588
* Add addresses 1.3.0 for chain BOTANIX_TESTNET by github-actions in https://github.com/safe-global/safe-eth-py/pull/1597


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

7.1.1

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

What's Changed
🏕 Features
* Update blockscout url validation in github flow by falvaradorodriguez in https://github.com/safe-global/safe-eth-py/pull/1547
* Fix test_send_unsigned_transaction by moisses89 in https://github.com/safe-global/safe-eth-py/pull/1557
* Skip user operation test by moisses89 in https://github.com/safe-global/safe-eth-py/pull/1561
* Set version v7.1.0 by moisses89 in https://github.com/safe-global/safe-eth-py/pull/1556
* Fix weak test by moisses89 in https://github.com/safe-global/safe-eth-py/pull/1562
* Set version v7.1.1 by moisses89 in https://github.com/safe-global/safe-eth-py/pull/1563
👒 Dependencies
* Bump coverage from 7.6.10 to 7.6.11 by dependabot in https://github.com/safe-global/safe-eth-py/pull/1550
🆕 New Chain Addresses
* Add Berachain by Fbartoli in https://github.com/safe-global/safe-eth-py/pull/1555
* Add addresses 1.4.1 for chain BERACHAIN by github-actions in https://github.com/safe-global/safe-eth-py/pull/1558

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

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

7.0.0

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

What's Changed
🏕 Features
* Bump web3 to 7.7.0 version and Hexbytes to 1.3.0 version by falvaradorodriguez in https://github.com/safe-global/safe-eth-py/pull/1525
* Fix web3 dependency by Uxio0 in https://github.com/safe-global/safe-eth-py/pull/1542
* Improve typing for `to_0x_hex_str` by Uxio0 in https://github.com/safe-global/safe-eth-py/pull/1545
* Set version 7.0.0 by Uxio0 in https://github.com/safe-global/safe-eth-py/pull/1544
👒 Dependencies
* Bump faker from 35.0.0 to 35.2.0 by dependabot in https://github.com/safe-global/safe-eth-py/pull/1541
🆕 New Chain Addresses
* Add addresses 1.3.0 for chain SONIC_MAINNET by github-actions in https://github.com/safe-global/safe-eth-py/pull/1543


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

6.4.0

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

What's Changed
🏕 Features
* Support python 3.13 by Uxio0 in https://github.com/safe-global/safe-eth-py/pull/1521
* Fix typo by Uxio0 in https://github.com/safe-global/safe-eth-py/pull/1534
* Bump safe-deployments to last main version by moisses89 in https://github.com/safe-global/safe-eth-py/pull/1536
* Add Unichain addresses by moisses89 in https://github.com/safe-global/safe-eth-py/pull/1537
* Set version to v6.4.0 by moisses89 in https://github.com/safe-global/safe-eth-py/pull/1538
🛠 Breaking Changes
* Migrate blockscout from graphql to REST api by moisses89 in https://github.com/safe-global/safe-eth-py/pull/1535
👒 Dependencies
* Bump psycopg[binary] from 3.2.3 to 3.2.4 by dependabot in https://github.com/safe-global/safe-eth-py/pull/1532
* Bump faker from 33.3.1 to 35.0.0 by dependabot in https://github.com/safe-global/safe-eth-py/pull/1533
* Bump django from 5.1.4 to 5.1.5 by dependabot in https://github.com/safe-global/safe-eth-py/pull/1522
🆕 New Chain Addresses
* Add addresses 1.4.1 for chain SONIC_BLAZE_TESTNET by github-actions in https://github.com/safe-global/safe-eth-py/pull/1526


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

6.3.0

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

What's Changed
🏕 Features
* Support Psycopg3 by Uxio0 in https://github.com/safe-global/safe-eth-py/pull/1520
👒 Dependencies
* Bump faker from 33.3.0 to 33.3.1 by dependabot in https://github.com/safe-global/safe-eth-py/pull/1519
🆕 New Chain Addresses
* Add addresses 1.3.0 for chain HASHKEY_CHAIN by github-actions in https://github.com/safe-global/safe-eth-py/pull/1516
* Add addresses 1.4.1 for chain EXSAT_MAINNET by github-actions in https://github.com/safe-global/safe-eth-py/pull/1517


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

Page 1 of 18

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.