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.8.0 #59

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

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 10, 2025

Bumps web3 from 6.20.2 to 7.8.0.

Changelog

Sourced from web3's changelog.

web3.py v7.8.0 (2025-02-03)

Breaking Changes


- The bugfix to match ``unsubscribe`` to ``subscribe`` for multiple subscriptions breaks the function signature for ``unsubscribe``, changing the ``subscription`` argument to ``subscriptions``. (`[#3585](https://github.com/ethereum/web3.py/issues/3585) <https://github.com/ethereum/web3.py/issues/3585>`__)

Bugfixes


- Handle the case when a single RPC error response is returned for a batch request, instead of always expecting a list of responses. (`[#3585](https://github.com/ethereum/web3.py/issues/3585) &lt;https://github.com/ethereum/web3.py/issues/3585&gt;`__)
- Don't raise on non-unique default subscription labels (no label provided). Only raise if a non-unique custom label is explicitly set for a subscription. (`[#3594](https://github.com/ethereum/web3.py/issues/3594) &lt;https://github.com/ethereum/web3.py/issues/3594&gt;`__)
- Fix bugs related to subscription manager: ``run_forever`` can start with ``0`` subscriptions and remains alive, ``unsubscribe`` accepts single or multiple subs as objects or hexstrs, ``subscribe`` for many subs returns a list of hexstr ids. (`[#3595](https://github.com/ethereum/web3.py/issues/3595) &lt;https://github.com/ethereum/web3.py/issues/3595&gt;`__)
- Fix issue where ``.values()`` raised a ``KeyError`` in ``NamedTupledOnion`` (`[#3596](https://github.com/ethereum/web3.py/issues/3596) &lt;https://github.com/ethereum/web3.py/issues/3596&gt;`__)

Improved Documentation
</code></pre>
<ul>
<li>Include <code>topic</code> attribute in <code>ContractEvent</code> docs. (<code>#3586 &lt;ethereum/web3.py#3586>
<li>Introduce Event Subscriptions docs guide (<code>#3600 &lt;ethereum/web3.py#3600>
</ul>
<p>Features</p>
<pre><code>

  • New Beacon and AsyncBeacon endpoints: get_peer_count, get_attester_duties, get_block_proposer_duties, get_sync_committee_duties, and get_attestation_rewards. ([#3504](https://github.com/ethereum/web3.py/issues/3504) &amp;lt;https://github.com/ethereum/web3.py/issues/3504&amp;gt;__)

Internal Changes - for web3.py Contributors
</code></pre>
<ul>
<li>Move duplicate code into <code>BaseContract</code> class from <code>Contract</code> and <code>AsyncContract</code>. (<code>#3579 &lt;ethereum/web3.py#3579>
<li>Address flaky tests in CI runs. (<code>#3583 &lt;ethereum/web3.py#3583>
<li>Update copyright year from 2024 to 2025 in the LICENSE file. (<code>#3592 &lt;ethereum/web3.py#3592>
</ul>
<p>Performance Improvements</p>
<pre><code>

  • Avoid unnecessary extra call to resolver when resolving an ENS address with no coin_type specified (default). ([#3584](https://github.com/ethereum/web3.py/issues/3584) &amp;lt;https://github.com/ethereum/web3.py/issues/3584&amp;gt;__)

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

Bugfixes

</tr></table>

... (truncated)

Commits
  • b0788ea Bump version: 7.7.0 → 7.8.0
  • b48e93e Compile release notes for v7.8.0
  • 4ef711e code-block for consistency with others
  • 0e8ce5d docs: introduce subscriptions guide
  • 8f1443d bugfix: middleware_onion.values() keyerror fix
  • 1b66d3c Refactor for duplicate code in contract internal implementations (#3579)
  • fe791ed Update events.py (#3601)
  • 15f7120 docs: rename osx to macos
  • 936ee88 newsfragment for #3584
  • 4a8c841 Refactor ens and async_ens to call resolver only if coin_type is specified
  • 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.8.0.
- [Changelog](https://github.com/ethereum/web3.py/blob/main/docs/release_notes.rst)
- [Commits](ethereum/web3.py@v6.20.2...v7.8.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 February 10, 2025 06:47
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Feb 10, 2025
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.

0 participants