sfu-db / connector-x

Fastest library to load data from DB to DataFrames in Rust and Python
https://sfu-db.github.io/connector-x
MIT License
1.94k stars 154 forks source link

No need to rely on the backport `importlib_metadata` for version retrieval anymore #607

Closed zen-xu closed 5 months ago

zen-xu commented 5 months ago

Since python3.7 has been deprecated and importlib.metadata is builtin in python3.8, there is no longer to get version from the backport importlib_metadata.