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 7.7.0 to 7.8.0 #1549

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

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps web3 from 7.7.0 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;https://github.com/ethereum/web3.py/issues/3586&amp;gt;&lt;/code&gt;__)&lt;/li>
<li>Introduce Event Subscriptions docs guide (<code>#3600 &lt;https://github.com/ethereum/web3.py/issues/3600&amp;gt;&lt;/code&gt;__)&lt;/li>
</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;https://github.com/ethereum/web3.py/issues/3579&amp;gt;&lt;/code&gt;__)&lt;/li>
<li>Address flaky tests in CI runs. (<code>#3583 &lt;https://github.com/ethereum/web3.py/issues/3583&amp;gt;&lt;/code&gt;__)&lt;/li>
<li>Update copyright year from 2024 to 2025 in the LICENSE file. (<code>#3592 &lt;https://github.com/ethereum/web3.py/issues/3592&amp;gt;&lt;/code&gt;__)&lt;/li>
</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;__)
    </code></pre>
    </blockquote>
    </details>
    <details>
    <summary>Commits</summary>

<ul>
<li><a href="https://github.com/ethereum/web3.py/commit/b0788ea5da9a1ca047d8fd27bf91d43f41347f32&quot;&gt;&lt;code&gt;b0788ea&lt;/code&gt;&lt;/a> Bump version: 7.7.0 → 7.8.0</li>
<li><a href="https://github.com/ethereum/web3.py/commit/b48e93ead4cf6e93eff70fafafbab283e359279c&quot;&gt;&lt;code&gt;b48e93e&lt;/code&gt;&lt;/a> Compile release notes for v7.8.0</li>
<li><a href="https://github.com/ethereum/web3.py/commit/4ef711e785319f50bd025d41fb39a7ac6838a203&quot;&gt;&lt;code&gt;4ef711e&lt;/code&gt;&lt;/a> code-block for consistency with others</li>
<li><a href="https://github.com/ethereum/web3.py/commit/0e8ce5da581c56f45292ef1df704d921eb74454b&quot;&gt;&lt;code&gt;0e8ce5d&lt;/code&gt;&lt;/a> docs: introduce subscriptions guide</li>
<li><a href="https://github.com/ethereum/web3.py/commit/8f1443dc1bfc7dc1682dd3ec128fa7abf10e5085&quot;&gt;&lt;code&gt;8f1443d&lt;/code&gt;&lt;/a> bugfix: <code>middleware_onion.values()</code> keyerror fix</li>
<li><a href="https://github.com/ethereum/web3.py/commit/1b66d3c4e365cd9f9f8c59b96541b0c2df8e756e&quot;&gt;&lt;code&gt;1b66d3c&lt;/code&gt;&lt;/a> Refactor for duplicate code in contract internal implementations (<a href="https://redirect.github.com/ethereum/web3.py/issues/3579&quot;&gt;#3579&lt;/a&gt;)&lt;/li>
<li><a href="https://github.com/ethereum/web3.py/commit/fe791ed6796592dc8f9e4d491661d427d5857c9c&quot;&gt;&lt;code&gt;fe791ed&lt;/code&gt;&lt;/a> Update events.py (<a href="https://redirect.github.com/ethereum/web3.py/issues/3601&quot;&gt;#3601&lt;/a&gt;)&lt;/li>
<li><a href="https://github.com/ethereum/web3.py/commit/15f7120d0d87d0eddd04333e812b2090e64ed899&quot;&gt;&lt;code&gt;15f7120&lt;/code&gt;&lt;/a> docs: rename osx to macos</li>
<li><a href="https://github.com/ethereum/web3.py/commit/936ee88b900f669d903fb27808132ba5af48280b&quot;&gt;&lt;code&gt;936ee88&lt;/code&gt;&lt;/a> newsfragment for <a href="https://redirect.github.com/ethereum/web3.py/issues/3584&quot;&gt;#3584&lt;/a&gt;&lt;/li>
<li><a href="https://github.com/ethereum/web3.py/commit/4a8c8412807e87a7a63e50ead7fec20c858cff8d&quot;&gt;&lt;code&gt;4a8c841&lt;/code&gt;&lt;/a> Refactor ens and async_ens to call resolver only if coin_type is specified</li>
<li>Additional commits viewable in <a href="https://github.com/ethereum/web3.py/compare/v7.7.0...v7.8.0&quot;&gt;compare view</a></li>
</ul>
</details>

<br />

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 7.7.0 to 7.8.0.
- [Changelog](https://github.com/ethereum/web3.py/blob/main/docs/release_notes.rst)
- [Commits](ethereum/web3.py@v7.7.0...v7.8.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Feb 10, 2025
@dependabot dependabot bot requested a review from a team as a code owner February 10, 2025 06:12
@dependabot dependabot bot added the python Pull requests that update Python code label Feb 10, 2025
@dependabot dependabot bot requested a review from Uxio0 February 10, 2025 06:12
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