Skip to content

chore(deps): update web3 requirement from >=7.16.0 to >=8.0.0 in /bal_tools - #175

Merged
gosuto-inzasheru merged 2 commits into
mainfrom
dependabot/pip/bal_tools/web3-gte-8.0.0
Sep 4, 2026
Merged

chore(deps): update web3 requirement from >=7.16.0 to >=8.0.0 in /bal_tools#175
gosuto-inzasheru merged 2 commits into
mainfrom
dependabot/pip/bal_tools/web3-gte-8.0.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 4, 2026

Copy link
Copy Markdown
Contributor

Updates the requirements on web3 to permit the latest version.

Release notes

Sourced from web3's releases.

v8.0.0

What's Changed

New Contributors

Full Changelog: ApeWorX/web3.py@v7.13.0...v8.0.0

Changelog

Sourced from web3's changelog.

Release Notes

v7 Breaking Changes Summary See the :ref:v7 Migration Guide<migrating_v6_to_v7>

web3.py v8.0.0-beta.3 (2026-04-30)

Breaking Changes


- The ``ens.exceptions.UnsupportedFunction`` exception has been removed. Resolver lookups that previously raised ``UnsupportedFunction`` (for example, calling ``get_text`` against a resolver that does not implement ``text``) now raise ``ResolverNotFound`` instead, since the Universal Resolver collapses both "no resolver found" and "resolver does not support function" into a single revert. Update any ``except UnsupportedFunction`` handlers to catch ``ResolverNotFound``. (`[#3822](https://github.com/ApeWorX/web3.py/issues/3822) <https://github.com/ethereum/web3.py/issues/3822>`__)

Bugfixes


- Fixed ``ens.utils.is_none_or_zero_address`` not detecting bytes-form zero addresses (``b&quot;\x00&quot; * 20``) — the function compared against the hex string ``EMPTY_ADDR_HEX`` only, even though its signature accepts ``Address`` (which is ``bytes``). This caused ``ens.address(name, coin_type=N)`` to return the zero-address checksum string instead of ``None`` when the resolver recorded a zero address. (`[#3822](https://github.com/ApeWorX/web3.py/issues/3822) &lt;https://github.com/ethereum/web3.py/issues/3822&gt;`__)
- Fix a bug where request caching was not properly working for persistent connection providers (``WebSocketProvider`` and ``AsyncIPCProvider``). (`[#3825](https://github.com/ApeWorX/web3.py/issues/3825) &lt;https://github.com/ethereum/web3.py/issues/3825&gt;`__)

Features

  • ENS read operations now use the Universal Resolver (0xeEeEEEeE14D718C2B47D9923Deab1335E144EeEe) instead of querying the ENS Registry directly, aligning with ENSv2 readiness requirements. ([#3822](https://github.com/ApeWorX/web3.py/issues/3822) &lt;https://github.com/ethereum/web3.py/issues/3822&gt;__)

web3.py v8.0.0-beta.2 (2026-04-02)

Bugfixes


- Fix ``HTTPProvider`` to share an explicitly provided ``session`` across all threads, rather than only the creating thread. (`[#3800](https://github.com/ApeWorX/web3.py/issues/3800) &lt;https://github.com/ethereum/web3.py/issues/3800&gt;`__)
- Fix TypedDict field names to use camelCase (``validatorIndex``, ``yParity``) matching JSON-RPC conventions and formatter outputs. (`[#3801](https://github.com/ApeWorX/web3.py/issues/3801) &lt;https://github.com/ethereum/web3.py/issues/3801&gt;`__)
- Exclude type checking in Sphinx module and submodules (`[#3803](https://github.com/ApeWorX/web3.py/issues/3803) &lt;https://github.com/ethereum/web3.py/issues/3803&gt;`__)

Improved Documentation
</code></pre>
<ul>
<li>Added documentation for formatters explaining how they work, what the default formatters do, and how to customize them. (<code>#2994 &lt;https://github.com/ethereum/web3.py/issues/2994&amp;gt;&lt;/code&gt;__)&lt;/li>
</ul>
<p>Features</p>
<pre><code>

  • Added configurations for CCIP-Read, defaulting to a more secure configuration based on the EIP recommendations. ([#3817](https://github.com/ApeWorX/web3.py/issues/3817) &amp;lt;https://github.com/ethereum/web3.py/issues/3817&amp;gt;__)

&lt;/tr&gt;&lt;/table&gt;
</code></pre>
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>

<ul>
<li><a href="https://github.com/ApeWorX/web3.py/commit/c8c1ed0c9e77e1a8b74902e6a6825e0b00534b10&quot;&gt;&lt;code&gt;c8c1ed0&lt;/code&gt;&lt;/a> fix: EIP-7702 auth signature fields were wrong type (<a href="https://redirect.github.com/ApeWorX/web3.py/issues/3864&quot;&gt;#3864&lt;/a&gt;)&lt;/li>
<li><a href="https://github.com/ApeWorX/web3.py/commit/f2c2226946d1d4a6eeca2854772b5f41defdb152&quot;&gt;&lt;code&gt;f2c2226&lt;/code&gt;&lt;/a> fix(ens): remove abi_ens_resolver v8 backwards-compat NameNotFound catch (<a href="https://redirect.github.com/ApeWorX/web3.py/issues/3844&quot;&gt;#3844&lt;/a&gt;)&lt;/li>
<li><a href="https://github.com/ApeWorX/web3.py/commit/ab1325e894fc6a74258d9c5f4500fe973051cc56&quot;&gt;&lt;code&gt;ab1325e&lt;/code&gt;&lt;/a> refactor: remove deprecated function (<a href="https://redirect.github.com/ApeWorX/web3.py/issues/3876&quot;&gt;#3876&lt;/a&gt;)&lt;/li>
<li><a href="https://github.com/ApeWorX/web3.py/commit/8552b49a0d94f7ee41c810549ccc932a0a802110&quot;&gt;&lt;code&gt;8552b49&lt;/code&gt;&lt;/a> feat(eth): remove deprecated <code>get_uncle_*</code> method (<a href="https://redirect.github.com/ApeWorX/web3.py/issues/3806&quot;&gt;#3806&lt;/a&gt;)&lt;/li>
<li><a href="https://github.com/ApeWorX/web3.py/commit/4d824eb0610c46cb232adbbd221ab49f38c360bb&quot;&gt;&lt;code&gt;4d824eb&lt;/code&gt;&lt;/a> Clean deps (<a href="https://redirect.github.com/ApeWorX/web3.py/issues/3857&quot;&gt;#3857&lt;/a&gt;)&lt;/li>
<li><a href="https://github.com/ApeWorX/web3.py/commit/36e3262852dc79d59d9d597af2937e18ac80ed99&quot;&gt;&lt;code&gt;36e3262&lt;/code&gt;&lt;/a> refactor: move to Github Actions; remove bundled maintainence scripts (<a href="https://redirect.github.com/ApeWorX/web3.py/issues/3873&quot;&gt;#3873&lt;/a&gt;)&lt;/li>
<li><a href="https://github.com/ApeWorX/web3.py/commit/268493afc584fa1e393475ff7a2c73b912cd7906&quot;&gt;&lt;code&gt;268493a&lt;/code&gt;&lt;/a> Bump version: 8.0.0-beta.2 → 8.0.0-beta.3</li>
<li><a href="https://github.com/ApeWorX/web3.py/commit/a7a552329fe886bd0909b779b855102cd8acec3e&quot;&gt;&lt;code&gt;a7a5523&lt;/code&gt;&lt;/a> Compile release notes for v8.0.0-beta.3</li>
<li><a href="https://github.com/ApeWorX/web3.py/commit/1c155bcdee4c21c4ba18f77cc16083084dfc617c&quot;&gt;&lt;code&gt;1c155bc&lt;/code&gt;&lt;/a> feat(ens): use Universal Resolver for ENS resolution (<a href="https://redirect.github.com/ApeWorX/web3.py/issues/3822&quot;&gt;#3822&lt;/a&gt;)&lt;/li>
<li><a href="https://github.com/ApeWorX/web3.py/commit/37911a58b298730a6506b7ec6b9159a1cfa5413d&quot;&gt;&lt;code&gt;37911a5&lt;/code&gt;&lt;/a> fix: actual websocket cache fix is <code>params or []</code> footgun</li>
<li>Additional commits viewable in <a href="https://github.com/ApeWorX/web3.py/compare/v7.16.0...v8.0.0&quot;&gt;compare view</a></li>
</ul>
</details>

<br />

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 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)

Updates the requirements on [web3](https://github.com/ApeWorX/web3.py) to permit the latest version.
- [Release notes](https://github.com/ApeWorX/web3.py/releases)
- [Changelog](https://github.com/ApeWorX/web3.py/blob/main/docs/release_notes.rst)
- [Commits](ApeWorX/web3.py@v7.16.0...v8.0.0)

---
updated-dependencies:
- dependency-name: web3
  dependency-version: 8.0.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Sep 4, 2026
@gosuto-inzasheru
gosuto-inzasheru merged commit d335e4c into main Sep 4, 2026
4 checks passed
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