Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 11, 2024

Bumps web3 from 6.3 to 7.5.0.

Changelog

Sourced from web3's changelog.

web3.py v7.5.0 (2024-11-06)

Improved Documentation


- Polish docs index page (`[#3522](https://github.com/ethereum/web3.py/issues/3522) <https://github.com/ethereum/web3.py/issues/3522>`__)

Features


- Add support for Geth Debug traceTransaction. (`[#3334](https://github.com/ethereum/web3.py/issues/3334) &lt;https://github.com/ethereum/web3.py/issues/3334&gt;`__)
- New contract methods to obtain event elements from a contract ABI using a name, signature, selector, or topic. (`[#3472](https://github.com/ethereum/web3.py/issues/3472) &lt;https://github.com/ethereum/web3.py/issues/3472&gt;`__)

Internal Changes - for web3.py Contributors
</code></pre>
<ul>
<li>Add python 3.13 support (<code>#3493 &lt;https://github.com/ethereum/web3.py/issues/3493&amp;gt;&lt;/code&gt;__)&lt;/li>
<li>Compile test contracts with newly released Solidity <code>v0.8.28</code> to ensure compatibility. (<code>#3515 &lt;https://github.com/ethereum/web3.py/issues/3515&amp;gt;&lt;/code&gt;__)&lt;/li>
</ul>
<h2>web3.py v7.4.0 (2024-10-16)</h2>
<p>Bugfixes</p>
<pre><code>

  • Fix a bug where CCIP-Read expected a {sender} in the url for a POST request. If {data} is missing from the url, assume a POST request is being made regardless of whether {sender} is present. ([#3291](https://github.com/ethereum/web3.py/issues/3291) &amp;lt;https://github.com/ethereum/web3.py/issues/3291&amp;gt;__)
  • Fix a bug where non-mainnet chains could not cache requests based on missing finalized block number. ([#3508](https://github.com/ethereum/web3.py/issues/3508) &amp;lt;https://github.com/ethereum/web3.py/issues/3508&amp;gt;__)
  • Send json, not data with CCIP-Read POST requests. ([#3512](https://github.com/ethereum/web3.py/issues/3512) &amp;lt;https://github.com/ethereum/web3.py/issues/3512&amp;gt;__)

Improved Documentation
</code></pre>
<ul>
<li>Update the request caching documentation to clarify on when to reach for request caching and how to configure the request validation threshold for certain endpoints. (<code>#3508 &lt;https://github.com/ethereum/web3.py/issues/3508&amp;gt;&lt;/code&gt;__)&lt;/li>
</ul>
<p>Features</p>
<pre><code>

  • Allow a time interval, in seconds, to be used as the request_cache_validation_threshold for request caching. Keep a list of internal default values based on the chain id for some of the bigger chains. ([#3508](https://github.com/ethereum/web3.py/issues/3508) &amp;lt;https://github.com/ethereum/web3.py/issues/3508&amp;gt;__)

web3.py v7.3.1 (2024-10-14)

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

<ul>
<li><a href="https://github.com/ethereum/web3.py/commit/f768c1fbc26ac2a47db8c5cf1fe94a69670c46f4&quot;&gt;&lt;code&gt;f768c1f&lt;/code&gt;&lt;/a> Bump version: 7.4.0 → 7.5.0</li>
<li><a href="https://github.com/ethereum/web3.py/commit/1031effee0251917258ddaefe8a7d867f0d0cef0&quot;&gt;&lt;code&gt;1031eff&lt;/code&gt;&lt;/a> Compile release notes for v7.5.0</li>
<li><a href="https://github.com/ethereum/web3.py/commit/849cce87b457b8d64e42165767143a2dfed4f380&quot;&gt;&lt;code&gt;849cce8&lt;/code&gt;&lt;/a> docs: banner image and sign-up links (<a href="https://redirect.github.com/ethereum/web3.py/issues/3522&quot;&gt;#3522&lt;/a&gt;)&lt;/li>
<li><a href="https://github.com/ethereum/web3.py/commit/49f3b1c3e47027d300840cffb6a7230bbb3b839a&quot;&gt;&lt;code&gt;49f3b1c&lt;/code&gt;&lt;/a> feat(geth): Add debug_traceTransaction RPC method to Geth module (<a href="https://redirect.github.com/ethereum/web3.py/issues/3334&quot;&gt;#3334&lt;/a&gt;)&lt;/li>
<li><a href="https://github.com/ethereum/web3.py/commit/3c412f81d19f70d70b262ae8fefe6bd8411667e3&quot;&gt;&lt;code&gt;3c412f8&lt;/code&gt;&lt;/a> add py3.13 to supported versions</li>
<li><a href="https://github.com/ethereum/web3.py/commit/8b76dfc8d45c869a1ccf08d9972f50f301f4f932&quot;&gt;&lt;code&gt;8b76dfc&lt;/code&gt;&lt;/a> configure opRetro id (<a href="https://redirect.github.com/ethereum/web3.py/issues/3517&quot;&gt;#3517&lt;/a&gt;)&lt;/li>
<li><a href="https://github.com/ethereum/web3.py/commit/dc0233619ff3db5336a4bf4bac3b5683247f8d8a&quot;&gt;&lt;code&gt;dc02336&lt;/code&gt;&lt;/a> Contract Events APIs (<a href="https://redirect.github.com/ethereum/web3.py/issues/3472&quot;&gt;#3472&lt;/a&gt;)&lt;/li>
<li><a href="https://github.com/ethereum/web3.py/commit/8310263de56cfba9e4f04e321a5217ee7e3ac3ab&quot;&gt;&lt;code&gt;8310263&lt;/code&gt;&lt;/a> docs: batch_requests missing link (<a href="https://redirect.github.com/ethereum/web3.py/issues/3516&quot;&gt;#3516&lt;/a&gt;)&lt;/li>
<li><a href="https://github.com/ethereum/web3.py/commit/6339e7f5d62d87c17d533d25600c0d5a6e2eced8&quot;&gt;&lt;code&gt;6339e7f&lt;/code&gt;&lt;/a> Compile test contracts with new Solidity <code>v0.8.28</code>:</li>
<li><a href="https://github.com/ethereum/web3.py/commit/c16b84370c0eed5a835bbab4d5dfcd71d783532c&quot;&gt;&lt;code&gt;c16b843&lt;/code&gt;&lt;/a> Bump version: 7.3.1 → 7.4.0</li>
<li>Additional commits viewable in <a href="https://github.com/ethereum/web3.py/compare/v6.3.0...v7.5.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.3 to 7.5.0.
- [Changelog](https://github.com/ethereum/web3.py/blob/main/docs/release_notes.rst)
- [Commits](ethereum/web3.py@v6.3.0...v7.5.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Nov 11, 2024
@github-actions
Copy link

Failed to retrieve llama text: Invalid URL '/completion': No scheme supplied. Perhaps you meant https:///completion?

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 25, 2024

Superseded by #190.

@dependabot dependabot bot closed this Nov 25, 2024
@dependabot dependabot bot deleted the dependabot/pip/web3-7.5.0 branch November 25, 2024 03:17
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant