Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: replace pkg_resources with importlib for version handling
Replaced pkg_resources with importlib.metadata to retrieve the package version. This reduces reliance on setuptools and uses a standard library available in Python 3.8+.
- Loading branch information