v0.3.0
- 🔪 BREAKING CHANGE: In an effort to make
fr24more lightweight,polarsis no longer a required dependency. If you use.to_polars(),.write_table(),.scan_table()(any operations that involve CSV/Parquet (de)serialisation), you will need to explicitly installfr24[polars]. There are no changes to the API otherwise. - upgrade protobuf from 5.28 to 6.33
- add
isqxtype hints for units and quantity types - fix json types
grpcEnabled(27fd471)
Full Changelog: v0.2.4...v0.3.0