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.1 #282

Merged
merged 1 commit into from
Oct 30, 2023
Merged

Bump web3 from 6.10.0 to 6.11.1 #282

merged 1 commit into from
Oct 30, 2023

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps web3 from 6.10.0 to 6.11.1.

Changelog

Sourced from web3's changelog.

web3.py v6.11.1 (2023-10-18)

Improved Documentation


- Update ``WebsocketProviderV2`` documentation. Document a general overview of the ``RequestProcessor`` class and its internal caches. (`[#3125](https://github.com/ethereum/web3.py/issues/3125) <https://github.com/ethereum/web3.py/issues/3125>`__)

Features


- Properly define an ``__await__()`` method on the ``_PersistentConnectionWeb3`` class so a persistent connection may be initialized using the ``await`` pattern. Integration tests added for initializing the persistent connection using the ``await`` pattern. (`[#3125](https://github.com/ethereum/web3.py/issues/3125) &lt;https://github.com/ethereum/web3.py/issues/3125&gt;`__)

Internal Changes - for web3.py Contributors
</code></pre>
<ul>
<li>Updates and refactoring for the <code>WebsocketProviderV2</code> class and its internal supporting classes and logic. Separation of one-to-one and one-to-many request responses. Storing of one-to-many responses in a <code>deque</code> and one-to-one responses in a <code>SimpleCache</code> class. Provide an async lock around the websocket <code>recv()</code>. (<code>#3125 &lt;https://github.com/ethereum/web3.py/issues/3125&amp;gt;&lt;/code&gt;__)&lt;/li>
<li>Add upper pin to <code>hexbytes</code> dependency to due incoming breaking change (<code>#3127 &lt;https://github.com/ethereum/web3.py/issues/3127&amp;gt;&lt;/code&gt;__)&lt;/li>
</ul>
<p>Miscellaneous Changes</p>
<pre><code>

  • [#3114](https://github.com/ethereum/web3.py/issues/3114) &amp;lt;https://github.com/ethereum/web3.py/issues/3114&amp;gt;, [#3129](https://github.com/ethereum/web3.py/issues/3129) &amp;lt;https://github.com/ethereum/web3.py/issues/3129&amp;gt;

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

Breaking Changes (to Beta APIs)
</code></pre>
<ul>
<li>Refactor the async iterator pattern for message streams from the websocket connection for <code>WebsocketProviderV2</code> to a proper async iterator. This allows for a more natural usage of the iterator pattern and mimics the behavior of the underlying <code>websockets</code> library. (<code>#3116 &lt;https://github.com/ethereum/web3.py/issues/3116&amp;gt;&lt;/code&gt;__)&lt;/li>
</ul>
<p>Bugfixes</p>
<pre><code>

  • Use hashes to compare equality of two AttributeDict classes ([#3104](https://github.com/ethereum/web3.py/issues/3104) &amp;lt;https://github.com/ethereum/web3.py/issues/3104&amp;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) &amp;lt;https://github.com/ethereum/web3.py/issues/3116&amp;gt;__)

Improved Documentation
</code></pre>
<ul>
<li>Change <code>docker-compose</code> to <code>docker compose</code> in the Contributing docs examples. (<code>#3107 &lt;https://github.com/ethereum/web3.py/issues/3107&amp;gt;&lt;/code&gt;__)&lt;/li>
<li>Updates to the <code>WebsocketProviderV2</code> documentation async iterator example for iterating over a persistent stream of messages from the websocket connection via <code>async for</code>. (<code>#3116 &lt;https://github.com/ethereum/web3.py/issues/3116&amp;gt;&lt;/code&gt;__)&lt;/li>
<li>Update outdated node and private key management verbiage. (<code>#3117 &lt;https://github.com/ethereum/web3.py/issues/3117&amp;gt;&lt;/code&gt;__)&lt;/li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>

<ul>
<li><a href="https://github.com/ethereum/web3.py/commit/fa7b6911ceb964022686bbb06115b001fb788216&quot;&gt;&lt;code&gt;fa7b691&lt;/code&gt;&lt;/a> Bump version: 6.11.0 → 6.11.1</li>
<li><a href="https://github.com/ethereum/web3.py/commit/1593a317342bbb54fd061a86b4778c1690895505&quot;&gt;&lt;code&gt;1593a31&lt;/code&gt;&lt;/a> Compile release notes</li>
<li><a href="https://github.com/ethereum/web3.py/commit/b4d39457346acc83c6cb448f8198d166cff8bcc5&quot;&gt;&lt;code&gt;b4d3945&lt;/code&gt;&lt;/a> Add formatter for <code>data</code> field for transaction results</li>
<li><a href="https://github.com/ethereum/web3.py/commit/9c8841647491921d12c620b3008cddc31f0ef882&quot;&gt;&lt;code&gt;9c88416&lt;/code&gt;&lt;/a> changes from comments on PR <a href="https://redirect.github.com/ethereum/web3.py/issues/3125&quot;&gt;#3125&lt;/a&gt;&lt;/li>
<li><a href="https://github.com/ethereum/web3.py/commit/0fb984c0a8b72fb5887dd9f339b325cd4234f8a7&quot;&gt;&lt;code&gt;0fb984c&lt;/code&gt;&lt;/a> Use similar timeout logic for 1-to-1 requests</li>
<li><a href="https://github.com/ethereum/web3.py/commit/4cc490ecf1cbcd884cdf7d4f8a2576c86970e7d3&quot;&gt;&lt;code&gt;4cc490e&lt;/code&gt;&lt;/a> Relevant newsfragments for <a href="https://redirect.github.com/ethereum/web3.py/issues/3125&quot;&gt;#3125&lt;/a&gt;&lt;/li>
<li><a href="https://github.com/ethereum/web3.py/commit/8bbf4cd220a0559cc397484df4e0cf41d816ea59&quot;&gt;&lt;code&gt;8bbf4cd&lt;/code&gt;&lt;/a> Document the RequestProcessor class and caches.</li>
<li><a href="https://github.com/ethereum/web3.py/commit/a6c16156058b0c1f623f012d977191bdf949f59c&quot;&gt;&lt;code&gt;a6c1615&lt;/code&gt;&lt;/a> Add integration tests for async await pattern for wsV2</li>
<li><a href="https://github.com/ethereum/web3.py/commit/c69cbae08f66546e44d25bcd28b4926edec6d36d&quot;&gt;&lt;code&gt;c69cbae&lt;/code&gt;&lt;/a> Add / update documentation around latest WebsocketProviderV2 updates</li>
<li><a href="https://github.com/ethereum/web3.py/commit/66ca26142355434e45ce2c1b0ff7acff6d6f92f9&quot;&gt;&lt;code&gt;66ca261&lt;/code&gt;&lt;/a> Allow awaiting a persistent websocket connection</li>
<li>Additional commits viewable in <a href="https://github.com/ethereum/web3.py/compare/v6.10.0...v6.11.1&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)

@dependabot dependabot bot requested a review from Uxio0 as a code owner October 23, 2023 13:24
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Oct 23, 2023
@coveralls
Copy link

coveralls commented Oct 23, 2023

Coverage Status

coverage: 92.284%. remained the same when pulling cb51e0b on dependabot/pip/web3-6.11.1 into 319991a on master.

Bumps [web3](https://github.com/ethereum/web3.py) from 6.10.0 to 6.11.1.
- [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.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/pip/web3-6.11.1 branch from 52fb7fc to cb51e0b Compare October 30, 2023 10:04
@Uxio0 Uxio0 merged commit 1909666 into master Oct 30, 2023
13 checks passed
@Uxio0 Uxio0 deleted the dependabot/pip/web3-6.11.1 branch October 30, 2023 11:07
@github-actions github-actions bot locked and limited conversation to collaborators Oct 30, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
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.

None yet

2 participants