v0.11.10
What's Changed
- Removed Python 3.9 support.
- Added fallback for Decimal conversion by @chandr-andr in #161
Previously, you could face the problem when passing Decimal data from Python to Rust. Now problem should be solved.
Full Changelog: 0.11.9...0.11.10