chore(deps): update dependency hexbytes to v2 - #123
Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: b0fe73b017
ℹ️ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
| @@ -1,5 +1,5 @@ | |||
| [build-system] | |||
| requires = ["setuptools", "wheel", "mypy[mypyc]==2.3.0", "hexbytes==1.3.1"] | |||
| requires = ["setuptools", "wheel", "mypy[mypyc]==2.3.0", "hexbytes==2.0.0"] | |||
There was a problem hiding this comment.
Update the runtime dependency pin to hexbytes v2
Changing only the build-system requirement installs hexbytes==2.0.0 in the isolated compilation environment, while setup.py:11 and setup.py:94 still declare hexbytes==1.3.1 for the built wheel. Consequently, users installing the published package continue to receive v1.3.1—and the extension is compiled against a different major version than the one installed at runtime—so the dependency upgrade is not actually delivered. Update the runtime pin in setup.py as part of this change.
AGENTS.md reference: AGENTS.md:L5-L5
Useful? React with 👍 / 👎.
Pytest Benchmark Difffaster_hexbytes._utils - view benchmarks
faster_hexbytes.main - view benchmarks
|
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. |
This PR contains the following updates:
==1.3.1→==2.0.0Release Notes
ApeWorX/hexbytes (hexbytes)
v2.0.0Compare Source
What's Changed
--lockedbecauseuv.lockfile is not used by @fubuloubu in #60New Contributors
Full Changelog: ApeWorX/hexbytes@v1.3.1...v2.0.0
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.