Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 24, 2024

Bumps web3 from 6.3.0 to 7.2.0.

Changelog

Sourced from web3's changelog.

web3.py v7.2.0 (2024-08-29)

Bugfixes


- Fix a bug with newer ``hexbytes`` versions that yield non-0x-prefixed hex for ``HexBytes``: ``raw_transaction.hex()`` -> ``raw_transaction.to_0x_hex()``. (`[#3471](https://github.com/ethereum/web3.py/issues/3471) <https://github.com/ethereum/web3.py/issues/3471>`__)

Features

  • HTTPProvider and AsyncHTTPProvider's get_request_headers is now available on both the class and the instance ([#3467](https://github.com/ethereum/web3.py/issues/3467) <https://github.com/ethereum/web3.py/issues/3467>__)

web3.py v7.1.0 (2024-08-28)

Bugfixes


- Specify a unique ``__hash__()`` for unhashable ``Web3Middleware`` types and use this hash as the middleware onion key when a name is not provided for the middleware. This fixes a bug where different middleware were given the same name and therefore raised errors. (`[#3463](https://github.com/ethereum/web3.py/issues/3463) <https://github.com/ethereum/web3.py/issues/3463>`__)

Improved Documentation

  • Fix bug in filters example code ([#3455](https://github.com/ethereum/web3.py/issues/3455) <https://github.com/ethereum/web3.py/issues/3455>__)
  • Update v6 -> v7 migration guide with examples for importing and adding middleware, as well as examples on how to use the MiddlewareBuilder classes. ([#3462](https://github.com/ethereum/web3.py/issues/3462) <https://github.com/ethereum/web3.py/issues/3462>__)

Features


- Add sync and async support for beacon ``/eth/v1/beacon/blob_sidecars`` endpoint. (`[#3407](https://github.com/ethereum/web3.py/issues/3407) <https://github.com/ethereum/web3.py/issues/3407>`__)
- Allow user to call ContractFunctions without parentheses (`[#3444](https://github.com/ethereum/web3.py/issues/3444) <https://github.com/ethereum/web3.py/issues/3444>`__)

Internal Changes - for web3.py Contributors

  • Refactor and DRY up CI run setup and reduce surface area for errors. Include pre-releases in CI runs for internally maintained libraries to try and catch any conflicts. ([#3452](https://github.com/ethereum/web3.py/issues/3452) <https://github.com/ethereum/web3.py/issues/3452>__)
  • Bump py-geth to >=5.0.0 from >=5.0.0b1 now that stable has been released. This only matters for the test install extra (CI and dev purposes). ([#3458](https://github.com/ethereum/web3.py/issues/3458) <https://github.com/ethereum/web3.py/issues/3458>__)

web3.py v7.0.0 (2024-08-21)

Breaking Changes

</tr></table> 

... (truncated)

Commits
  • b8b0f70 Bump version: 7.1.0 → 7.2.0
  • c186847 Compile release notes for v7.2.0
  • c189e3c Fix non-0x-prefixed raw tx for signing middleware due to hexbytes change.
  • 86827d6 get_request_headers combomethod (#3467)
  • 3237c6f Bump version: 7.0.0 → 7.1.0
  • ea2e248 Compile release notes for v7.1.0
  • 205186e Changes from comments on PR #3463:
  • d6f321e Add middleware tests for eq and test for unique key gen.
  • 02c38ac (bugfix) Use a defined hash() for unhashable, unnamed middleware:
  • 9e21be0 Support blob_sidecars beacon endpoint
  • 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)

Bumps [web3](https://github.com/ethereum/web3.py) from 6.3.0 to 7.2.0.
- [Changelog](https://github.com/ethereum/web3.py/blob/main/docs/release_notes.rst)
- [Commits](ethereum/web3.py@v6.3.0...v7.2.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 added the dependencies Pull requests that update a dependency file label Sep 24, 2024
Copy link

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

Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 30, 2024

Superseded by #174.

@dependabot dependabot bot closed this Sep 30, 2024
@dependabot dependabot bot deleted the dependabot/pip/web3-7.2.0 branch September 30, 2024 03:15
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.

0 participants