Skip to content

changes - #20

Merged
yaanakbr merged 1 commit into
mainfrom
bump-packages-to-new-versions
Jul 20, 2026
Merged

changes#20
yaanakbr merged 1 commit into
mainfrom
bump-packages-to-new-versions

Conversation

@yaanakbr

@yaanakbr yaanakbr commented Jul 20, 2026

Copy link
Copy Markdown
Contributor

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.60.8.0 in python/pyproject.toml. Rust (quicknode-hyperliquid-sdk) and TypeScript (@quicknode/hyperliquid-sdk): 0.1.100.2.0 in rust/Cargo.toml and typescript/package.json respectively.

Reviewed by Cursor Bugbot for commit c9cd80d. Configure here.

@cursor cursor Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cursor Bugbot has reviewed your changes using default effort and found 2 potential issues.

Fix All in Cursor

❌ 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.

Comment thread python/pyproject.toml
[project]
name = "hyperliquid-sdk"
version = "0.7.6"
version = "0.8.0"

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit c9cd80d. Configure here.

Comment thread typescript/package.json
{
"name": "@quicknode/hyperliquid-sdk",
"version": "0.1.10",
"version": "0.2.0",

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit c9cd80d. Configure here.

@yaanakbr
yaanakbr merged commit f6713ff into main Jul 20, 2026
7 checks passed
@yaanakbr
yaanakbr deleted the bump-packages-to-new-versions branch July 20, 2026 11:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants