changes - #20
Conversation
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes using default effort and found 2 potential issues.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
Comment @cursor review or bugbot run to trigger another review on this PR
Reviewed by Cursor Bugbot for commit c9cd80d. Configure here.
| [project] | ||
| name = "hyperliquid-sdk" | ||
| version = "0.7.6" | ||
| version = "0.8.0" |
There was a problem hiding this comment.
Stale Python runtime version
Medium Severity
pyproject.toml was bumped to 0.8.0, but hyperliquid_sdk.__version__ in __init__.py is still 0.7.6. Package metadata and the runtime version string will disagree after release, so anything reading __version__ reports the old value.
Reviewed by Cursor Bugbot for commit c9cd80d. Configure here.
| { | ||
| "name": "@quicknode/hyperliquid-sdk", | ||
| "version": "0.1.10", | ||
| "version": "0.2.0", |
There was a problem hiding this comment.
Lockfile version left outdated
Low Severity
package.json was bumped to 0.2.0, but package-lock.json still records 0.1.10 for the root package. The version sources disagree, which can confuse installs and release tooling that expect them to match.
Reviewed by Cursor Bugbot for commit c9cd80d. Configure here.


Note
Low Risk
Version metadata only; no application logic, dependencies, or public API surface changed in the diff.
Overview
Bumps published package versions across the monorepo with no runtime or API code changes in this diff.
Python (
hyperliquid-sdk):0.7.6→0.8.0inpython/pyproject.toml. Rust (quicknode-hyperliquid-sdk) and TypeScript (@quicknode/hyperliquid-sdk):0.1.10→0.2.0inrust/Cargo.tomlandtypescript/package.jsonrespectively.Reviewed by Cursor Bugbot for commit c9cd80d. Configure here.