Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps web3 from 6.3 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.3 to 7.7.0.
- [Changelog](https://github.com/ethereum/web3.py/blob/main/docs/release_notes.rst)
- [Commits](ethereum/web3.py@v6.3.0...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 added the dependencies Pull requests that update a dependency file label Jan 20, 2025
Copy link

Failed to retrieve llama text: Invalid URL '/completion': No scheme supplied. Perhaps you meant https:///completion?

Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 10, 2025

Superseded by #200.

@dependabot dependabot bot closed this Feb 10, 2025
@dependabot dependabot bot deleted the dependabot/pip/web3-7.7.0 branch February 10, 2025 03:19
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants