Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,12 @@ All notable changes to the Aptos Python SDK will be captured in this file. This

## Unreleased

## 0.12.1 (2026-08-13)

### Changed

- Make e2e / localnet examples more reliable: `aggregator_value` reads both OptionalAggregator variants (aggregator table and integer, as used on localnet), REST and faucet calls retry transient 429/5xx and faucet sequence-number races, and the integration harness waits for the node and reloads network env vars after starting a localnet.
- Update dependencies: `aiohttp` 3.14.3, `h2` 4.4.1, and `cryptography` 50.0.0 (both the root SDK and the standalone `v2` package), plus a full lockfile refresh.

## 0.12.0 (2026-07-02)

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "aptos-sdk"
version = "0.12.0"
version = "0.12.1"
description = "Aptos SDK"
authors = [{ name = "Aptos Labs", email = "opensource@aptoslabs.com" }]
license = {file = "LICENSE"}
Expand Down
2 changes: 1 addition & 1 deletion uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading