v0.5.3
Patch Changes
- Defaulted
chain_idto 4217 (mainnet) in thetempo()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-pythonconstraint from>=3.12to>=3.11, updating tooling targets accordingly, and replacing PEP 695 generic syntax withTypeVarfor compatibility. (by @brendanryan, #108)
Full Changelog: v0.5.2...v0.5.3