- pypi: package name for this fork (#2)
- ruff qa RUF059
- pass tests in py3.14
- qa warns from pyright
- qa warns from pyright
- qa warns from pyright
- clear weird union as it will generate issue on py3.14
- handle forward ref when python 3.10 and lower
- apply qa
- apply qa
- DeprecationWarning: pkg_resources is deprecated as an API (#67)
- tests: remove Generic from tree detection
- pkg_resource: remove the use of pkg_resource by importlib.metadata (and importlib_metadata for py<3.10)
- python: support python3.13 and drop python3.8
- service class trying to get event loop on init (#61) (#62)