Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump web3 from 6.20.2 to 7.7.0 #1313

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 20, 2025

Bumps web3 from 6.20.2 to 7.7.0.

Changelog

Sourced from web3's changelog.

web3.py v7.7.0 (2025-01-15)

Bugfixes


- Add a ``disconnect`` method to the AsyncHTTPProvider that closes all sessions and clears the cache (`[#3557](https://github.com/ethereum/web3.py/issues/3557) <https://github.com/ethereum/web3.py/issues/3557>`__)
- Fix a bug related to building the ipc path for connecting to a geth ``--dev`` instance via ``web3.auto.gethdev``. (`[#3576](https://github.com/ethereum/web3.py/issues/3576) <https://github.com/ethereum/web3.py/issues/3576>`__)

Features

  • Add a subscription manager to persistent connection providers, with support for handler methods for eth_subscribe subscriptions. ([#3554](https://github.com/ethereum/web3.py/issues/3554) <https://github.com/ethereum/web3.py/issues/3554>__)
  • Implement a topic property for contract events to retrieve the topic for the event. ([#3578](https://github.com/ethereum/web3.py/issues/3578) <https://github.com/ethereum/web3.py/issues/3578>__)

Miscellaneous Changes


- `[#3546](https://github.com/ethereum/web3.py/issues/3546) <https://github.com/ethereum/web3.py/issues/3546>`__

Performance Improvements

  • Improve AttributeDict.recursive() and AttributeDictMiddleware performance, effectively speeding up response processing for attrdict middleware by nearly 2x. ([#3575](https://github.com/ethereum/web3.py/issues/3575) <https://github.com/ethereum/web3.py/issues/3575>__)

web3.py v7.6.1 (2024-12-18)

Bugfixes


- Include an end-of-line delimiter when sending messages via IPC with the ``IPCProvider`` and ``AsyncIPCProvider``. (`[#3537](https://github.com/ethereum/web3.py/issues/3537) <https://github.com/ethereum/web3.py/issues/3537>`__)
- Contract functions and events no longer initialize for each call. Retrieval of overloaded functions and events is now deterministic. Any ambiguity will result in an exception being raised. (`[#3540](https://github.com/ethereum/web3.py/issues/3540) <https://github.com/ethereum/web3.py/issues/3540>`__)
- Bump the eth-tester version to one that works in the tester dependency extras (`[#3555](https://github.com/ethereum/web3.py/issues/3555) <https://github.com/ethereum/web3.py/issues/3555>`__)

Improved Documentation

  • Update ENS-related links ([#3563](https://github.com/ethereum/web3.py/issues/3563) <https://github.com/ethereum/web3.py/issues/3563>__)

Internal Changes - for web3.py Contributors


- Upgrade Geth Fixture to 1.14.12 (`[#3533](https://github.com/ethereum/web3.py/issues/3533) <https://github.com/ethereum/web3.py/issues/3533>`__)
</tr></table> 

... (truncated)

Commits
  • 28ce4c0 Bump version: 7.6.1 → 7.7.0
  • 9a50e87 Compile release notes for v7.7.0
  • 6fdb036 Only calculate the topic when it is asked for, while caching the result.
  • 695e883 Use event.topic in logs integration tests
  • e73687b Update current documentation for subscription manager.
  • 63cf04e Add support for retrieving a contract event topic:
  • aefb880 Only set signal handlers if outside of a context manager:
  • 3337b5b Get current loop within the extended signal handler:
  • 12c9d83 bugfix: Fix gethdev ipc path for auto.gethdev
  • a35efbc More changes from comments on PR #3554:
  • 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.20.2 to 7.7.0.
- [Changelog](https://github.com/ethereum/web3.py/blob/main/docs/release_notes.rst)
- [Commits](ethereum/web3.py@v6.20.2...v7.7.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from a team as a code owner January 20, 2025 13:13
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Jan 20, 2025
@iamacook
Copy link
Member

I'm going to mark this as a draft as it is also blocked in a similar fashion to #1255 (comment).

@iamacook iamacook marked this pull request as draft January 21, 2025 06:35
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