app-sre / qenerate

Code Generator for GraphQL Query and Fragment Data Classes
Apache License 2.0
9 stars 7 forks source link

migrate from pkg_resources to importlib_metadata #87

Open RonnyPfannschmidt opened 8 months ago

RonnyPfannschmidt commented 8 months ago

i just observed a tox failure on reconcile as my default python is 3.12 and the import just broke

the recommended replacement for the usage for getting the version is just to use the helper in importlib_metadata