Skip to content

v0.5.3

Choose a tag to compare

@github-actions github-actions released this 01 Apr 19:57
· 19 commits to main since this release
ba52420

Patch Changes

  • 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)
  • 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)

Full Changelog: v0.5.2...v0.5.3