<!-- Release notes generated using configuration in .github/release.yml at main -->
Migration guide
* Rename `gnosis` package name to `safe_eth`
* `generate_address_2` function was removed. `mk_contract_address_2` must be used now
* `BinarySearchAdmin` was renamed to `AdvancedAdminSearchMixin`
* `Sourcify` was renamed to `SourcifyClient`
* `SafeOperation` was renamed to `SafeOperationEnum`
* Remove relayer support. **Safe Relayer** is not maintained anymore
* `EnsClient` must be configured now using a configuration object
* Remove `EthereumClientProvider`. The function `get_auto_ethereum_client` must be used now
* Remove and deprecate some database fields. More info on https://github.com/safe-global/safe-eth-py/pull/835
* Fix typo, `cowsap` package is now `cowswap`
What's Changed
🏕 Features
* Fix gnosis blockscout by moisses89 in https://github.com/safe-global/safe-eth-py/pull/621
* Refactor proxyFactory and safe by moisses89 in https://github.com/safe-global/safe-eth-py/pull/597
* Add safe contracts 1.4.1 by moisses89 in https://github.com/safe-global/safe-eth-py/pull/587
* feat: add Scroll Sepolia support by nick8319 in https://github.com/safe-global/safe-eth-py/pull/617
* Add safe-deployments by moisses89 in https://github.com/safe-global/safe-eth-py/pull/632
* Add tests for v1.4.1 contracts by Uxio0 in https://github.com/safe-global/safe-eth-py/pull/630
* Handle ERC20 decoding issues by Uxio0 in https://github.com/safe-global/safe-eth-py/pull/636
* Set version v6.0.0b1 by Uxio0 in https://github.com/safe-global/safe-eth-py/pull/640
* Make Django dependency optional by Uxio0 in https://github.com/safe-global/safe-eth-py/pull/641
* Fix typos by omahs in https://github.com/safe-global/safe-eth-py/pull/642
* Update Erigon test mocks by Uxio0 in https://github.com/safe-global/safe-eth-py/pull/643
* Fix typo on quickstart docs by Uxio0 in https://github.com/safe-global/safe-eth-py/pull/646
* Add Fantom Opera and Fantom Testnet support by jenikd in https://github.com/safe-global/safe-eth-py/pull/609
* feat: add Linea etherscan api clients by ElvisKrop in https://github.com/safe-global/safe-eth-py/pull/648
* feat: add RSK Mainnet and Testnet 1.3.0 contracts by ElvisKrop in https://github.com/safe-global/safe-eth-py/pull/637
* Remove attrdict Web3 middleware by Uxio0 in https://github.com/safe-global/safe-eth-py/pull/652
* Fix safe deployments generator by moisses89 in https://github.com/safe-global/safe-eth-py/pull/653
* feat: add Mantle etherscan and blockscout api clients by ElvisKrop in https://github.com/safe-global/safe-eth-py/pull/655
* Update deprecated delegates url for tx service by Uxio0 in https://github.com/safe-global/safe-eth-py/pull/666
* Add missing Safe tx service networks by Uxio0 in https://github.com/safe-global/safe-eth-py/pull/663
* Set version 6.0.0b4 by Uxio0 in https://github.com/safe-global/safe-eth-py/pull/667
* Fix gas estimation for v1.2.0 by Uxio0 in https://github.com/safe-global/safe-eth-py/pull/668
* Update safe_deployments to v1.28.0 by moisses89 in https://github.com/safe-global/safe-eth-py/pull/674
* Add SEPOLIA tx service by Uxio0 in https://github.com/safe-global/safe-eth-py/pull/681
* feat: add new networks and clients by nick8319 in https://github.com/safe-global/safe-eth-py/pull/662
* feat: add telos safe contracts by ElvisKrop in https://github.com/safe-global/safe-eth-py/pull/680
* Add Arbitrum Sepolia by a-thomas-22 in https://github.com/safe-global/safe-eth-py/pull/669
* feat: add JOC testnet and mainnet by 0xcuonghx in https://github.com/safe-global/safe-eth-py/pull/673
* Calculate proxy expected address in ProxyFactory by Uxio0 in https://github.com/safe-global/safe-eth-py/pull/689
* Add missing v1.4.1 addresses by moisses89 in https://github.com/safe-global/safe-eth-py/pull/691
* Set version to v6.0.0b7 by moisses89 in https://github.com/safe-global/safe-eth-py/pull/694
* Add get_safes from owner address by moisses89 in https://github.com/safe-global/safe-eth-py/pull/698
* Remove web3.py retry middleware by Uxio0 in https://github.com/safe-global/safe-eth-py/pull/699
* Add skip test decorator to test utils by Uxio0 in https://github.com/safe-global/safe-eth-py/pull/695
* Set version v6.0.0b8 by moisses89 in https://github.com/safe-global/safe-eth-py/pull/700
* Fix: `run_tests.sh` script by mmv08 in https://github.com/safe-global/safe-eth-py/pull/697
* Update precommit by Uxio0 in https://github.com/safe-global/safe-eth-py/pull/701
* feat: add PGN Mainnet+Testnet and Arthera Testnet 1.3.0 L2 contracts by bertux in https://github.com/safe-global/safe-eth-py/pull/682
* Set version 6.0.0b9 by Uxio0 in https://github.com/safe-global/safe-eth-py/pull/712
* Bump safe_deployments to v1.29.0 by moisses89 in https://github.com/safe-global/safe-eth-py/pull/714
* Fix typo on hex serializer by Uxio0 in https://github.com/safe-global/safe-eth-py/pull/715
* Set version 6.0.0b10 by Uxio0 in https://github.com/safe-global/safe-eth-py/pull/716
* Set beta version v6.0.0b12 by moisses89 in https://github.com/safe-global/safe-eth-py/pull/717
* Add Manta Pacific contract and client data by msvstj in https://github.com/safe-global/safe-eth-py/pull/705
* Skip test if fail due liquidity changes by moisses89 in https://github.com/safe-global/safe-eth-py/pull/740
* feat: add Kroma networks by ElvisKrop in https://github.com/safe-global/safe-eth-py/pull/729
* Add method to export signatures by Uxio0 in https://github.com/safe-global/safe-eth-py/pull/722
* Add message endpoints requests to safe transaction client by moisses89 in https://github.com/safe-global/safe-eth-py/pull/733
* Add get_sign_message_lib_contract by moisses89 in https://github.com/safe-global/safe-eth-py/pull/736
* Set version 6.0.0b14 by moisses89 in https://github.com/safe-global/safe-eth-py/pull/743
* feat: add Zora Mainnet blockscout by ElvisKrop in https://github.com/safe-global/safe-eth-py/pull/731
* Add BASE Sepolia Safe addresses by Uxio0 in https://github.com/safe-global/safe-eth-py/pull/747
* Add Haqq networks by Hirama in https://github.com/safe-global/safe-eth-py/pull/730
* feat: add Mode Mainnet 1.3.0 contracts by ElvisKrop in https://github.com/safe-global/safe-eth-py/pull/741
* Remove goerli from tests by Uxio0 in https://github.com/safe-global/safe-eth-py/pull/749
* Bump safe_deployments to v1.32.0 by moisses89 in https://github.com/safe-global/safe-eth-py/pull/751
* Set version v6.0.0b15 by moisses89 in https://github.com/safe-global/safe-eth-py/pull/762
* Fix readthedocs configuration by Uxio0 in https://github.com/safe-global/safe-eth-py/pull/768
* Add Felipe to CLA by Uxio0 in https://github.com/safe-global/safe-eth-py/pull/770
* feat: add Zora Sepolia 1.3.0 safe contracts by ElvisKrop in https://github.com/safe-global/safe-eth-py/pull/758
* Refactor Safe Transaction API client by moisses89 in https://github.com/safe-global/safe-eth-py/pull/753
* Rename Gnosis Protocol libraries to Cowswap by falvaradorodriguez in https://github.com/safe-global/safe-eth-py/pull/778
* Set version to 6.0.0b16 by moisses89 in https://github.com/safe-global/safe-eth-py/pull/779
* 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
* 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
* 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
* 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
* Set version 6.0.0b20 by Uxio0 in https://github.com/safe-global/safe-eth-py/pull/833
* Make keccak and cheksum caches unlimited by Uxio0 in https://github.com/safe-global/safe-eth-py/pull/834
* 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
* 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
* Update README file with new procedure to add new address by falvaradorodriguez in https://github.com/safe-global/safe-eth-py/pull/850
* feat: add Reya Network support by ElvisKrop in https://github.com/safe-global/safe-eth-py/pull/842
* feat: add 1.3.0 contracts on Fraxtal Mainnet by ElvisKrop in https://github.com/safe-global/safe-eth-py/pull/829
* Add missing comma and issue number by falvaradorodriguez in https://github.com/safe-global/safe-eth-py/pull/869
* Add new chain AURORIA_TESTNET 205205 addresses by github-actions in https://github.com/safe-global/safe-eth-py/pull/870
* Add new chain STRATIS_MAINNET 105105 addresses by github-actions in https://github.com/safe-global/safe-eth-py/pull/871
* Remove failed space by falvaradorodriguez in https://github.com/safe-global/safe-eth-py/pull/872
* Add new chain SHIMMEREVM 148 addresses by github-actions in https://github.com/safe-global/safe-eth-py/pull/874
* Add missing workflow steps validations by falvaradorodriguez in https://github.com/safe-global/safe-eth-py/pull/875
* Remove docker compose version by Uxio0 in https://github.com/safe-global/safe-eth-py/pull/876
* Fix add_delegate method in Tx Service API by falvaradorodriguez in https://github.com/safe-global/safe-eth-py/pull/877
* Add new chain IOTA_EVM 8822 addresses by github-actions in https://github.com/safe-global/safe-eth-py/pull/878
* Add cosmetic fix in Readme by falvaradorodriguez in https://github.com/safe-global/safe-eth-py/pull/879
* Disable github action with PR comments by falvaradorodriguez in https://github.com/safe-global/safe-eth-py/pull/881
* feat: add botanix testnet 1.4.1 by ali-salloum6 in https://github.com/safe-global/safe-eth-py/pull/799
* Add new chain BASE 8453 addresses by github-actions in https://github.com/safe-global/safe-eth-py/pull/886
* feat: add default singleton on Base by Majorfi in https://github.com/safe-global/safe-eth-py/pull/888
* Set version 6.0.0b24 by moisses89 in https://github.com/safe-global/safe-eth-py/pull/893
* 4337: Add method to get deployed account from receipt by Uxio0 in https://github.com/safe-global/safe-eth-py/pull/894
* 4337: Add get_chain_id by Uxio0 in https://github.com/safe-global/safe-eth-py/pull/899
* Add L1 and L2 addresses in add addresses issue by falvaradorodriguez in https://github.com/safe-global/safe-eth-py/pull/897
* Add addresses 1.4.1+L2 for chain BITROCK_MAINNET by github-actions in https://github.com/safe-global/safe-eth-py/pull/907
* Add addresses 1.4.1+L2 for chain BITROCK_TESTNET by github-actions in https://github.com/safe-global/safe-eth-py/pull/908
* Add addresses 1.3.0 for chain XDC_NETWORK by github-actions in https://github.com/safe-global/safe-eth-py/pull/909
* Bump django version by Uxio0 in https://github.com/safe-global/safe-eth-py/pull/901
* Cache bundler chain_id method by Uxio0 in https://github.com/safe-global/safe-eth-py/pull/900
* Set version 6.0.0b25 by Uxio0 in https://github.com/safe-global/safe-eth-py/pull/910
* Add pre-commit execution when creating automatic PRs by falvaradorodriguez in https://github.com/safe-global/safe-eth-py/pull/912
* Add addresses 1.3.0 for chain OP_CELESTIA_RASPBERRY by github-actions in https://github.com/safe-global/safe-eth-py/pull/916
* Add addresses 1.3.0 for chain POLYGON_BLACKBERRY by github-actions in https://github.com/safe-global/safe-eth-py/pull/917
* Add addresses 1.3.0 for chain ARBITRUM_BLUEBERRY by github-actions in https://github.com/safe-global/safe-eth-py/pull/918
* Add addresses 1.3.0 for chain X_LAYER_MAINNET by github-actions in https://github.com/safe-global/safe-eth-py/pull/926
* Rename Xlayer network by Uxio0 in https://github.com/safe-global/safe-eth-py/pull/927
* Add addresses 1.3.0 for chain PULSECHAIN by github-actions in https://github.com/safe-global/safe-eth-py/pull/928
* Add addresses 1.3.0 for chain PULSECHAIN_TESTNET_V4 by github-actions in https://github.com/safe-global/safe-eth-py/pull/929
* Set version 6.0.0b26 by falvaradorodriguez in https://github.com/safe-global/safe-eth-py/pull/930
* Add addresses 1.3.0 for chain RSS3_VSL_SEPOLIA_TESTNET by github-actions in https://github.com/safe-global/safe-eth-py/pull/936
* Fix test get contract metadata by moisses89 in https://github.com/safe-global/safe-eth-py/pull/938
* Add addresses 1.3.0 for chain RSS3_VSL_MAINNET by github-actions in https://github.com/safe-global/safe-eth-py/pull/939
* Add addresses 1.3.0 for chain CROSSFI_TESTNET by github-actions in https://github.com/safe-global/safe-eth-py/pull/940
* Fix linting addresses file by falvaradorodriguez in https://github.com/safe-global/safe-eth-py/pull/941
* feat: add Blast Mainnet by ElvisKrop in https://github.com/safe-global/safe-eth-py/pull/830
* feat: add Astar zKyoto support by ElvisKrop in https://github.com/safe-global/safe-eth-py/pull/861
* Bump safe-deployments to v1.35.0 by moisses89 in https://github.com/safe-global/safe-eth-py/pull/945
* Set version 6.0.0b27 by moisses89 in https://github.com/safe-global/safe-eth-py/pull/946
* Remove Uxio from default issues assignee by Uxio0 in https://github.com/safe-global/safe-eth-py/pull/950
* Allow configuration of internal parameters by falvaradorodriguez in https://github.com/safe-global/safe-eth-py/pull/947
* Add addresses 1.3.0 for chain SAAKURU_MAINNET by github-actions in https://github.com/safe-global/safe-eth-py/pull/960
* Add addresses 1.3.0 for chain REDSTONE by github-actions in https://github.com/safe-global/safe-eth-py/pull/961
* Add addresses 1.3.0 for chain GARNET_HOLESKY by github-actions in https://github.com/safe-global/safe-eth-py/pull/962
* Add addresses 1.3.0 for chain ARBITRUM_BLUEBERRY by github-actions in https://github.com/safe-global/safe-eth-py/pull/963
* Add addresses 1.3.0 for chain OP_CELESTIA_RASPBERRY by github-actions in https://github.com/safe-global/safe-eth-py/pull/964
* Add addresses 1.3.0 for chain POLYGON_BLACKBERRY by github-actions in https://github.com/safe-global/safe-eth-py/pull/965
* 4337: Support 0.7 Entrypoint by Uxio0 in https://github.com/safe-global/safe-eth-py/pull/948
* Set version 6.0.0b28 by Uxio0 in https://github.com/safe-global/safe-eth-py/pull/968
* Make `reason` field optional for UserOperation Receipts by Uxio0 in https://github.com/safe-global/safe-eth-py/pull/971
* Add addresses 1.3.0 for chain ENDURANCE_SMART_CHAIN_MAINNET by github-actions in https://github.com/safe-global/safe-eth-py/pull/974
* Add addresses 1.4.1 for chain ENDURANCE_SMART_CHAIN_MAINNET by github-actions in https://github.com/safe-global/safe-eth-py/pull/975
* Allow query params to get_transactions api method by falvaradorodriguez in https://github.com/safe-global/safe-eth-py/pull/978
* Add addresses 1.3.0 for chain MORPH_HOLESKY by github-actions in https://github.com/safe-global/safe-eth-py/pull/979
* Add validation for safe_tx_hash in tx service response by falvaradorodriguez in https://github.com/safe-global/safe-eth-py/pull/980
* Refactor transaction service delegate users api methods to use v2 by falvaradorodriguez in https://github.com/safe-global/safe-eth-py/pull/973
* Fix kyber test by falvaradorodriguez in https://github.com/safe-global/safe-eth-py/pull/982
* Fix inheritance safe subclasses by falvaradorodriguez in https://github.com/safe-global/safe-eth-py/pull/992
* Set version 6.0.0b30 by falvaradorodriguez in https://github.com/safe-global/safe-eth-py/pull/994
* Add addresses 1.3.0 for chain CYBER_MAINNET by github-actions in https://github.com/safe-global/safe-eth-py/pull/997
* Add addresses 1.3.0 for chain CYBER_TESTNET by github-actions in https://github.com/safe-global/safe-eth-py/pull/998
* Add addresses 1.3.0 for chain LISK by github-actions in https://github.com/safe-global/safe-eth-py/pull/999
* Add addresses 1.3.0 for chain ALEPH_ZERO_TESTNET by github-actions in https://github.com/safe-global/safe-eth-py/pull/1000
* Add addresses 1.3.0 for chain TAIKO_MAINNET by github-actions in https://github.com/safe-global/safe-eth-py/pull/1002
* Add addresses 1.3.0 for chain TAIKO_MAINNET by github-actions in https://github.com/safe-global/safe-eth-py/pull/1003
* Add addresses 1.3.0 for chain TAIKO_HEKLA_L2 by github-actions in https://github.com/safe-global/safe-eth-py/pull/1004
* Add addresses 1.3.0 for chain TAIKO_HEKLA_L2 by github-actions in https://github.com/safe-global/safe-eth-py/pull/1008
* Add addresses 1.3.0 for Redstone and Redstone Garnet by ElvisKrop in https://github.com/safe-global/safe-eth-py/pull/1010
* Add addresses 1.4.1 for chain OP_MAINNET by github-actions in https://github.com/safe-global/safe-eth-py/pull/1012
* Add addresses 1.4.1 for chain AMOY by github-actions in https://github.com/safe-global/safe-eth-py/pull/1013
* Fix Optimism address by falvaradorodriguez in https://github.com/safe-global/safe-eth-py/pull/1014
* Add decode data method in Tx Service Api by falvaradorodriguez in https://github.com/safe-global/safe-eth-py/pull/1007
* Add addresses 1.4.1 for chain BERACHAIN_ARTIO by github-actions in https://github.com/safe-global/safe-eth-py/pull/1032
* Add addresses 1.4.1 for chain BLAST_SEPOLIA_TESTNET by github-actions in https://github.com/safe-global/safe-eth-py/pull/1033
* Add addresses 1.4.1 for chain CROSSFI_TESTNET by github-actions in https://github.com/safe-global/safe-eth-py/pull/1034
* Add addresses 1.4.1 for chain ARBITRUM_BLUEBERRY by github-actions in https://github.com/safe-global/safe-eth-py/pull/1035
* Add addresses 1.4.1 for chain ALEPH_ZERO_TESTNET by github-actions in https://github.com/safe-global/safe-eth-py/pull/1036
* Add addresses 1.4.1 for chain ASTAR_ZKYOTO by github-actions in https://github.com/safe-global/safe-eth-py/pull/1037
* Add addresses 1.4.1 for chain SHIDEN by github-actions in https://github.com/safe-global/safe-eth-py/pull/1038
* Add addresses 1.4.1 for chain EVMOS by github-actions in https://github.com/safe-global/safe-eth-py/pull/1039
* Add addresses 1.4.1 for chain REYA_NETWORK by github-actions in https://github.com/safe-global/safe-eth-py/pull/1040
* Update safe-deployments to last version by Uxio0 in https://github.com/safe-global/safe-eth-py/pull/1015
* Add addresses 1.4.1 for chain OP_CELESTIA_RASPBERRY by github-actions in https://github.com/safe-global/safe-eth-py/pull/1042
* Add addresses 1.4.1 for chain POLYGON_BLACKBERRY by github-actions in https://github.com/safe-global/safe-eth-py/pull/1043
* Add addresses 1.4.1 for chain HARMONY_MAINNET_SHARD_0 by github-actions in https://github.com/safe-global/safe-eth-py/pull/1044
* Add addresses 1.4.1 for chain HARMONY_TESTNET_SHARD_0 by github-actions in https://github.com/safe-global/safe-eth-py/pull/1045
* Add addresses 1.4.1 for chain AVALANCHE_C_CHAIN by github-actions in https://github.com/safe-global/safe-eth-py/pull/1048
* Add addresses 1.4.1 for chain ARBITRUM_ONE by github-actions in https://github.com/safe-global/safe-eth-py/pull/1050
* Add addresses 1.4.1 for chain BASE by github-actions in https://github.com/safe-global/safe-eth-py/pull/1052
* Add addresses 1.4.1 for chain BASE_SEPOLIA_TESTNET by github-actions in https://github.com/safe-global/safe-eth-py/pull/1054
* Add addresses 1.4.1 for chain CELO_MAINNET by github-actions in https://github.com/safe-global/safe-eth-py/pull/1056
* Add addresses 1.4.1 for chain POLYGON_ZKEVM by github-actions in https://github.com/safe-global/safe-eth-py/pull/1058
* Insert ordered signatures in Safe Tx by falvaradorodriguez in https://github.com/safe-global/safe-eth-py/pull/1060
* Add addresses 1.4.1 for chain ASTAR_ZKEVM by github-actions in https://github.com/safe-global/safe-eth-py/pull/1088
* Add addresses 1.4.1 for chain HOLESKY by github-actions in https://github.com/safe-global/safe-eth-py/pull/1089
* Add addresses 1.4.1 for chain ZETACHAIN_ATHENS_3_TESTNET by github-actions in https://github.com/safe-global/safe-eth-py/pull/1090
* Remove invalid network id by falvaradorodriguez in https://github.com/safe-global/safe-eth-py/pull/1091
* Add addresses 1.4.1 for chain RE_AL by github-actions in https://github.com/safe-global/safe-eth-py/pull/1094
* Add addresses 1.4.1 for chain UNREAL by github-actions in https://github.com/safe-global/safe-eth-py/pull/1095
* Add addresses 1.4.1 for chain KROMA by github-actions in https://github.com/safe-global/safe-eth-py/pull/1096
* Add addresses 1.4.1 for chain KROMA_SEPOLIA by github-actions in https://github.com/safe-global/safe-eth-py/pull/1097
* Add addresses 1.4.1 for chain LINEA by github-actions in https://github.com/safe-global/safe-eth-py/pull/1098
* Add addresses 1.4.1 for chain LINEA_GOERLI by github-actions in https://github.com/safe-global/safe-eth-py/pull/1099
* Add addresses 1.4.1 for chain MANTLE by github-actions in https://github.com/safe-global/safe-eth-py/pull/1100
* Add addresses 1.4.1 for chain MANTLE_SEPOLIA_TESTNET by github-actions in https://github.com/safe-global/safe-eth-py/pull/1101
* Add addresses 1.4.1 for chain MOONBEAM by github-actions in https://github.com/safe-global/safe-eth-py/pull/1102
* Add addresses 1.4.1 for chain MOONRIVER by github-actions in https://github.com/safe-global/safe-eth-py/pull/1103
* Add addresses 1.4.1 for chain MORPH_HOLESKY by github-actions in https://github.com/safe-global/safe-eth-py/pull/1104
* Add addresses 1.4.1 for chain OASIS_SAPPHIRE by github-actions in https://github.com/safe-global/safe-eth-py/pull/1105
* Add addresses 1.4.1 for chain ROOTSTOCK_TESTNET by github-actions in https://github.com/safe-global/safe-eth-py/pull/1106
* Add addresses 1.4.1 for chain SAAKURU_MAINNET by github-actions in https://github.com/safe-global/safe-eth-py/pull/1107
* Add addresses 1.4.1 for chain SEI_NETWORK by github-actions in https://github.com/safe-global/safe-eth-py/pull/1108
* Add addresses 1.4.1 for chain SEI_DEVNET by github-actions in https://github.com/safe-global/safe-eth-py/pull/1109
* Add addresses 1.4.1 for chain CYBER_MAINNET by github-actions in https://github.com/safe-global/safe-eth-py/pull/1110
* Add addresses 1.4.1 for chain ZETACHAIN_MAINNET by github-actions in https://github.com/safe-global/safe-eth-py/pull/1111
* Add addresses 1.4.1 for chain LINEA_SEPOLIA by github-actions in https://github.com/safe-global/safe-eth-py/pull/1137
* Add addresses 1.4.1 for chain MOONBASE_ALPHA by github-actions in https://github.com/safe-global/safe-eth-py/pull/1138
* Add addresses 1.4.1 for chain OASIS_SAPPHIRE_TESTNET by github-actions in https://github.com/safe-global/safe-eth-py/pull/1139
* Add addresses 1.4.1 for chain LISK by github-actions in https://github.com/safe-global/safe-eth-py/pull/1140
* Add addresses 1.4.1 for chain LISK_SEPOLIA_TESTNET by github-actions in https://github.com/safe-global/safe-eth-py/pull/1141
* Add addresses 1.4.1 for chain MODE by github-actions in https://github.com/safe-global/safe-eth-py/pull/1142
* Add addresses 1.4.1 for chain CYBER_TESTNET by github-actions in https://github.com/safe-global/safe-eth-py/pull/1143
* Add addresses 1.4.1 for chain FRAXTAL by github-actions in https://github.com/safe-global/safe-eth-py/pull/1144
* Add addresses 1.4.1 for chain MODE_TESTNET by github-actions in https://github.com/safe-global/safe-eth-py/pull/1145
* Add addresses 1.4.1 for chain REDSTONE by github-actions in https://github.com/safe-global/safe-eth-py/pull/1146
* Add addresses 1.4.1 for chain GARNET_HOLESKY by github-actions in https://github.com/safe-global/safe-eth-py/pull/1147
* Add addresses 1.4.1 for chain ZORA by github-actions in https://github.com/safe-global/safe-eth-py/pull/1148
* Fix CI run docker for v26 by falvaradorodriguez in https://github.com/safe-global/safe-eth-py/pull/1149
* Add addresses 1.4.1 for chain ZORA_SEPOLIA_TESTNET by github-actions in https://github.com/safe-global/safe-eth-py/pull/1150
* Add addresses 1.4.1 for chain TAIKO_HEKLA_L2 by github-actions in https://github.com/safe-global/safe-eth-py/pull/1151
* Add addresses 1.4.1 for chain TAIKO_MAINNET by github-actions in https://github.com/safe-global/safe-eth-py/pull/1152
* Add addresses 1.4.1 for chain SCROLL_SEPOLIA_TESTNET by github-actions in https://github.com/safe-global/safe-eth-py/pull/1153
* Add addresses 1.4.1 for chain WEMIX3_0_MAINNET by github-actions in https://github.com/safe-global/safe-eth-py/pull/1154
* Add addresses 1.4.1 for chain WEMIX3_0_TESTNET by github-actions in https://github.com/safe-global/safe-eth-py/pull/1155
* Add addresses 1.4.1 for chain ZILLIQA_EVM by github-actions in https://github.com/safe-global/safe-eth-py/pull/1156
* Add addresses 1.4.1 for chain ZILLIQA_EVM_TESTNET by github-actions in https://github.com/safe-global/safe-eth-py/pull/1157
* Add addresses 1.4.1 for chain CRONOS_MAINNET by github-actions in https://github.com/safe-global/safe-eth-py/pull/1158
* Add addresses 1.4.1 for chain CRONOS_TESTNET by github-actions in https://github.com/safe-global/safe-eth-py/pull/1159
* Add addresses 1.4.1 for chain MANTA_PACIFIC_MAINNET by github-actions in https://github.com/safe-global/safe-eth-py/pull/1160
* Add addresses 1.4.1 for chain TELOS_EVM_MAINNET by github-actions in https://github.com/safe-global/safe-eth-py/pull/1161
* Add addresses 1.4.1 for chain TELOS_EVM_TESTNET by github-actions in https://github.com/safe-global/safe-eth-py/pull/1162
* Add addresses 1.4.1 for chain TENET_TESTNET by github-actions in https://github.com/safe-global/safe-eth-py/pull/1163
* Add addresses 1.3.0 for chain RE_AL by github-actions in https://github.com/safe-global/safe-eth-py/pull/1164
* Add addresses 1.3.0 for chain UNREAL by github-actions in https://github.com/safe-global/safe-eth-py/pull/1165
* Use Decimal for min_value by fmrsabino in https://github.com/safe-global/safe-eth-py/pull/1166
* Add addresses 1.4.1 for chain SCROLL by github-actions in https://github.com/safe-global/safe-eth-py/pull/1169
* Add addresses 1.4.1 for chain AURORA_MAINNET by github-actions in https://github.com/safe-global/safe-eth-py/pull/1170
* Dont respect retry_after_header by Uxio0 in https://github.com/safe-global/safe-eth-py/pull/1171
* Fix typing for `trace_blocks` by Uxio0 in https://github.com/safe-global/safe-eth-py/pull/1172
* Fix underlying token test by Uxio0 in https://github.com/safe-global/safe-eth-py/pull/1174
* Set version 6.0.0b31 by Uxio0 in https://github.com/safe-global/safe-eth-py/pull/1175
* Fix delegateAddress type by fmrsabino in https://github.com/safe-global/safe-eth-py/pull/1176
* Add label to new chain addresses in Release notes by falvaradorodriguez in https://github.com/safe-global/safe-eth-py/pull/1177
* Fix bug in new chain address validation by falvaradorodriguez in https://github.com/safe-global/safe-eth-py/pull/1191
* Set version 6.0.0b32 by falvaradorodriguez in https://github.com/safe-global/safe-eth-py/pull/1201
* Fix 4337 paymaster data parsing by Uxio0 in https://github.com/safe-global/safe-eth-py/pull/1210
* Set version v6.0.0b34 by Uxio0 in https://github.com/safe-global/safe-eth-py/pull/1212
* Create `EthereumAddressFastBinaryField` by Uxio0 in https://github.com/safe-global/safe-eth-py/pull/1211
* Make native balance optional for ERC20 `get_balances` by Uxio0 in https://github.com/safe-global/safe-eth-py/pull/1216
* Refactor `SafeCreate2TxBuilder` by Uxio0 in https://github.com/safe-global/safe-eth-py/pull/1215
* Fix missing paymaster by moisses89 in https://github.com/safe-global/safe-eth-py/pull/1232
* Set version v6.0.0b35 by Uxio0 in https://github.com/safe-global/safe-eth-py/pull/1233
* Add new chain 480 (world chain) for singletons v1.3.0 and v1.4.1 by gjeanmart in https://github.com/safe-global/safe-eth-py/pull/1234
* Fix typo on EthereumAddressV2Field by Uxio0 in https://github.com/safe-global/safe-eth-py/pull/1235
* Fix CI Tests by falvaradorodriguez in https://github.com/safe-global/safe-eth-py/pull/1255
* Add missing env var by falvaradorodriguez in https://github.com/safe-global/safe-eth-py/pull/1256
* Update `EthereumNetwork` using chainlist by Uxio0 in https://github.com/safe-global/safe-eth-py/pull/1266
* Add web3 forced version in addresses workflows by falvaradorodriguez in https://github.com/safe-global/safe-eth-py/pull/1289
* Add reference to main in safe-eth-py dependency in addresses actions by falvaradorodriguez in https://github.com/safe-global/safe-eth-py/pull/1309
* Update `safe_eth` folder in addresses scripts by falvaradorodriguez in https://github.com/safe-global/safe-eth-py/pull/1310
* Improve typing using `mypy` by falvaradorodriguez in https://github.com/safe-global/safe-eth-py/pull/1308
* Fix cowswap test by falvaradorodriguez in https://github.com/safe-global/safe-eth-py/pull/1322
* Add missing return types to Safe by Uxio0 in https://github.com/safe-global/safe-eth-py/pull/1323
* Catch ContractLogicError on gas estimation by Uxio0 in https://github.com/safe-global/safe-eth-py/pull/1327
* Add new script to retrieve chain info from Viem by falvaradorodriguez in https://github.com/safe-global/safe-eth-py/pull/1328
* Update chain info from Viem by falvaradorodriguez in https://github.com/safe-global/safe-eth-py/pull/1332
* Try to build package when testing on the CI by Uxio0 in https://github.com/safe-global/safe-eth-py/pull/1338
* Add mypy dependency to CI by falvaradorodriguez in https://github.com/safe-global/safe-eth-py/pull/1340
* Add test dependencies to execute mypy in CI by falvaradorodriguez in https://github.com/safe-global/safe-eth-py/pull/1342
* Add canonical addresses for CELO, MANTLE and X_LAYER by dasanra in https://github.com/safe-global/safe-eth-py/pull/1359
* Update safe_deployments file by falvaradorodriguez in https://github.com/safe-global/safe-eth-py/pull/1368
* Add SafeToL2Migration contract abi by falvaradorodriguez in https://github.com/safe-global/safe-eth-py/pull/1371
* Set version 6.0.0b38 by falvaradorodriguez in https://github.com/safe-global/safe-eth-py/pull/1375
* Fix retrieve Viem info script and update multicall addresses by falvaradorodriguez in https://github.com/safe-global/safe-eth-py/pull/1376
* Set version 6.0.0b39 by falvaradorodriguez in https://github.com/safe-global/safe-eth-py/pull/1377
* Support multiple types of proxies by Uxio0 in https://github.com/safe-global/safe-eth-py/pull/1380
* Set version 6.0.0b40 by Uxio0 in https://github.com/safe-global/safe-eth-py/pull/1383
* Rename CLA access token by luarx in https://github.com/safe-global/safe-eth-py/pull/1388
* Set version 6.0.0b41 by moisses89 in https://github.com/safe-global/safe-eth-py/pull/1393
* Add method to build transaction for MultiSend by Uxio0 in https://github.com/safe-global/safe-eth-py/pull/1392
* Fix checksum address in bundler mocks by falvaradorodriguez in https://github.com/safe-global/safe-eth-py/pull/1405
* Fix CLA signatures Github action by luarx in https://github.com/safe-global/safe-eth-py/pull/1399
* Add new client for Etherscan API v2 by falvaradorodriguez in https://github.com/safe-global/safe-eth-py/pull/1407
* Add missing deployment addresses by falvaradorodriguez in https://github.com/safe-global/safe-eth-py/pull/1410
* Check batch requests return same number of results by Uxio0 in https://github.com/safe-global/safe-eth-py/pull/1439
* Set version 6.0.0b42 by Uxio0 in https://github.com/safe-global/safe-eth-py/pull/1446
* chore: fix some typos in comment by HongKuang in https://github.com/safe-global/safe-eth-py/pull/1458
* Priorize canonical addresses on safe_deployments by Uxio0 in https://github.com/safe-global/safe-eth-py/pull/1452
* Set version 6.0.0b43 by Uxio0 in https://github.com/safe-global/safe-eth-py/pull/1459
* Set version 6.0.0 by Uxio0 in https://github.com/safe-global/safe-eth-py/pull/1466
🛠 Breaking Changes
* Add Safe mainnet address by moisses89 in https://github.com/safe-global/safe-eth-py/pull/661
* Remove deprecated function `generate_address_2` by Uxio0 in https://github.com/safe-global/safe-eth-py/pull/690
* Add AdvancedAdminSearchMixin for Django admin by Uxio0 in https://github.com/safe-global/safe-eth-py/pull/683
* Refactor Sourcify Client by Uxio0 in https://github.com/safe-global/safe-eth-py/pull/707
* Add support for preimage hash for EIP1271 signatures by Uxio0 in https://github.com/safe-global/safe-eth-py/pull/721
* Rename enum SafeOperation to SafeOperationEnum by Uxio0 in https://github.com/safe-global/safe-eth-py/pull/802
* Optimize keccak operations by Uxio0 in https://github.com/safe-global/safe-eth-py/pull/832
* Remove relay by Uxio0 in https://github.com/safe-global/safe-eth-py/pull/949
* Add method to remove delegate with provided signature by falvaradorodriguez in https://github.com/safe-global/safe-eth-py/pull/981
* Migrate from setuptools to hatch by Uxio0 in https://github.com/safe-global/safe-eth-py/pull/1085
* Add configuration object for the EnsClient by fmrsabino in https://github.com/safe-global/safe-eth-py/pull/1187
* Remove EthereumClientProvider by Uxio0 in https://github.com/safe-global/safe-eth-py/pull/1209
* Remove deprecated classes by Uxio0 in https://github.com/safe-global/safe-eth-py/pull/835
* Rename `gnosis` package name to `safe_eth` by falvaradorodriguez in https://github.com/safe-global/safe-eth-py/pull/1286
* Support new safe deployments by moisses89 in https://github.com/safe-global/safe-eth-py/pull/1306
* Move cowswap folder by moisses89 in https://github.com/safe-global/safe-eth-py/pull/1307
👒 Dependencies
* Bump pytest from 7.4.0 to 7.4.1 by dependabot in https://github.com/safe-global/safe-eth-py/pull/618
* Bump actions/checkout from 3 to 4 by dependabot in https://github.com/safe-global/safe-eth-py/pull/627
* Bump pytest from 7.4.1 to 7.4.2 by dependabot in https://github.com/safe-global/safe-eth-py/pull/626
* Bump coverage from 7.3.0 to 7.3.1 by dependabot in https://github.com/safe-global/safe-eth-py/pull/624
* Bump django from 4.2.4 to 4.2.5 by dependabot in https://github.com/safe-global/safe-eth-py/pull/623
* Bump faker from 19.3.1 to 19.6.0 by dependabot in https://github.com/safe-global/safe-eth-py/pull/625
* Bump faker from 19.6.0 to 19.6.1 by dependabot in https://github.com/safe-global/safe-eth-py/pull/635
* Bump cla-assistant/github-action from 2.3.0 to 2.3.1 by dependabot in https://github.com/safe-global/safe-eth-py/pull/633
* Bump django-filter from 23.2 to 23.3 by dependabot in https://github.com/safe-global/safe-eth-py/pull/634
* Bump faker from 19.6.1 to 19.6.2 by dependabot in https://github.com/safe-global/safe-eth-py/pull/638
* Bump web3 from 6.9.0 to 6.10.0 by dependabot in https://github.com/safe-global/safe-eth-py/pull/639
* Bump psycopg2-binary from 2.9.7 to 2.9.8 by dependabot in https://github.com/safe-global/safe-eth-py/pull/645
* Bump psycopg2-binary from 2.9.8 to 2.9.9 by dependabot in https://github.com/safe-global/safe-eth-py/pull/651
* Bump coverage from 7.3.1 to 7.3.2 by dependabot in https://github.com/safe-global/safe-eth-py/pull/650
* Bump django from 4.2.5 to 4.2.6 by dependabot in https://github.com/safe-global/safe-eth-py/pull/649
* Bump faker from 19.6.2 to 19.11.0 by dependabot in https://github.com/safe-global/safe-eth-py/pull/664
* Bump web3 from 6.10.0 to 6.11.1 by dependabot in https://github.com/safe-global/safe-eth-py/pull/665
* Bump faker from 19.11.0 to 19.12.0 by dependabot in https://github.com/safe-global/safe-eth-py/pull/670
* Bump pytest from 7.4.2 to 7.4.3 by dependabot in https://github.com/safe-global/safe-eth-py/pull/672
* Bump django from 4.2.6 to 4.2.7 by dependabot in https://github.com/safe-global/safe-eth-py/pull/676
* Bump pytest-env from 1.0.1 to 1.1.1 by dependabot in https://github.com/safe-global/safe-eth-py/pull/675
* Bump pytest-django from 4.5.2 to 4.6.0 by dependabot in https://github.com/safe-global/safe-eth-py/pull/679
* Bump faker from 19.12.0 to 19.13.0 by dependabot in https://github.com/safe-global/safe-eth-py/pull/678
* Bump web3 from 6.11.1 to 6.11.2 by dependabot in https://github.com/safe-global/safe-eth-py/pull/677
* Bump py-evm from 0.7.0a4 to 0.8.0b1 by dependabot in https://github.com/safe-global/safe-eth-py/pull/660
* Bump pytest-django from 4.6.0 to 4.7.0 by dependabot in https://github.com/safe-global/safe-eth-py/pull/688
* Bump faker from 19.13.0 to 20.0.0 by dependabot in https://github.com/safe-global/safe-eth-py/pull/686
* Bump web3 from 6.11.2 to 6.11.3 by dependabot in https://github.com/safe-global/safe-eth-py/pull/687
* Bump faker from 20.0.0 to 20.0.3 by dependabot in https://github.com/safe-global/safe-eth-py/pull/692
* Bump pytest-env from 1.1.1 to 1.1.3 by dependabot in https://github.com/safe-global/safe-eth-py/pull/706
* Bump faker from 20.0.3 to 20.1.0 by dependabot in https://github.com/safe-global/safe-eth-py/pull/703
* Bump django-filter from 23.3 to 23.4 by dependabot in https://github.com/safe-global/safe-eth-py/pull/702
* Bump pytest-rerunfailures from 12.0 to 13.0 by dependabot in https://github.com/safe-global/safe-eth-py/pull/704
* Bump actions/setup-python from 4 to 5 by dependabot in https://github.com/safe-global/safe-eth-py/pull/708
* Bump web3 from 6.11.3 to 6.11.4 by dependabot in https://github.com/safe-global/safe-eth-py/pull/709
* Bump django-filter from 23.4 to 23.5 by dependabot in https://github.com/safe-global/safe-eth-py/pull/711
* Bump web3 from 6.11.4 to 6.12.0 by dependabot in https://github.com/safe-global/safe-eth-py/pull/720
* Bump coverage from 7.3.2 to 7.3.3 by dependabot in https://github.com/safe-global/safe-eth-py/pull/719
* Bump faker from 20.1.0 to 21.0.0 by dependabot in https://github.com/safe-global/safe-eth-py/pull/718
* Bump pytest from 7.4.3 to 7.4.4 by dependabot in https://github.com/safe-global/safe-eth-py/pull/725
* Bump coverage from 7.3.3 to 7.4.0 by dependabot in https://github.com/safe-global/safe-eth-py/pull/726
* Bump faker from 21.0.0 to 22.4.0 by dependabot in https://github.com/safe-global/safe-eth-py/pull/746
* Bump actions/cache from 3 to 4 by dependabot in https://github.com/safe-global/safe-eth-py/pull/745
* Bump web3 from 6.12.0 to 6.14.0 by dependabot in https://github.com/safe-global/safe-eth-py/pull/738
* Bump faker from 22.4.0 to 22.6.0 by dependabot in https://github.com/safe-global/safe-eth-py/pull/767
* Bump django from 4.2.7 to 4.2.10 by dependabot in https://github.com/safe-global/safe-eth-py/pull/769
* Bump pytest-sugar from 0.9.7 to 1.0.0 by dependabot in https://github.com/safe-global/safe-eth-py/pull/771
* Bump pytest from 7.4.4 to 8.0.0 by dependabot in https://github.com/safe-global/safe-eth-py/pull/756
* Bump coverage from 7.4.0 to 7.4.1 by dependabot in https://github.com/safe-global/safe-eth-py/pull/755
* 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
* 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
* 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
* Bump pytest from 8.1.0 to 8.1.1 by dependabot in https://github.com/safe-global/safe-eth-py/pull/823
* 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
* 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
* Bump py-evm from 0.10.0b2 to 0.10.0b6 by dependabot in https://github.com/safe-global/safe-eth-py/pull/884
* Bump faker from 24.3.0 to 24.7.1 by dependabot in https://github.com/safe-global/safe-eth-py/pull/883
* Bump web3 from 6.15.1 to 6.16.0 by dependabot in https://github.com/safe-global/safe-eth-py/pull/864
* Bump web3 from 6.16.0 to 6.17.0 by dependabot in https://github.com/safe-global/safe-eth-py/pull/898
* Bump faker from 24.7.1 to 24.9.0 by dependabot in https://github.com/safe-global/safe-eth-py/pull/905
* Bump django-filter from 24.1 to 24.2 by dependabot in https://github.com/safe-global/safe-eth-py/pull/906
* Bump py-evm from 0.10.0b6 to 0.10.1b1 by dependabot in https://github.com/safe-global/safe-eth-py/pull/924
* Bump faker from 24.9.0 to 24.11.0 by dependabot in https://github.com/safe-global/safe-eth-py/pull/923
* Bump web3 from 6.17.0 to 6.17.2 by dependabot in https://github.com/safe-global/safe-eth-py/pull/922
* Bump pytest from 8.1.1 to 8.2.0 by dependabot in https://github.com/safe-global/safe-eth-py/pull/944
* Bump coverage from 7.4.4 to 7.5.0 by dependabot in https://github.com/safe-global/safe-eth-py/pull/942
* Bump faker from 24.11.0 to 24.14.1 by dependabot in https://github.com/safe-global/safe-eth-py/pull/943
* Bump faker from 24.14.1 to 25.0.1 by dependabot in https://github.com/safe-global/safe-eth-py/pull/953
* Bump web3 from 6.17.2 to 6.18.0 by dependabot in https://github.com/safe-global/safe-eth-py/pull/951
* Bump coverage from 7.5.0 to 7.5.1 by dependabot in https://github.com/safe-global/safe-eth-py/pull/952
* Bump cla-assistant/github-action from 2.3.2 to 2.4.0 by dependabot in https://github.com/safe-global/safe-eth-py/pull/976
* Bump faker from 25.0.1 to 25.1.0 by dependabot in https://github.com/safe-global/safe-eth-py/pull/977
* Bump pytest from 8.2.0 to 8.2.1 by dependabot in https://github.com/safe-global/safe-eth-py/pull/983
* Bump requests from 2.31.0 to 2.32.2 by dependabot in https://github.com/safe-global/safe-eth-py/pull/991
* Bump web3 from 6.18.0 to 6.19.0 by dependabot in https://github.com/safe-global/safe-eth-py/pull/985
* Bump faker from 25.1.0 to 25.2.0 by dependabot in https://github.com/safe-global/safe-eth-py/pull/984
* Bump coverage from 7.5.1 to 7.5.3 by dependabot in https://github.com/safe-global/safe-eth-py/pull/1031
* Bump requests from 2.32.2 to 2.32.3 by dependabot in https://github.com/safe-global/safe-eth-py/pull/1029
* Bump faker from 25.2.0 to 25.3.0 by dependabot in https://github.com/safe-global/safe-eth-py/pull/1030
* Bump faker from 25.3.0 to 25.8.0 by dependabot in https://github.com/safe-global/safe-eth-py/pull/1093
* Bump pytest from 8.2.1 to 8.2.2 by dependabot in https://github.com/safe-global/safe-eth-py/pull/1092
* Bump faker from 25.8.0 to 26.0.0 by dependabot in https://github.com/safe-global/safe-eth-py/pull/1194
* Bump djangorestframework from 3.15.1 to 3.15.2 by dependabot in https://github.com/safe-global/safe-eth-py/pull/1180
* Bump coverage from 7.5.3 to 7.5.4 by dependabot in https://github.com/safe-global/safe-eth-py/pull/1179
* Bump web3 from 6.19.0 to 6.20.0 by dependabot in https://github.com/safe-global/safe-eth-py/pull/1203
* Bump coverage from 7.5.4 to 7.6.0 by dependabot in https://github.com/safe-global/safe-eth-py/pull/1213
* Bump django-filter from 24.2 to 24.3 by dependabot in https://github.com/safe-global/safe-eth-py/pull/1258
* Bump pytest from 8.2.2 to 8.3.2 by dependabot in https://github.com/safe-global/safe-eth-py/pull/1240
* Bump web3 from 6.20.0 to 6.20.1 by dependabot in https://github.com/safe-global/safe-eth-py/pull/1239
* Bump web3 from 6.20.1 to 6.20.2 by dependabot in https://github.com/safe-global/safe-eth-py/pull/1280
* Bump faker from 26.0.0 to 27.0.0 by dependabot in https://github.com/safe-global/safe-eth-py/pull/1281
* Bump faker from 27.0.0 to 27.4.0 by dependabot in https://github.com/safe-global/safe-eth-py/pull/1299
* Bump cla-assistant/github-action from 2.4.0 to 2.5.1 by dependabot in https://github.com/safe-global/safe-eth-py/pull/1282
* Bump coverage from 7.6.0 to 7.6.1 by dependabot in https://github.com/safe-global/safe-eth-py/pull/1274
* Bump faker from 27.4.0 to 28.4.1 by dependabot in https://github.com/safe-global/safe-eth-py/pull/1321
* Bump types-requests from 2.32.0.20240712 to 2.32.0.20240914 by dependabot in https://github.com/safe-global/safe-eth-py/pull/1329
* Bump pytest from 8.3.2 to 8.3.3 by dependabot in https://github.com/safe-global/safe-eth-py/pull/1353
* Bump cla-assistant/github-action from 2.5.1 to 2.5.2 by dependabot in https://github.com/safe-global/safe-eth-py/pull/1352
* Bump py-evm from 0.10.1b1 to 0.10.1b2 by dependabot in https://github.com/safe-global/safe-eth-py/pull/1300
* Bump faker from 28.4.1 to 30.1.0 by dependabot in https://github.com/safe-global/safe-eth-py/pull/1364
* Bump pytest-env from 1.1.3 to 1.1.5 by dependabot in https://github.com/safe-global/safe-eth-py/pull/1355
* Bump cla-assistant/github-action from 2.5.2 to 2.6.1 by dependabot in https://github.com/safe-global/safe-eth-py/pull/1354
* Bump pytest-django from 4.8.0 to 4.9.0 by dependabot in https://github.com/safe-global/safe-eth-py/pull/1382
* Bump faker from 30.1.0 to 30.3.0 by dependabot in https://github.com/safe-global/safe-eth-py/pull/1381
* Bump types-requests from 2.32.0.20240914 to 2.32.0.20241016 by dependabot in https://github.com/safe-global/safe-eth-py/pull/1390
* Bump django from 4.2.10 to 5.0.9 by dependabot in https://github.com/safe-global/safe-eth-py/pull/813
* Bump psycopg2-binary from 2.9.9 to 2.9.10 by dependabot in https://github.com/safe-global/safe-eth-py/pull/1400
* Bump faker from 30.3.0 to 30.8.1 by dependabot in https://github.com/safe-global/safe-eth-py/pull/1401
* Bump mypy from 1.11.2 to 1.13.0 by dependabot in https://github.com/safe-global/safe-eth-py/pull/1402
* Bump coverage from 7.6.1 to 7.6.8 by dependabot in https://github.com/safe-global/safe-eth-py/pull/1440
* Bump django from 5.0.9 to 5.1.3 by dependabot in https://github.com/safe-global/safe-eth-py/pull/1425
* Bump faker from 30.8.1 to 33.0.0 by dependabot in https://github.com/safe-global/safe-eth-py/pull/1432
* Bump pytest from 8.3.3 to 8.3.4 by dependabot in https://github.com/safe-global/safe-eth-py/pull/1454
* Bump faker from 33.0.0 to 33.1.0 by dependabot in https://github.com/safe-global/safe-eth-py/pull/1453
* Bump pytest-rerunfailures from 14.0 to 15.0 by dependabot in https://github.com/safe-global/safe-eth-py/pull/1455
🆕 New Chain Addresses
* Add addresses 1.3.0 for chain ZIRCUIT_TESTNET by github-actions in https://github.com/safe-global/safe-eth-py/pull/1182
* Add addresses 1.3.0 for chain OPEN_CAMPUS_CODEX by github-actions in https://github.com/safe-global/safe-eth-py/pull/1183
* Add addresses 1.3.0 for chain LORENZO by github-actions in https://github.com/safe-global/safe-eth-py/pull/1184
* Add addresses 1.4.1 for chain F_XCORE_TESTNET_NETWORK by github-actions in https://github.com/safe-global/safe-eth-py/pull/1192
* Add addresses 1.4.1 for chain F_XCORE_MAINNET_NETWORK by github-actions in https://github.com/safe-global/safe-eth-py/pull/1193
* Add addresses 1.3.0 for chain DODOCHAIN_TESTNET by github-actions in https://github.com/safe-global/safe-eth-py/pull/1200
* Add addresses 1.4.1 for chain ASTAR by github-actions in https://github.com/safe-global/safe-eth-py/pull/1214
* Add addresses 1.3.0 for chain ETHERLINK_MAINNET by github-actions in https://github.com/safe-global/safe-eth-py/pull/1226
* Add addresses 1.3.0 for chain ETHERLINK_TESTNET by github-actions in https://github.com/safe-global/safe-eth-py/pull/1227
* Add addresses 1.3.0 for chain KAVA by github-actions in https://github.com/safe-global/safe-eth-py/pull/1228
* Add addresses 1.3.0 for chain KAVA_TESTNET by github-actions in https://github.com/safe-global/safe-eth-py/pull/1229
* Add addresses 1.3.0 for chain BERACHAIN_BARTIO by github-actions in https://github.com/safe-global/safe-eth-py/pull/1230
* Add addresses 1.3.0 for chain ABEY_MAINNET by github-actions in https://github.com/safe-global/safe-eth-py/pull/1238
* Add addresses 1.3.0 for chain FLARE_MAINNET by github-actions in https://github.com/safe-global/safe-eth-py/pull/1243
* Add addresses 1.3.0 for chain AUTONOMYS_TESTNET_NOVA_DOMAIN by github-actions in https://github.com/safe-global/safe-eth-py/pull/1244
* Add addresses 1.3.0 for chain GNOSIS_CHIADO_TESTNET by github-actions in https://github.com/safe-global/safe-eth-py/pull/1253
* Add addresses 1.3.0 for chain SONGBIRD_CANARY_NETWORK by github-actions in https://github.com/safe-global/safe-eth-py/pull/1254
* Add addresses 1.4.1 for chain FLARE_MAINNET by github-actions in https://github.com/safe-global/safe-eth-py/pull/1259
* Add addresses 1.4.1 for chain SONGBIRD_CANARY_NETWORK by github-actions in https://github.com/safe-global/safe-eth-py/pull/1260
* Add addresses 1.3.0 for chain SONGBIRD_TESTNET_COSTON by github-actions in https://github.com/safe-global/safe-eth-py/pull/1261
* Add addresses 1.3.0 for chain FLARE_TESTNET_COSTON2 by github-actions in https://github.com/safe-global/safe-eth-py/pull/1262
* Add addresses 1.4.1 for chain FLARE_TESTNET_COSTON2 by github-actions in https://github.com/safe-global/safe-eth-py/pull/1263
* Add addresses 1.3.0 for chain NAL_SEPOLIA_TESTNET by github-actions in https://github.com/safe-global/safe-eth-py/pull/1264
* Add addresses 1.4.1 for chain SONGBIRD_TESTNET_COSTON by github-actions in https://github.com/safe-global/safe-eth-py/pull/1265
* Add addresses 1.3.0 for chain ALEPH_ZERO_EVM by github-actions in https://github.com/safe-global/safe-eth-py/pull/1277
* Add addresses 1.3.0 for chain ALEPH_ZERO_EVM by github-actions in https://github.com/safe-global/safe-eth-py/pull/1283
* Add addresses 1.4.1 for chain ALEPH_ZERO_EVM by github-actions in https://github.com/safe-global/safe-eth-py/pull/1284
* Add addresses 1.4.1 for chain IRISHUB by github-actions in https://github.com/safe-global/safe-eth-py/pull/1285
* Add addresses 1.3.0 for chain NAL_MAINNET by github-actions in https://github.com/safe-global/safe-eth-py/pull/1290
* Add addresses 1.3.0 for chain CRONOS_ZKEVM_TESTNET by github-actions in https://github.com/safe-global/safe-eth-py/pull/1293
* Add addresses 1.3.0 for chain CRONOS_ZKEVM_MAINNET by github-actions in https://github.com/safe-global/safe-eth-py/pull/1294
* Add addresses 1.4.1 for chain SKOPJE_TESTNET by github-actions in https://github.com/safe-global/safe-eth-py/pull/1295
* Add addresses 1.4.1 for chain GPT_MAINNET by github-actions in https://github.com/safe-global/safe-eth-py/pull/1296
* Add addresses 1.4.1 for chain BEVM_TESTNET by github-actions in https://github.com/safe-global/safe-eth-py/pull/1297
* Add addresses 1.4.1 for chain BEVM_MAINNET by github-actions in https://github.com/safe-global/safe-eth-py/pull/1298
* Add addresses 1.3.0 for chain GPT_MAINNET by github-actions in https://github.com/safe-global/safe-eth-py/pull/1311
* Add addresses 1.3.0 for chain SKOPJE_TESTNET by github-actions in https://github.com/safe-global/safe-eth-py/pull/1312
* Add addresses 1.4.1 for chain NAHMII_3_TESTNET by github-actions in https://github.com/safe-global/safe-eth-py/pull/1313
* Add addresses 1.3.0 for chain ZIRCUIT_MAINNET by github-actions in https://github.com/safe-global/safe-eth-py/pull/1325
* Add addresses 1.3.0 for chain BOB_SEPOLIA by github-actions in https://github.com/safe-global/safe-eth-py/pull/1326
* Add addresses 1.3.0 for chain SNAXCHAIN by github-actions in https://github.com/safe-global/safe-eth-py/pull/1336
* Add addresses 1.4.1 for chain Q_MAINNET by github-actions in https://github.com/safe-global/safe-eth-py/pull/1343
* Add addresses 1.4.1 for chain Q_TESTNET by github-actions in https://github.com/safe-global/safe-eth-py/pull/1344
* Add addresses 1.3.0 for chain SNAXCHAIN by github-actions in https://github.com/safe-global/safe-eth-py/pull/1345
* Add addresses 1.4.1 for chain SNAXCHAIN by github-actions in https://github.com/safe-global/safe-eth-py/pull/1346
* Add addresses 1.3.0 for chain Q_MAINNET by github-actions in https://github.com/safe-global/safe-eth-py/pull/1350
* Add addresses 1.3.0 for chain Q_TESTNET by github-actions in https://github.com/safe-global/safe-eth-py/pull/1351
* Add addresses 1.3.0 for chain SHAPE_SEPOLIA_TESTNET by github-actions in https://github.com/safe-global/safe-eth-py/pull/1369
* Add addresses 1.3.0 for chain SHAPE by github-actions in https://github.com/safe-global/safe-eth-py/pull/1370
* Add addresses 1.3.0 for chain VANA_MOKSHA_TESTNET by github-actions in https://github.com/safe-global/safe-eth-py/pull/1372
* Add addresses 1.3.0 for chain CONNEXT_SEPOLIA by github-actions in https://github.com/safe-global/safe-eth-py/pull/1373
* Add addresses 1.3.0 for chain EVERCLEAR_MAINNET by github-actions in https://github.com/safe-global/safe-eth-py/pull/1374
* Add addresses 1.3.0 for chain BAHAMUT by github-actions in https://github.com/safe-global/safe-eth-py/pull/1378
* Add addresses 1.4.1 for chain OORT_MAINNET by github-actions in https://github.com/safe-global/safe-eth-py/pull/1384
* Add addresses 1.4.1 for chain JAPAN_OPEN_CHAIN_MAINNET by github-actions in https://github.com/safe-global/safe-eth-py/pull/1394
* Add addresses 1.4.1 for chain JAPAN_OPEN_CHAIN_TESTNET by github-actions in https://github.com/safe-global/safe-eth-py/pull/1395
* Add addresses 1.4.1 for chain GAME7_TESTNET by github-actions in https://github.com/safe-global/safe-eth-py/pull/1403
* Add addresses 1.4.1 for chain GAME7 by github-actions in https://github.com/safe-global/safe-eth-py/pull/1404
* Add addresses 1.3.0 for chain MORPH by github-actions in https://github.com/safe-global/safe-eth-py/pull/1416
* Add addresses 1.4.1 for chain MORPH by github-actions in https://github.com/safe-global/safe-eth-py/pull/1417
* Add addresses 1.3.0 for chain CRONOS_ZKEVM_TESTNET by github-actions in https://github.com/safe-global/safe-eth-py/pull/1418
* Add addresses 1.4.1 for chain OORT_MAINNETDEV by github-actions in https://github.com/safe-global/safe-eth-py/pull/1421
* Add addresses 1.3.0 for chain MORPH_HOLESKY by github-actions in https://github.com/safe-global/safe-eth-py/pull/1422
* Add addresses 1.3.0 for chain INK_SEPOLIA by github-actions in https://github.com/safe-global/safe-eth-py/pull/1428
* Add addresses 1.3.0 for chain STORY_ODYSSEY_TESTNET by github-actions in https://github.com/safe-global/safe-eth-py/pull/1429
* Add addresses 1.4.1 for chain STORY_ODYSSEY_TESTNET by github-actions in https://github.com/safe-global/safe-eth-py/pull/1430
* Add addresses 1.3.0 for chain SWELL_NETWORK_TESTNET by github-actions in https://github.com/safe-global/safe-eth-py/pull/1436
* Add addresses 1.4.1 for chain FILECOIN_MAINNET by github-actions in https://github.com/safe-global/safe-eth-py/pull/1442
* Add addresses 1.4.1 for chain FILECOIN_CALIBRATION_TESTNET by github-actions in https://github.com/safe-global/safe-eth-py/pull/1443
* Add addresses 1.4.1 for chain SWELL_NETWORK_TESTNET by github-actions in https://github.com/safe-global/safe-eth-py/pull/1444
* Add addresses 1.3.0 for chain SWELL_NETWORK_TESTNET by github-actions in https://github.com/safe-global/safe-eth-py/pull/1445
* Add addresses 1.4.1 for chain NAHMII_3_MAINNET by github-actions in https://github.com/safe-global/safe-eth-py/pull/1451
* Add addresses 1.4.1 for chain PLUME_DEVNET by github-actions in https://github.com/safe-global/safe-eth-py/pull/1456
* Add addresses 1.4.1 for chain PLUME_MAINNET by github-actions in https://github.com/safe-global/safe-eth-py/pull/1457
* Add addresses 1.3.0 for chain SWELL_NETWORK by github-actions in https://github.com/safe-global/safe-eth-py/pull/1463
* Add addresses 1.3.0 for chain SWELL_NETWORK by github-actions in https://github.com/safe-global/safe-eth-py/pull/1464
* Add addresses 1.4.1 for chain SWELL_NETWORK by github-actions in https://github.com/safe-global/safe-eth-py/pull/1465
New Contributors
* omahs made their first contribution in https://github.com/safe-global/safe-eth-py/pull/642
* a-thomas-22 made their first contribution in https://github.com/safe-global/safe-eth-py/pull/669
* 0xcuonghx made their first contribution in https://github.com/safe-global/safe-eth-py/pull/673
* bertux made their first contribution in https://github.com/safe-global/safe-eth-py/pull/682
* Hirama made their first contribution in https://github.com/safe-global/safe-eth-py/pull/730
* falvaradorodriguez made their first contribution in https://github.com/safe-global/safe-eth-py/pull/778
* federava made their first contribution in https://github.com/safe-global/safe-eth-py/pull/775
* github-actions made their first contribution in https://github.com/safe-global/safe-eth-py/pull/870
* ali-salloum6 made their first contribution in https://github.com/safe-global/safe-eth-py/pull/799
* gjeanmart made their first contribution in https://github.com/safe-global/safe-eth-py/pull/1234
* dasanra made their first contribution in https://github.com/safe-global/safe-eth-py/pull/1359
* HongKuang made their first contribution in https://github.com/safe-global/safe-eth-py/pull/1458
**Full Changelog**: https://github.com/safe-global/safe-eth-py/compare/v5.8.0...v6.0.0