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.10.0 to 6.11.0 #1484

Closed
wants to merge 1 commit into from
Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 16, 2023

Bumps web3 from 6.10.0 to 6.11.0.

Changelog

Sourced from web3's changelog.

web3.py v6.11.0 (2023-10-11)

Breaking Changes (to Beta APIs)


- Refactor the async iterator pattern for message streams from the websocket connection for ``WebsocketProviderV2`` to a proper async iterator. This allows for a more natural usage of the iterator pattern and mimics the behavior of the underlying ``websockets`` library. (`[#3116](https://github.com/ethereum/web3.py/issues/3116) <https://github.com/ethereum/web3.py/issues/3116>`__)

Bugfixes


- Use hashes to compare equality of two ``AttributeDict`` classes (`[#3104](https://github.com/ethereum/web3.py/issues/3104) &lt;https://github.com/ethereum/web3.py/issues/3104&gt;`__)
- Fix issues with formatting middleware, such as ``async_geth_poa_middleware`` and subscription responses for ``WebsocketProviderV2``. (`[#3116](https://github.com/ethereum/web3.py/issues/3116) &lt;https://github.com/ethereum/web3.py/issues/3116&gt;`__)

Improved Documentation

  • Change docker-compose to docker compose in the Contributing docs examples. ([#3107](https://github.com/ethereum/web3.py/issues/3107) &lt;https://github.com/ethereum/web3.py/issues/3107&gt;__)
  • Updates to the WebsocketProviderV2 documentation async iterator example for iterating over a persistent stream of messages from the websocket connection via async for. ([#3116](https://github.com/ethereum/web3.py/issues/3116) &lt;https://github.com/ethereum/web3.py/issues/3116&gt;__)
  • Update outdated node and private key management verbiage. ([#3117](https://github.com/ethereum/web3.py/issues/3117) &lt;https://github.com/ethereum/web3.py/issues/3117&gt;__)

Features


- Allow passing in a ``float`` for a ``request_timeout`` for requests for the ``Beacon`` class. Update some Beacon API endpoints (sync and async). (`[#3106](https://github.com/ethereum/web3.py/issues/3106) &lt;https://github.com/ethereum/web3.py/issues/3106&gt;`__)
- Add ``allow_list`` kwarg for ``exception_retry_middleware`` to allow for a custom list of RPC endpoints. Add a sleep between retries and a customizable ``backoff_factor`` to control the sleep time between retry attempts. (`[#3120](https://github.com/ethereum/web3.py/issues/3120) &lt;https://github.com/ethereum/web3.py/issues/3120&gt;`__)

Internal Changes - for web3.py Contributors
</code></pre>
<ul>
<li>Refactor logic for the <code>input_munger()</code> method on the <code>Method</code> class. (<code>#2987 &lt;https://github.com/ethereum/web3.py/issues/2987&amp;gt;&lt;/code&gt;__)&lt;/li>
<li>Pin mypy to v1.4.1, the last to support py37 (<code>#3122 &lt;https://github.com/ethereum/web3.py/issues/3122&amp;gt;&lt;/code&gt;__)&lt;/li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>

<ul>
<li><a href="https://github.com/ethereum/web3.py/commit/2ae486c3e134a72f2bd17669e7d6afa892e8262e&quot;&gt;&lt;code&gt;2ae486c&lt;/code&gt;&lt;/a> Bump version: 6.10.0 → 6.11.0</li>
<li><a href="https://github.com/ethereum/web3.py/commit/94cb05ef89dc2ba27f83b5f1afadb8e55f72aeeb&quot;&gt;&lt;code&gt;94cb05e&lt;/code&gt;&lt;/a> Compile release notes</li>
<li><a href="https://github.com/ethereum/web3.py/commit/14dd52e7cdab7823e39f6f2375ededab17ba9ab0&quot;&gt;&lt;code&gt;14dd52e&lt;/code&gt;&lt;/a> Updates about local nodes and private keys (<a href="https://redirect.github.com/ethereum/web3.py/issues/3117&quot;&gt;#3117&lt;/a&gt;)&lt;/li>
<li><a href="https://github.com/ethereum/web3.py/commit/deb95434be6233fb603a934f7c0ef71f3f890eab&quot;&gt;&lt;code&gt;deb9543&lt;/code&gt;&lt;/a> Fix typos</li>
<li><a href="https://github.com/ethereum/web3.py/commit/a821dde81763a5535ce08efd50c72ebf77f98db0&quot;&gt;&lt;code&gt;a821dde&lt;/code&gt;&lt;/a> bump and pin mypy to latest version that supports py37</li>
<li><a href="https://github.com/ethereum/web3.py/commit/c41377aeb3eb2c8577b4ae323c3738a1c5d8b106&quot;&gt;&lt;code&gt;c41377a&lt;/code&gt;&lt;/a> Add custom list and backoff factor to http_retry_middleware</li>
<li><a href="https://github.com/ethereum/web3.py/commit/f55177b3be6f604a965e0b7d456ff3c6de3402ff&quot;&gt;&lt;code&gt;f55177b&lt;/code&gt;&lt;/a> Add timeout around request / response id matching while loop:</li>
<li><a href="https://github.com/ethereum/web3.py/commit/ef022ef88334ca7d6fcc48790c97e38949ec4d97&quot;&gt;&lt;code&gt;ef022ef&lt;/code&gt;&lt;/a> Changes from comments on PR <a href="https://redirect.github.com/ethereum/web3.py/issues/3116&quot;&gt;#3116&lt;/a&gt;&lt;/li>
<li><a href="https://github.com/ethereum/web3.py/commit/37891a40cd44dcf7c2b807facdbb44cf933d4375&quot;&gt;&lt;code&gt;37891a4&lt;/code&gt;&lt;/a> Tweak formatters comparison % match; add syncing tests</li>
<li><a href="https://github.com/ethereum/web3.py/commit/a3ffa7f9a0b83496509a16753ef43e169a30eaba&quot;&gt;&lt;code&gt;a3ffa7f&lt;/code&gt;&lt;/a> Add unit tests for WebsocketProviderV2 make request</li>
<li>Additional commits viewable in <a href="https://github.com/ethereum/web3.py/compare/v6.10.0...v6.11.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 6.10.0 to 6.11.0.
- [Release notes](https://github.com/ethereum/web3.py/releases)
- [Changelog](https://github.com/ethereum/web3.py/blob/main/docs/releases.rst)
- [Commits](ethereum/web3.py@v6.10.0...v6.11.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 Type: Dependencies Pull requests that update a dependency file label Oct 16, 2023
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 23, 2023

Superseded by #1486.

@dependabot dependabot bot closed this Oct 23, 2023
@dependabot dependabot bot deleted the dependabot/pip/web3-6.11.0 branch October 23, 2023 01:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants