Safe-eth-py

Latest version: v7.3.0

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

Scan your dependencies

Page 16 of 18

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

4.0.1

What's Changed
* Bump web3 from 5.29.0 to 5.29.1 by dependabot in https://github.com/safe-global/safe-eth-py/pull/257
* Bump coverage from 6.3.3 to 6.4 by dependabot in https://github.com/safe-global/safe-eth-py/pull/256
* add meter mainnet and testnet by philipappiah in https://github.com/safe-global/safe-eth-py/pull/255
* Exclude ABIs from coverage report by Uxio0 in https://github.com/safe-global/safe-eth-py/pull/251
* Update CODEOWNERS by Uxio0 in https://github.com/safe-global/safe-eth-py/pull/253
* Set version v4.0.1 by Uxio0 in https://github.com/safe-global/safe-eth-py/pull/259

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

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

4.0.0

Notice
Migrate from `gnosis-py` to `safe-eth-py` if you haven't!

What's Changed
* Bump pytest from 7.1.1 to 7.1.2 by dependabot in https://github.com/safe-global/safe-eth-py/pull/237
* Bump github/codeql-action from 1 to 2 by dependabot in https://github.com/safe-global/safe-eth-py/pull/240
* Bump coverage from 6.3.2 to 6.3.3 by dependabot in https://github.com/safe-global/safe-eth-py/pull/245
* Test every network for GnosisProtocolAPI by Uxio0 in https://github.com/safe-global/safe-eth-py/pull/243
* Bump faker from 13.3.4 to 13.11.0 by dependabot in https://github.com/safe-global/safe-eth-py/pull/244
* Bump django from 3.2.12 to 3.2.13 by dependabot in https://github.com/safe-global/safe-eth-py/pull/246
* Rename package from gnosis-py to safe-eth-py by Uxio0 in https://github.com/safe-global/safe-eth-py/pull/249


**Full Changelog**: https://github.com/safe-global/safe-eth-py/compare/v3.9.4...v4.0.0

What's Changed
* Bump pytest from 7.1.1 to 7.1.2 by dependabot in https://github.com/safe-global/safe-eth-py/pull/237
* Bump github/codeql-action from 1 to 2 by dependabot in https://github.com/safe-global/safe-eth-py/pull/240
* Bump coverage from 6.3.2 to 6.3.3 by dependabot in https://github.com/safe-global/safe-eth-py/pull/245
* Test every network for GnosisProtocolAPI by Uxio0 in https://github.com/safe-global/safe-eth-py/pull/243
* Bump faker from 13.3.4 to 13.11.0 by dependabot in https://github.com/safe-global/safe-eth-py/pull/244
* Bump django from 3.2.12 to 3.2.13 by dependabot in https://github.com/safe-global/safe-eth-py/pull/246
* Rename package from gnosis-py to safe-eth-py by Uxio0 in https://github.com/safe-global/safe-eth-py/pull/249
* Bump faker from 13.11.0 to 13.11.1 by dependabot in https://github.com/safe-global/safe-eth-py/pull/248
* Fix README by Uxio0 in https://github.com/safe-global/safe-eth-py/pull/250


**Full Changelog**: https://github.com/safe-global/safe-eth-py/compare/v3.9.4...v4.0.0

3.9.4

What's Changed
* Cache some web3 queries that shouldn't change by Uxio0 in https://github.com/gnosis/gnosis-py/pull/235
* Fix slow timeout typo by Uxio0 in https://github.com/gnosis/gnosis-py/pull/242


**Full Changelog**: https://github.com/gnosis/gnosis-py/compare/v3.9.3...v3.9.4

3.9.3

What's Changed
* Adding Velas network mainnet&testnet support by datradito in https://github.com/gnosis/gnosis-py/pull/220
* Validate linting on CI on parallel by Uxio0 in https://github.com/gnosis/gnosis-py/pull/223
* Remove conflicting EthereumNetwork by Uxio0 in https://github.com/gnosis/gnosis-py/pull/226
* Bump faker from 13.3.3 to 13.3.4 by dependabot in https://github.com/gnosis/gnosis-py/pull/227
* Added Eurus mainnet and testnet network ID. by EU99 in https://github.com/gnosis/gnosis-py/pull/229
* Bump web3 from 5.28.0 to 5.29.0 by dependabot in https://github.com/gnosis/gnosis-py/pull/232
* Fix enzyme and sushiswap tests by Uxio0 in https://github.com/gnosis/gnosis-py/pull/234
* Always use cached chainId by Uxio0 in https://github.com/gnosis/gnosis-py/pull/233

New Contributors
* datradito made their first contribution in https://github.com/gnosis/gnosis-py/pull/220
* EU99 made their first contribution in https://github.com/gnosis/gnosis-py/pull/229

**Full Changelog**: https://github.com/gnosis/gnosis-py/compare/v3.9.2...v3.9.3

3.9.2

What's Changed
* Update pre-commit by Uxio0 in https://github.com/gnosis/gnosis-py/pull/222
* chore: add rei testnet and mainnet by bijianing97 in https://github.com/gnosis/gnosis-py/pull/221
* Set version 3.9.2 by Uxio0 in https://github.com/gnosis/gnosis-py/pull/224

New Contributors
* bijianing97 made their first contribution in https://github.com/gnosis/gnosis-py/pull/221

**Full Changelog**: https://github.com/gnosis/gnosis-py/compare/v3.9.1...v3.9.2

Page 16 of 18

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.