Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 13, 2025

Bumps web3 from 6.11.2 to 7.11.1.

Changelog

Sourced from web3's changelog.

web3.py v7.11.1 (2025-05-12)

Bugfixes


- Fix contract event ``FilterParams`` to validate and normalize ``address`` parameters. (`[#3618](https://github.com/ethereum/web3.py/issues/3618) <https://github.com/ethereum/web3.py/issues/3618>`__)
- Properly handle ``PersistentConnectionClosedOK`` for ``subscription_manager.handle_subscriptions()``. (`[#3690](https://github.com/ethereum/web3.py/issues/3690) <https://github.com/ethereum/web3.py/issues/3690>`__)

Deprecations

  • Deprecate eth.get_uncle* methods. Will be removed in v8. ([#3683](https://github.com/ethereum/web3.py/issues/3683) <https://github.com/ethereum/web3.py/issues/3683>__)

Internal Changes - for web3.py Contributors


- Re-compile test contracts with new Solidity ``v0.8.30`` and re-generate integration test fixture to test against latest geth ``v1.15.11``. (`[#3692](https://github.com/ethereum/web3.py/issues/3692) <https://github.com/ethereum/web3.py/issues/3692>`__)
- Remove old test fixtures when generating a new test fixture. (`[#3693](https://github.com/ethereum/web3.py/issues/3693) <https://github.com/ethereum/web3.py/issues/3693>`__)
- Address some flaky tests due to a geth bug in state synchronization. (`[#3695](https://github.com/ethereum/web3.py/issues/3695) <https://github.com/ethereum/web3.py/issues/3695>`__)

web3.py v7.11.0 (2025-04-29)

Bugfixes


- Checks that ``PersistentConnectionProvider`` response cache value is a dict before attempting to access it like one. Also adds checks to ``make_batch_request`` to make sure it is in batching mode before being called and is not after. (`[#3642](https://github.com/ethereum/web3.py/issues/3642) &lt;https://github.com/ethereum/web3.py/issues/3642&gt;`__)
- Moves base providers' ``_is_batching`` and ``_batch_request_func_cache`` from class to instance attrs to help with thread safety. (`[#3661](https://github.com/ethereum/web3.py/issues/3661) &lt;https://github.com/ethereum/web3.py/issues/3661&gt;`__)

Features

  • Support for Prague network upgrade, mainly requests_hash and authorization_list formatters. Add support for serializing SignedSetCodeTransaction (eth-account pydantic model) directly added to transaction dicts. ([#3659](https://github.com/ethereum/web3.py/issues/3659) &lt;https://github.com/ethereum/web3.py/issues/3659&gt;__)
  • Allow setting the request_information_cache_size for PersistentConnectionProvider implementations. ([#3662](https://github.com/ethereum/web3.py/issues/3662) &lt;https://github.com/ethereum/web3.py/issues/3662&gt;__)

Internal Changes - for web3.py Contributors

  • Update some outdated TODO notes in code & remove old un-tested uncles tests as no longer relevant post-merge. ([#3605](https://github.com/ethereum/web3.py/issues/3605) <https://github.com/ethereum/web3.py/issues/3605>__)
  • Run each integration test in isolation and parallelize, instead of running them all within a single geth (for example) process. This prevents muddied test contexts. ([#3659](https://github.com/ethereum/web3.py/issues/3659) <https://github.com/ethereum/web3.py/issues/3659>__)
  • Bound hypothesis integers in some tests to a max of uint256 value ([#3665](https://github.com/ethereum/web3.py/issues/3665) <https://github.com/ethereum/web3.py/issues/3665>__)
  • AsyncENS tests were xfailing for the wrong reason. ([#3675](https://github.com/ethereum/web3.py/issues/3675) <https://github.com/ethereum/web3.py/issues/3675>__)

... (truncated)

Commits
  • 7c084e0 Bump version: 7.11.0 → 7.11.1
  • 0d8fdbf Compile release notes for v7.11.1
  • 1d97bcd fix: correctly combine address and contract address list in event filter para...
  • ae7f5aa xfail(strict=False) on flaky test for recent geth versions
  • f7fd742 geth update issue: Use blockNumber for eth_getCode and eth_call
  • f6f4fd3 chore: remove old fixtures when generating test fixture
  • 03d186c newsfragment for #3692; remove old test fixture
  • 969c426 coinbase is the keyfile account, only need to assert different balances
  • c1ec360 Add error formatters to raise on block not found errors
  • 9d79211 Generate test fixture with geth v1.15.11
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [web3](https://github.com/ethereum/web3.py) from 6.11.2 to 7.11.1.
- [Changelog](https://github.com/ethereum/web3.py/blob/main/docs/release_notes.rst)
- [Commits](ethereum/web3.py@v6.11.2...v7.11.1)

---
updated-dependencies:
- dependency-name: web3
  dependency-version: 7.11.1
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels May 13, 2025
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github May 23, 2025

Superseded by #797.

@dependabot dependabot bot closed this May 23, 2025
@dependabot dependabot bot deleted the dependabot/pip/web3-7.11.1 branch May 23, 2025 07:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python Pull requests that update python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant