Skip to content

chore(deps): pin aptos-sdk to >=0.11.0,<0.12.0#7

Merged
sirambrosio merged 2 commits into
mainfrom
docs/consolidate-and-polish
Apr 20, 2026
Merged

chore(deps): pin aptos-sdk to >=0.11.0,<0.12.0#7
sirambrosio merged 2 commits into
mainfrom
docs/consolidate-and-polish

Conversation

@sirambrosio
Copy link
Copy Markdown
Contributor

Summary

  • Hard-pin the aptos-sdk major version so a future `0.12.x` release does not silently enter the dependency graph with behavior changes.
  • `0.11.0` is the version already tested against and the one our `ecdsa>=0.19.2` override targets.

Changes

  • `pyproject.toml`: `aptos-sdk>=0.9.0` → `aptos-sdk>=0.11.0,<0.12.0`
  • `requirements.txt`: same bump for pip users

Test plan

  • `uv sync` resolves cleanly
  • `pytest` passes against pinned major
  • No regression in the existing `ecdsa` override path

🤖 Generated with Claude Code

sirambrosio and others added 2 commits April 20, 2026 12:06
Hard-pin the major version so that a future 0.12.x does not silently
enter the dependency graph with behavior changes. 0.11.0 is the version
already tested against and the one our ecdsa override targets.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@sirambrosio sirambrosio merged commit 9ecc86a into main Apr 20, 2026
@sirambrosio sirambrosio deleted the docs/consolidate-and-polish branch April 20, 2026 15:34
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.

1 participant