developer-hub
developer-hub copied to clipboard
chore(deps): bump web3 from 7.12.1 to 7.14.0 in /examples/developer-hub-python in the examples-uv group
Bumps the examples-uv group in /examples/developer-hub-python with 1 update: web3.
Updates web3 from 7.12.1 to 7.14.0
Changelog
Sourced from web3's changelog.
web3.py v7.14.0 (2025-10-16)
Bugfixes
- Fix tests flakiness due to slow data generation from hypothesis triggering a timeout. (`[#3730](https://github.com/ethereum/web3.py/issues/3730) <https://github.com/ethereum/web3.py/issues/3730>`__) - Fix ``topics`` type for ``LogsSubscription`` to reflect AND / OR nested list conditions on log filters. (`[#3748](https://github.com/ethereum/web3.py/issues/3748) <https://github.com/ethereum/web3.py/issues/3748>`__) - Make `AsyncWeb3` with respect to the provider it is instantiated with, fixing static type issues. (`[#3761](https://github.com/ethereum/web3.py/issues/3761) <https://github.com/ethereum/web3.py/issues/3761>`__)Improved Documentation
- Update a few broken links (
[#3746](https://github.com/ethereum/web3.py/issues/3746) <https://github.com/ethereum/web3.py/issues/3746>__)- Fix indentation in the code block in "An introduction to subscriptions" (
[#3752](https://github.com/ethereum/web3.py/issues/3752) <https://github.com/ethereum/web3.py/issues/3752>__)Features
- Add the ``TopicFilter`` type to better describe the cases for filtering logs by topics. (`[#3748](https://github.com/ethereum/web3.py/issues/3748) <https://github.com/ethereum/web3.py/issues/3748>`__)Internal Changes - for web3.py Contributors
- Resolve the DeprecationWarning for the usage of
datetime.datetime.utcnow()([#3751](https://github.com/ethereum/web3.py/issues/3751) <https://github.com/ethereum/web3.py/issues/3751>__)web3.py v7.13.0 (2025-08-04)
Bugfixes
- Raise ``BadResponseFormat`` from within ``FormattingMiddleware`` if the raw response is not a dict. (`[#3735](https://github.com/ethereum/web3.py/issues/3735) <https://github.com/ethereum/web3.py/issues/3735>`__)Improved Documentation
- Fix broken link to external
eth_gasPricedocumentation. ([#3717](https://github.com/ethereum/web3.py/issues/3717) <https://github.com/ethereum/web3.py/issues/3717>__)Features
- Support parallelization of subscription handling globally via the subscription manager ``parallelize`` flag, and on a per-subscription basis via the ``parallelize`` flag on the subscription itself. (`[#3709](https://github.com/ethereum/web3.py/issues/3709) <https://github.com/ethereum/web3.py/issues/3709>`__)</tr></table>
... (truncated)
Commits
c3f7530Bump version: 7.13.0 → 7.14.044942e0Compile release notes for v7.14.02dced98Make AsyncWeb3 Generic (#3761)4ccd2bdAlign isort skip path1bccdd6Update 3730.bugfix.rsta1c2e83Update link wiki (#3746)dd2f65aIgnore too slow healthcheck for test_key_generation_is_deterministic (#3750)dd7d379Fix indentation in the docs (#3752)df0ce3bResolve datetime.datetime.utcnow() deprecation (#3751)087c99dfix(tests): Stop a running geth instance if the test fails- Additional commits viewable in compare view
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions