Skip to content

Commit ba52420

Browse files
chore: release v0.5.3 (#110)
Co-authored-by: brendanjryan <1572504+brendanjryan@users.noreply.github.com>
1 parent 9238e23 commit ba52420

4 files changed

Lines changed: 8 additions & 11 deletions

File tree

.changelog/gentle-eagles-whisper.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changelog/plain-mules-fix.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## 0.5.3 (2026-04-01)
4+
5+
### Patch Changes
6+
7+
- Defaulted `chain_id` to 4217 (mainnet) in the `tempo()` function, removing the need to pass it explicitly. Updated docs and example code accordingly. (by @BrendanRyan, [#108](https://github.com/tempoxyz/pympp/pull/108))
8+
- Added Python 3.11 support by lowering the `requires-python` constraint from `>=3.12` to `>=3.11`, updating tooling targets accordingly, and replacing PEP 695 generic syntax with `TypeVar` for compatibility. (by @BrendanRyan, [#108](https://github.com/tempoxyz/pympp/pull/108))
9+
310
## 0.5.2 (2026-04-01)
411

512
### Patch Changes

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "pympp"
3-
version = "0.5.2"
3+
version = "0.5.3"
44
description = "Python SDK for the Machine Payments Protocol (MPP)"
55
readme = "README.md"
66
requires-python = ">=3.11"

0 commit comments

Comments
 (0)