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.20.2 to 7.4.0 #1674

Closed
wants to merge 1 commit into from
Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 28, 2024

Bumps web3 from 6.20.2 to 7.4.0.

Changelog

Sourced from web3's changelog.

web3.py v7.4.0 (2024-10-16)

Bugfixes


- 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) <https://github.com/ethereum/web3.py/issues/3291>`__)
- 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) <https://github.com/ethereum/web3.py/issues/3508>`__)
- Send ``json``, not ``data`` with CCIP-Read POST requests. (`[#3512](https://github.com/ethereum/web3.py/issues/3512) <https://github.com/ethereum/web3.py/issues/3512>`__)

Improved Documentation

  • 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. ([#3508](https://github.com/ethereum/web3.py/issues/3508) <https://github.com/ethereum/web3.py/issues/3508>__)

Features


- 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) <https://github.com/ethereum/web3.py/issues/3508>`__)

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

Bugfixes

  • Properly wrap AsyncBeacon.request_timeout float in a aiohttp.ClientTimeout when making requests. ([#3503](https://github.com/ethereum/web3.py/issues/3503) <https://github.com/ethereum/web3.py/issues/3503>__)
  • Changes related to an eth-typing bugfix, input types for ABIEvent: ABIComponent -> ABIComponentIndexed. ([#3510](https://github.com/ethereum/web3.py/issues/3510) <https://github.com/ethereum/web3.py/issues/3510>__)

Improved Documentation


- Fix ``EthereumTesterProvider`` signature in docs, added an ``eth_tester`` example. (`[#3500](https://github.com/ethereum/web3.py/issues/3500) <https://github.com/ethereum/web3.py/issues/3500>`__)
- Fix `pip install -e ".[dev]"` command in linux README. (`[#3505](https://github.com/ethereum/web3.py/issues/3505) <https://github.com/ethereum/web3.py/issues/3505>`__)

Internal Changes - for web3.py Contributors

  • Update the ENSIP-15 to the latest spec and update the test suite. ([#3501](https://github.com/ethereum/web3.py/issues/3501) <https://github.com/ethereum/web3.py/issues/3501>__)

web3.py v7.3.0 (2024-09-25)

Bugfixes

... (truncated)

Commits
  • c16b843 Bump version: 7.3.1 → 7.4.0
  • daab3f4 Compile release notes for v7.4.0
  • 11d0842 Remove caching decorator from base providers; fix typing:
  • 93b5fcd Test all providers for request caching; add caching to IPCProvider
  • 7b60777 Changes from comments on PR #3508:
  • 0ecb934 Update request caching documentation
  • 120c3bd Prevent recursion internally when caching requests; add tests:
  • 89d9a88 Add support for non-mainnet request cache validation thresholds:
  • 8125b3b Add async changes for previous commit:
  • cce32db bugfix: CCIP-Read POST should send json data:
  • Additional commits viewable in compare view

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 force-pushed the dependabot/pip/web3-7.4.0 branch from 6d69380 to 71d11a5 Compare October 28, 2024 07:22
Bumps [web3](https://github.com/ethereum/web3.py) from 6.20.2 to 7.4.0.
- [Changelog](https://github.com/ethereum/web3.py/blob/main/docs/release_notes.rst)
- [Commits](ethereum/web3.py@v6.20.2...v7.4.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/pip/web3-7.4.0 branch from 71d11a5 to af99c78 Compare October 28, 2024 07:45
@calina-c
Copy link
Contributor

related to #1592

@calina-c calina-c closed this Oct 29, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 29, 2024

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/pip/web3-7.4.0 branch October 29, 2024 04:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant