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
2.02k stars 163 forks source link

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

Closed zen-xu closed 7 months ago

zen-xu commented 7 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.